Aesir Sindre
On-prem or SaaS security guidance documentation platform with RBAC, version control, and peer review. Modern webapp replacing manual STIG-authoring workflows. Use Sindre to build the blueprint for securing your custom software components that don't already have a security baseline from an authoritative source.

Accelerate Security Documentation
Modern Webapp Interface
Replace manual XCCDF/STIG workflows with an intuitive web application.
Standards-Aligned
Cross-reference with DISA STIGs, SRGs, and NIST controls.
Collaboration-Ready
Built-in RBAC
Role-based access control for creating, reviewing, and publishing security guidance.
Version Control & Peer Review
Track changes, manage versions, and enforce peer review workflows.
Collaborative Authoring
Multiple team members can work simultaneously with conflict resolution.
Jump Start Automation
Generate Automation Code
Automatically generate InSpec validation and hardening automation from guidance documents.
Blueprint Security
Combine automation for the guidance you build in Sindre with off-the-shelf, ready-to-rock Aesir Automation Content to rapidly secure your whole system stack.
Enterprise Ready
Built for teams that need to manage security guidance across multiple systems, with collaboration features and audit capabilities for enterprise environments.
Role-Based Access Control
Audit Trail
Multi-Tenant Support
SSO Integration
Version Control
Real-Time Collaboration
AI-Assisted Authoring
Export to Ansible, Chef, Terraform, Shell
Deployment Options
Sindre supports multiple deployment options including containers, system packages, and Kubernetes. Choose the method that fits your environment.
# Pull and run Sindre
docker pull aesirsystems/sindre:latest
docker run -d -p 3000:3000 aesirsystems/sindre:latest
# Access at http://localhost:3000
# Clone the repository
git clone https://github.com/aesirsystems/sindre.git
cd sindre
# Start with Docker Compose
docker-compose up -d
# Add the Aesir Helm repository
helm repo add aesir https://helm.aesirsystems.com
helm repo update
# Install Sindre
helm install sindre aesir/sindre
# Download and install RPM (RHEL/CentOS/Fedora)
wget https://packages.aesirsystems.com/sindre/sindre-latest.rpm
sudo rpm -ivh sindre-latest.rpm
# Start the service
sudo systemctl start sindre
sudo systemctl enable sindre
# Download and install DEB (Debian/Ubuntu)
wget https://packages.aesirsystems.com/sindre/sindre-latest.deb
sudo dpkg -i sindre-latest.deb
# Start the service
sudo systemctl start sindre
sudo systemctl enable sindre
# Download the MSI installer
# https://packages.aesirsystems.com/sindre/sindre-latest.msi
# Run the installer with PowerShell
Start-Process msiexec.exe -ArgumentList '/i', 'sindre-latest.msi', '/qn' -Wait
# Start the Sindre service
Start-Service Sindre
Ready to modernize your security guidance workflow?
Sindre replaces manual processes with a streamlined, collaborative platform.