Aegira monitors your services and containers. When they fail, it recovers them. Automatically. Simple. No course needed.
$ wget https://github.com/talatsajafa/Aegira-free-v1-releases/releases/latest/download/aegira-free-x86_64.tar.gz
Simple to install. Simple to configure. Quietly recovering.
systemd service down? Aegira restarts it, verifies it's active, and logs the incident.
Container crashed with exit 137? OOM? Unhealthy? Aegira detects it — then runs your recovery commands.
Write your own recovery rules. Arbitrary commands, command sequences, placeholders.
API dead but container running? Aegira polls your /health endpoint and recovers.
You control when alerts fire. Unknown incidents, recovery failures, or every recovery — your call.
See exactly what Aegira would do — before it does it. Zero risk.
Download, extract, run the installer. Then point it at your service or container.
# Download
$ wget https://github.com/talatsajafa/Aegira-free-v1-releases/releases/latest/download/aegira-free-x86_64.tar.gz
$ tar -xzf aegira-free-x86_64.tar.gz
$ cd aegira-free
# Install (prompts for target)
$ sudo ./install.sh
Requires Linux x86_64. Docker optional.
Start free. Upgrade anytime.
Forever
or $190/year (2 months free)
Main node free
Pro and Company plans are coming soon. Join the waitlist to be notified.
Linux 64-bit. All rights reserved.
✓ No signup required • ✓ No email • ✓ Just download and run
No. Install it, point it at your service or container, and it just works. For custom rules, basic JSON knowledge is enough — we have examples.
No. Aegira works with plain systemd services. Docker support is optional — if Docker is installed, Aegira also monitors containers.
Free gives you 10 builtin rules, 3 custom rules, and single service/container monitoring. Pro adds 40+ builtin rules, unlimited custom rules, multi-service + multi-container monitoring, and systemd service status monitoring (detects service crashes even without log lines).
Most recovery tools only watch logs — if a service crashes silently, they never notice.
Pro polls systemctl is-active every 2 seconds
and instantly detects when a service goes down. This is a Pro-exclusive feature.
Yes. The Free version is free to download and use for personal and internal business purposes. It includes 10 builtin rules, 3 custom rules, HTTP health monitoring, Docker recovery, and alerts. Pro adds 40+ builtin rules, unlimited custom rules, multi-service + multi-container monitoring, and priority support.
No. All rights reserved. Redistribution, modification, or resale in any form is prohibited without explicit written permission from Aegira Labs. For commercial licensing, contact aegira.dev@gmail.com.
Aegira has built-in destructive command guards. Commands like
rm -rf /,
dd,
mkfs are blocked at validation and runtime.
Plus, dry run mode lets you preview every action.
The guard is best-effort, not foolproof — write your rules carefully.
No. You control when alerts fire. By default, Aegira only alerts on unknown incidents and recovery failures. You can enable recovery notifications per-rule if you want them.
Full documentation is at aegiralabs-io.github.io/aegira-docs . It covers installation, custom rules, alerts setup, and troubleshooting.