1 pointby NeuroVexon7 hours ago1 comment
  • NeuroVexon7 hours ago
    Hey HN,

    I built AXON because I wanted AI agents that can actually do things — but with real security controls.

    Every tool call (file ops, web search, shell commands, email, code execution) requires explicit user approval before execution. Parameters and risk level are shown, you approve or deny. Everything is logged.

    Key features: - Multi-agent system (different roles, models, permissions per agent) - Multi-LLM: Ollama (fully local), Claude, OpenAI, Gemini, Groq, OpenRouter - 100% on-premise, no cloud needed, GDPR-compliant - Docker-based code sandbox with network isolation - MCP server (works as tool provider for Claude Desktop, Cursor) - Encrypted API key storage (Fernet)

    Stack: Python 3.11+, FastAPI, React 18, TypeScript, Docker

    Apache 2.0 license. Made in Germany.

    Happy to answer questions about the architecture or security model.