v1.0.0 #71
mufthakherul
announced in
Announcements
v1.0.0
#71
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Siyarix v1.0.0 — Autonomous Cybersecurity Orchestration
Release Date: June 17, 2026
Version: 1.0.0
License: AGPL-3.0-or-later
Author: MD MUFTHAKHERUL ISLAM MIRAZ
Foreword
There comes a moment in every project's life when it steps out of the shadows of "work in progress" and declares itself ready. Today is that moment for Siyarix.
What began as an ambitious idea — "what if you could tell your security tools what to do in plain English?" — has matured into a production-grade, AI-native cybersecurity orchestration platform. v1.0.0 is not just another release; it is a statement of intent. It represents thousands of hours of development, hundreds of resolved issues, 1,600+ commits, and an unwavering belief that security operations should be driven by human intent, not cryptic command-line flags.
Siyarix is no longer a prototype. It is a foundation.
The Vision: Why Siyarix Exists
Security professionals today face an impossible paradox: the attack surface expands daily, yet the tooling ecosystem remains fragmented across dozens of CLI tools, each with its own syntax, output format, and workflow. The mental overhead of remembering flags, piping outputs, and correlating results is exhausting.
Siyarix bridges the gap. It is your intelligent co-pilot that:
It is designed for red teams, blue teams, DFIR analysts, cloud security engineers, and anyone who needs to move fast without breaking things.
What v1.0.0 Brings
AI Ecosystem: 24+ Providers, One Unified Interface
Siyarix v1.0 ships with the most comprehensive AI provider abstraction layer in any open-source security tool. We integrated with every major LLM provider so you can choose what works best for your workflow, budget, and compliance requirements.
Supported providers: OpenAI, Google Gemini, Anthropic Claude, Groq, Together AI, OpenRouter, DeepSeek, xAI (Grok), Mistral AI, Perplexity, Cerebras, Fireworks AI, Z.AI, MiniMax, Moonshot (Kimi), NVIDIA Nemotron, Hugging Face Inference, Azure OpenAI, OpenCode Zen, Ollama, LM Studio, llama.cpp, vLLM, LocalAI
Each provider profile handles authentication, rate limiting, error handling, and token management. The
ProviderManagersingleton orchestrates everything — including automatic failover with circuit-breaker pattern across providers, so your operations never stall.80+ Security Tool Parsers
Running a tool is one thing. Understanding its output is another. Siyarix v1.0 includes 80+ native output parsers spanning the full security tool ecosystem:
Each parser converts raw tool output into structured, typed data that the AI can reason about, correlate, and act upon.
Four Agent Modes for Every Workflow
Siyarix v1.0 introduces four distinct operating modes because one size does not fit all:
Security & Safety Architecture
We built Siyarix with the understanding that combining AI with security tools carries inherent risk. Our safety architecture is multi-layered:
verifycommand for chain integrity validation.siyarix healthdiagnostics covering tool dependencies, provider connectivity, and system integrity.CLI & User Experience
Expert Persona System
10 specialized security mindsets that the AI can adopt, each with tailored system prompts, example workflows, and operational heuristics:
Switch between them at runtime with
/personain the REPL.Multi-Wave Execution & Self-Correction
Unlike simpler orchestrators that run a plan once and report results, Siyarix implements an iterative multi-wave execution loop (up to 25 waves). After each wave, the AI analyzes results, learns from failures, and adapts its approach — just like a human operator would.
Compliance & Threat Intelligence
Infrastructure & Platform Support
Behind the Numbers
Migration & What's Next
Siyarix is migrating from
mufthakherul/siyarixto its own GitHub organization atsiyarix/siyarixto better support its growing community. All existing links will redirect seamlessly.For v1.1 and beyond, the roadmap includes:
Acknowledgments
Siyarix v1.0.0 is the work of MD MUFTHAKHERUL ISLAM MIRAZ and a growing community of contributors who believed in the vision. Thank you to everyone who filed issues, submitted PRs, tested edge cases, and provided feedback during the alpha and beta phases.
Special thanks to the open-source security and AI communities whose tools and models make Siyarix possible: the maintainers of nmap, nuclei, Metasploit, OWASP ZAP, Impacket, BloodHound, and every tool whose parser ships with this release.
Get Started Today
Or visit the documentation: Siyarix Docs
"Security operations should be driven by intent, not syntax. Siyarix is our answer to that vision."
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions