EveryDev.ai
Subscribe
Home
Tools

3,995+ 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. AX
    AX icon

    AX

    Agent Frameworks
    Featured

    AX is Google's open-source, declarative orchestrator for running billions of autonomous agent workloads in a cluster, with sandboxed execution, workspace wiring, and sub-second task resumption.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the Apache License 2.0. Self-host on your own Kubernetes cluster.

    Engagement

    Available On

    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksAutonomous SystemsAI Infrastructure

    Alternatives

    E2BNemoClawInstaVM
    Developer
    Google Open Source Programs OfficeMountain View, CAEst. 2004

    Listed Sep 2026

    About AX

    AX is Google's open-source agentic execution runtime, licensed under Apache 2.0 and hosted at github.com/google/ax. It provides a declarative, Kubernetes-style control plane purpose-built for autonomous agent workloads — a category the project describes as neither stateless microservices nor traditional batch jobs. The project was born from agentic runtime research at Google, drawing on work from Google DeepMind alongside large-scale isolation and scheduling experience, and runs on top of Agent Substrate, a compute runtime designed for massive actor density.

    What It Is

    AX is a high-throughput orchestrator that lets developers and researchers declare agent tasks as YAML manifests and run them at scale inside isolated sandboxes. It abstracts four core primitives — Task, Workspace, Gateway, and Model — into a unified control plane that handles sandboxing, workspace setup, network policy enforcement, and model configuration. If you have used Kubernetes, the README notes that ax will feel familiar: the CLI uses apply, get, describe, watch, and delete verbs, plus agent-specific commands like ax ssh, ax suspend, and ax resume.

    Core Primitives

    AX organizes everything around four declarative resource kinds:

    • Task — runs untrusted agent code in a sandbox with CPU and memory limits; cheap to create, suspend, and discard.
    • Workspace — pre-wires Git repositories, MCP servers, and skill packages so every agent starts warm; supports plain-English goal descriptions that an agent resolves on first boot.
    • Gateway — defines and enforces network policies, locking traffic to an explicit allowlist of hosts and ports and injecting credentials into incoming requests.
    • Model — centralizes LLM configuration, credentials (via Kubernetes secrets), and model parameters so rotating a key or pinning a new model version requires a single ax apply.

    Architecture and Scale

    AX runs on Agent Substrate, a compute runtime designed from the ground up for high actor density. The homepage states the platform is built to scale to billions of concurrent agent sessions per cluster. Key architectural properties include:

    • Sub-second resumption — idle agents waiting on model responses, tool calls, or human approval are checkpointed and suspended, then brought back in under a second with no cold-start delay.
    • Dense multiplexing — dozens of tasks share worker resources, converting idle waiting time into spare compute capacity.
    • Generative workspaces — workspace goals described in plain English are handed to an agent on first boot to install toolchains and verify dependencies automatically.

    Who It Is Built For

    The project explicitly targets two audiences: application developers building production agentic systems and AI researchers. For researchers, AX is positioned as a platform for spinning up large numbers of reproducible sandboxes to collect trajectories, run reinforcement learning loops, and evaluate agents at scale. For developers, the design philosophy emphasizes ergonomics, rapid iteration, and minimal runtime surface area.

    Update: v0.3.0

    The latest release is v0.3.0, published on 2026-09-20, with the repository last pushed on 2026-09-25. The GitHub README includes an active warning that core concepts, protocols, and specifications are still being refined and that major breaking changes are likely before a stable release. A public roadmap covers planned milestones across core specs, actor architecture, agentic environments, and governance.

    AX - 1

    Community Discussions

    Be the first to start a conversation about AX

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the Apache License 2.0. Self-host on your own Kubernetes cluster.

    • Declarative agent task orchestration
    • Sandboxed task execution
    • Workspace, Gateway, and Model primitives
    • ax CLI with full kubectl-style verbs
    • Sub-second suspend and resume

    Capabilities

    Key Features

    • Declarative YAML manifests for agent tasks
    • Sandboxed task execution with CPU and memory limits
    • Sub-second agent suspend and resume
    • Generative workspace setup from plain-English goals
    • Network gateway with allowlist-based traffic policies and credential injection
    • Centralized model and secret configuration
    • MCP server and Git repo workspace wiring
    • ax ssh for live shell access into running sandboxes
    • Kubernetes-style CLI (apply, get, describe, watch, delete)
    • Scales to billions of concurrent agent sessions per cluster
    • Dense task multiplexing for compute efficiency
    • Compatible with kubectx for multi-cluster workflows
    • gRPC-based control plane API
    • Custom runner image support

    Integrations

    Kubernetes
    Agent Substrate
    MCP servers
    Git repositories
    Redis
    Gemini (Google AI models)
    ko (container build tool)
    kubectl
    kubectx
    gRPC
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Google Open Source Programs Office

    Google's Open Source Programs Office (OSPO) has supported open source innovation since 2004, making it one of the first OSPOs in the industry. The office releases and maintains major open source projects including Android, Chromium, Go, Kubernetes, and TensorFlow. OSPO runs programs like Google Summer of Code and Season of Docs to bring new contributors into open source and improve documentation across the ecosystem.

    Founded 2004
    Mountain View, CA

    Used by

    Over 1,000 open source organizations…
    225+ open source projects use OSS-Fuzz
    Hundreds of organizations supported…
    Notable projects supported include:…
    Read more about Google Open Source Programs Office
    WebsiteGitHubX / Twitter
    4 tools in directory

    Similar Tools

    E2B icon

    E2B

    Open-source, secure cloud sandbox infrastructure for running AI-generated code and building enterprise-grade AI agents with isolated microVM environments.

    NemoClaw icon

    NemoClaw

    An open-source reference stack by NVIDIA for running OpenClaw always-on AI assistants more safely inside hardened OpenShell sandboxes with managed inference routing.

    InstaVM icon

    InstaVM

    Instant cloud infrastructure for AI agents — hardware-isolated microVMs with runtime, storage, networking, secrets injection, and egress control.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    734 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    437 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

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