Docs ยท Discord ยท Quickstart
Install Admyral:
$ pip install admyral
Start Admyral to access the frontend, execute workflows 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 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.
While Admyral is Code-First, there is No-Code functionality as well. Visualize your coded workflows 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 operations more efficient, accomplish more with less resources, and standardize the quality of your SOPs.
When automating workflows in GRC/Compliance, reduce the effort for IT-dependent manual controls.
Example workflows 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.