Aesir Systems Vara™

Visualize and Manage Security Data
See the Whole Field at Once
Use Vara to view all of your security data, regardless of source or format.
Pipeline Ready, Human-Friendly
Consume data from automated pipelines using Vara's API or upload targeted ad-hoc scans.
Supports 20+ Scanning Data Sources
Enable Deep Analysis
Leverage Multi-Framework Compliance Lenses
View Your Security Posture from Any Angle
Put your data in the context of FedRAMP, CMMC, NIST RMF, DoW, or even your organization's own custom security policies.
One Data Source, Many Views
Switch frameworks instantly without re-scanning.
Open-Book Testing
Organize your data according to the standards by which your assessors will judge you.
Enterprise Ready
Deployment Options
# Pull and run Vara
docker pull aesirsystems/vara:latest
docker run -d -p 3000:3000 aesirsystems/vara:latest
# Access at http://localhost:3000
# Clone the repository
git clone https://github.com/aesirsystems/vara.git
cd vara
# Start with Docker Compose
docker-compose up -d
# Add the Aesir Systems Helm repository
helm repo add aesir https://helm.aesirsystems.com
helm repo update
# Install Vara
helm install vara aesir/vara
# Download and install RPM (RHEL/CentOS/Fedora)
wget https://packages.aesirsystems.com/vara/vara-latest.rpm
sudo rpm -ivh vara-latest.rpm
# Start the service
sudo systemctl start vara
sudo systemctl enable vara
# Download and install DEB (Debian/Ubuntu)
wget https://packages.aesirsystems.com/vara/vara-latest.deb
sudo dpkg -i vara-latest.deb
# Start the service
sudo systemctl start vara
sudo systemctl enable vara
# Download the MSI installer
# https://packages.aesirsystems.com/vara/vara-latest.msi
# Run the installer with PowerShell
Start-Process msiexec.exe -ArgumentList '/i', 'vara-latest.msi', '/qn' -Wait
# Start the Vara service
Start-Service Vara