| Version | Supported |
|---|---|
| 0.1.x | ✅ |
HecateOS is designed for maximum performance, which includes some security trade-offs:
By default, HecateOS disables Spectre/Meltdown mitigations (mitigations=off) for 5-15% performance gain. This is intentional for workstation use but may not be appropriate for:
- Public-facing servers
- Multi-tenant environments
- Systems handling sensitive data
To re-enable mitigations:
# Edit GRUB config
sudo nano /etc/default/grub
# Remove "mitigations=off" from GRUB_CMDLINE_LINUX_DEFAULT
sudo update-grub
sudo reboot- SSH server is enabled by default
- Firewall (ufw) is installed but not enabled by default
- Docker runs with NVIDIA GPU access
If you discover a security vulnerability in HecateOS:
- Do NOT open a public issue
- Email the maintainer directly (see GitHub profile)
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
You can expect:
- Acknowledgment within 48 hours
- Status update within 7 days
- Credit in the fix (unless you prefer anonymity)
Security updates for underlying Ubuntu packages are applied via:
sudo apt update && sudo apt upgradeHecateOS inherits Ubuntu 24.04 LTS security support until April 2029.