Docs ยท Discord ยท Quickstart
Install Admyral:
$ pip install admyral
Start Admyral to access the frontend, automate and monitor controls using Admyral's scalable workflow infrastructure:
$ admyral up
Important
Admyral is built with Python 3.12 and requires Docker to be installed on your machine.
If you don't have Docker installed, you can download it here.
If you don't have Python 3.12 installed, you can download it here or use your favorite package manager (e.g., brew
).
More instructions on self-hosting with Docker can be found here, and for the development setup, click here.
Empower your control monitoring and GRC workflows with AI! Admyral supports custom AI Actions using top-tier LLMs from OpenAI, Mistral, Anthropic, and more. You can use these AI Actions within your workflow to summarize findings, create a report, categorize alerts, and much more.
Admyral is hybrid. It offers the flexibility of code and the simplicity and speed of No-Code. Using the latter, visualize your codified controls and edit them directly in the drag-and-drop workflow builder. All changes are synced back into your code.
Built on Temporal (used by Netflix, Retool, and co.), Admyral ensures reliable, scalable workflows -- incl. secrets management for integrations. Deploy in under 5 minutes without infrastructure or scalability worries.
Make your security grc operations more efficient and accomplish more with less resources.
When automating controls in GRC, reduce the effort for evidence collection and establish continuous control monitoring.
Example workflows/controls can be found in examples/playbooks/workflows.
This repository is licensed under Apache License 2.0. See LICENSE for more details.
Admyral automatically collects telemetry data using PostHog with hosting in the EU. We want to emphasize that no personal data is sent to PostHog. The data helps us to understand how Admyral is used and improve our most relevant features as well as track the overall usage for internal and external reporting.
None of data is shared with third parties and does not include any sensitive information. If you would like to opt-out of telemetry or have questions, please reach out to us via [email protected] or contact us on Discord, as we want to be transparent and respect your privacy.
You can opt-out by simply setting ADMYRAL_DISABLE_TELEMETRY
to true
in your environment variables.