EveryDev.ai
Subscribe
Home
Tools

3,824+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Aurict
    Aurict icon

    Aurict

    AI Coding Assistants

    An open-source, terminal-native AI coding agent with multi-agent orchestration, BYOK provider support, sandboxed tool execution, and explicit approval controls.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under AGPLv3. Bring your own API keys for any supported provider.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMulti-agent SystemsCommand Line Assistants

    Alternatives

    Kode AgentneoshSuperset
    Developer
    AurictAurict builds an open-source terminal AI coding agent and a…

    Listed Sep 2026

    About Aurict

    Aurict is an open-source terminal AI coding agent licensed under AGPLv3, built for developers who want agentic AI workflows without leaving their shell. It operates on a bring-your-own-key (BYOK) model, meaning users supply their own API keys for providers like Anthropic, OpenAI, Google, xAI, Azure, AWS Bedrock, Ollama, and OpenRouter. The wider Aurict system also includes a local-first desktop workspace (Hoprel), a Flutter-based mobile companion app, and a fixed-income research sub-product (Bondley.one).

    What It Is

    Aurict is a terminal-native multi-agent coding assistant that understands your project before you type a prompt. On first run it scans the repository — detecting framework, language, package manager, and config files — and injects that context automatically. It routes tasks to nine built-in specialist agents (explore, code, review, test, docs, security, debug, performance, analytics) that run in parallel worker threads, then surfaces results with a durable completion proof. The TUI is built on Ink (React for terminals), rendering cleanly without Electron overhead or browser tabs.

    How the Safety Architecture Works

    Every shell command passes through a three-tier bash classifier — safe, warning, or danger — before execution. Risky calls enter a policy sandbox with permission gates, protected paths, scrubbed environment variables, timeouts, output limits, and an audit trail. The "Project Auto" feature removes repeated prompts only for bounded write, edit, and apply_patch operations inside the active project for the current session; shell commands, secrets, paths outside the project, and broad deletions still require direct approval. Three security posture levels are available: Passive (defensive review only), Active Lite (Docker-backed scans against an allowlisted target), and Kali Full (full experimental image, requiring explicit approval every time).

    Capability Architecture

    • 218+ contextual skills — framework- and tool-specific context injected automatically when a stack is detected (Next.js, React, Vue, FastAPI, Rust, Go, Kubernetes, Terraform, and 200+ more combinations)
    • Multi-agent coordinator — nine specialists in isolated worker threads; complex tasks decompose and run in parallel
    • MCP client — imports compatible claude_desktop_config.json servers; each connected server and its tools are inspectable before use
    • Design agent — 150+ design systems and 111 skill templates for UI implementation briefs
    • Persistent memory — decisions and conventions stored locally in SQLite via Drizzle ORM, recalled per session
    • Session management — checkpoints before every AI action, /undo for N-step rollback, /fork, /branch, and /worktree for parallel development
    • Local HTTP API — REST/SSE on 127.0.0.1:7777 with bearer-token auth for scripting and CI integration
    • Token and cost tracking — /cost shows a full breakdown including cache reads at their discounted rate

    Installation and Setup Path

    Aurict ships as a self-contained compiled binary (approximately 103 MB with the Bun runtime embedded) for macOS arm64/x64, Linux x64/arm64, and Windows x64. Installation takes one command:

    curl -fsSL https://aurict.com/install.sh | bash
    

    or via npm:

    npm install -g aurict
    

    No Node.js runtime is required at execution time for the curl-installed binary. Building from source requires Bun 1.3+ and TypeScript 5.8+. The project structure separates a core package (agent engine, tools, providers, storage, HTTP server) from a cli package (Ink TUI, slash commands, keybindings), with 92 unit tests in core and 39 TUI component tests in cli.

    Update: v1.2.23

    The latest release is v1.2.23, published on September 5, 2026, according to the GitHub repository metadata. The repository was last pushed on September 12, 2026, indicating active development. The project describes itself as having moved from a bootstrapped hobby project toward a more clearly defined technology ecosystem, with a public roadmap and changelog available at aurict.com. The about page notes planned verticals including a cybersecurity platform, a visual/interface generation layer, and a MicroTarget.one integration for on-device ML and customer engagement workflows.

    Aurict - 1

    Community Discussions

    Be the first to start a conversation about Aurict

    Share your experience with Aurict, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under AGPLv3. Bring your own API keys for any supported provider.

    • Full terminal agent with multi-agent orchestration
    • 218+ contextual skills
    • BYOK support for 12 providers
    • MCP client
    • Session memory and checkpoints

    Capabilities

    Key Features

    • Multi-agent orchestration with 9 specialist agents (explore, code, review, test, docs, security, debug, performance, analytics)
    • 218+ auto-injected contextual skills for frameworks and tools
    • BYOK support for 12 providers: Anthropic, OpenAI, Google, OpenRouter, xAI, Azure, AWS Bedrock, Ollama, NVIDIA NIM, Z.AI, Alibaba, OpenCode
    • Three-tier bash classifier (safe/warning/danger) before shell execution
    • Policy sandbox with permission gates, protected paths, scrubbed env, timeouts, and audit logs
    • Project Auto for session-scoped bounded file change approvals
    • MCP client compatible with claude_desktop_config.json
    • 150+ design systems and 111 skill templates via Design Agent
    • Persistent SQLite-backed session memory with full restore
    • Checkpoint and undo system for N-step rollback
    • Session forking, branching, and git worktree management
    • Local HTTP/SSE API on 127.0.0.1:7777 with bearer-token auth
    • Token and cost tracking with cache read discounts
    • Context compaction with configurable thresholds
    • Custom tools via ESM .js files in .aurict/tools/
    • Custom agents via JSON in .aurict/agents/
    • Hooks system for lifecycle events (pre-tool, post-tool, pre-response, post-response, session-start, session-end)
    • Completion proof with changed files, verification evidence, and waivers
    • LSP diagnostics for TypeScript, Python, and 30+ languages before edits
    • Pipe mode for non-interactive single queries
    • Architecture decision records via /adr
    • Background task execution in separate worker threads
    • Web search and HTTP fetch tools
    • Semantic workspace search and package API inspection

    Integrations

    Anthropic (Claude 3.5, Claude 4 Sonnet/Opus/Haiku)
    OpenAI (GPT-4o, o3, o4-mini)
    Google (Gemini 2.0, 2.5 Flash/Pro)
    OpenRouter (200+ models)
    Ollama (local models)
    xAI
    Azure OpenAI
    AWS Bedrock
    NVIDIA NIM
    Z.AI (GLM)
    Alibaba (Qwen)
    GitHub (via MCP)
    PostgreSQL (via MCP)
    Docker (via MCP)
    Slack (via MCP)
    Jira (via MCP)
    Linear (via MCP)
    Figma (via MCP)
    Sentry (via MCP)
    Vercel (via MCP)
    AWS (via MCP)
    Notion (via MCP)
    Browser (via MCP)
    TypeScript LSP
    Python LSP
    Go LSP
    Rust LSP
    Ruby LSP
    Java LSP
    Kotlin LSP
    Dart LSP
    C/C++ LSP
    Bun
    npm
    SQLite
    Drizzle ORM
    Hono
    Vercel AI SDK
    Ink (React for terminals)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Aurict and help others make informed decisions.

    Developer

    Aurict Team

    Aurict builds an open-source terminal AI coding agent and a growing ecosystem of vertical AI products. The core product is a BYOK multi-agent CLI that routes developer tasks to specialist agents with sandboxed tool execution and explicit approval controls. The ecosystem extends to Hoprel (a local-first desktop workspace), Aurict Mobile (a Flutter BYOK assistant), and Bondley.one (a fixed-income research workspace). Aurict describes its approach as a radical optimization movement focused on reducing context bloat, unnecessary token spend, and distracting interface layers.

    Read more about Aurict Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Kode Agent icon

    Kode Agent

    An open-source AI coding assistant that lives in your terminal, capable of understanding codebases, editing files, running commands, and orchestrating multi-model workflows.

    neosh icon

    neosh

    A terminal-first, Neovim-inspired agent workspace for running and orchestrating AI coding agents across multiple models and machines.

    Superset icon

    Superset

    A code editor for AI agents that lets you orchestrate swarms of Claude Code, Codex, Gemini, and other CLI agents in parallel using isolated Git worktrees.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    826 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    347 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    238 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions