Support and lifecycle¶
Edition¶
HERD Community is free and open-source (the code under GPLv3; the name and logo are the project's trademark). It is community-maintained, on a best-effort basis — with no contractual SLA.
Lifecycle¶
- HERD 1.x is based on Fedora 44 and follows that base's security
updates. Keep the system updated with
dnf upgrade. - Generation 2 (HERD 2.x) will move to a newer Fedora base, released when it is mature.
Keep it updated
The best security posture is an up-to-date system. Run dnf upgrade
regularly (or use the Software updates module in Cockpit).
Report bugs¶
Found a problem? Open an issue on GitHub:
It helps a lot to include:
- version (
cat /etc/os-release); - how to reproduce;
- relevant logs (
journalctl -b -p err, or from the affected service); - if applicable, the output of
herd-compliance-scan.
Community¶
- Website: capivaraos.org
- News: capivaraos.org/en/blog.html
- Social: Instagram, X and YouTube (
@CapivaraOS/@Capivara-OS)
Contribute¶
CapivaraOS is an open Brazilian project. Bug reports, documentation improvements, testing and spreading the word are all welcome — see the Contribute page.
FAQ¶
Can I log in over SSH with a password right after installing?
No — SSH is key-only (PasswordAuthentication no). Add your key via the
console/Cockpit, or (with caveats) enable password auth per
Security › SSH.
Does Cockpit accept root login?
No. Use the administrator user (wheel group) and click Turn on
administrative access.
Is there an ARM (aarch64) version?
Not yet in 1.0.0 — aarch64 support arrives in 1.1.
Can I use it in commercial production?
Yes. The software is free (GPLv3) and can be used for any purpose, including
commercial. Only the trademark (name/logo) is protected — see the
repository's TRADEMARK.md.
How do I set up a web server/database/container?
HERD is a lean server base. Install what you need with dnf (nginx,
podman, postgresql-server, etc.) and open the ports in the
firewall.
Content produced with AI assistance, under continuous review. Found an error? Open an issue.