EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
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. First Tree
    First Tree icon

    First Tree

    Agent Harness
    Featured

    An open-source agent orchestration workspace that runs Claude, Codex, Cursor, and other AI agents in parallel, grounded in shared team context.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    CLI and core platform under Apache 2.0, free to self-host with your own LLM provider subscriptions.

    Hub Paid: Custom/contact

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessMulti-agent SystemsAgent Memory

    Alternatives

    QMDeepAgentsPaseo
    Developer
    Agent Team FoundationEst. 2026

    Listed Aug 2026

    About First Tree

    First Tree is an open-source, Apache 2.0-licensed workspace built by Agent Team Foundation that lets engineering teams run multiple AI coding agents in parallel from a single hub. The CLI and core platform are freely available on GitHub, while a hosted cloud hub adds team collaboration features. The project is written in TypeScript and actively maintained, with the latest release at v0.5.18 as of July 2026.

    What It Is

    First Tree is an agent orchestration layer — not another AI agent itself, but the coordination surface that connects agents like Claude Code, Codex, Cursor, OpenCode, and Kimi into a unified team workflow. Its central concept is the Context Tree: a Git-native, team-maintained memory of decisions, ownership, responsibilities, constraints, and prior work. Agents read this shared context before starting any task, and useful outcomes can flow back into it after work is done, creating a persistent human-agent work loop.

    How the Context Loop Works

    The core architecture connects five pieces:

    • Context Tree — a structured, file-based team memory stored in Git, covering goals, product positioning, system design, and team practices
    • Web workspace — the daily surface for chats, agent management, GitHub integration, and context-backed task tracking
    • CLI + daemon — signs a local computer into the hub and keeps local agents connected and routed
    • Agent runtime — runs agents on the user's machine and routes messages through First Tree
    • GitHub integration — connects code work, pull requests, and reviews back to the workspace

    The homepage describes the loop as: user intent → read team context → context-aware agent work → human review/control → durable outcome → updated team context.

    Parallel Agent Workflow

    First Tree is designed for two primary work modes:

    • Focused copilot work — deep collaboration with a single agent in a persistent work stream for coding, design, writing, or research
    • Parallel review work — multiple agents move tasks forward simultaneously, looping in humans only when a decision, blocker, approval, or review is needed

    Each agent can be given a distinct role, model, prompt, and skill set. Agents coordinate in shared chats, and humans can join any agent chat at any time. GitHub issues can be automatically triaged and assigned to agents, which open pull requests rather than merging directly — access is scoped to only the repos and branches explicitly granted.

    Open-Source Deployment Model

    The CLI and core platform are released under Apache 2.0, allowing self-hosted deployments with any LLM provider. The hosted First Tree Hub at cloud.first-tree.ai provides a free tier, with paid plans adding seats and analytics according to the FAQ on the homepage. The macOS/Linux installer bundles Node.js so new users do not need a separate Node installation. Self-hosted deployments use Docker Compose for the development PostgreSQL database and a Fastify API server.

    Update: v0.5.18 — BYO Context, GitHub Task Agents, Complete Team Skills

    The GitHub repository shows the latest release as v0.5.18, published July 30, 2026, titled "BYO Context, GitHub task agents, complete Team Skills." The repository was created in March 2026 and has been actively pushed to as recently as August 2026, indicating rapid early development. The project also ships a companion open-source security scanner (launch-readiness-scan) powered by GPT-5.6 that audits public repos across eight categories including secrets, auth, input safety, and deploy config.

    Team and Background

    The team page lists six members with backgrounds from Google, Alibaba (via Ledong acquisition), Kuaishou, Baidu, ByteDance, Xigua Video, Lark, and UC Berkeley. CEO Chao Liu was previously a Google PM and founder of Ledong. The organization is based in San Francisco and operates under the Agent Team Foundation GitHub organization.

    First Tree - 1

    Community Discussions

    Be the first to start a conversation about First Tree

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

    Pricing

    OPEN SOURCE

    Open Source

    CLI and core platform under Apache 2.0, free to self-host with your own LLM provider subscriptions.

    • Apache 2.0 license
    • Self-hosted deployment
    • CLI and daemon
    • Context Tree
    • Bring your own agent subscriptions
    FREE

    Hub Free Tier

    Hosted First Tree Hub with a free tier for individuals and small teams.

    • Hosted web workspace
    • Agent management
    • GitHub integration
    • Free tier access

    Hub Paid

    Paid plans on the hosted Hub adding seats and analytics.

    Custom
    contact sales
    • Additional seats
    • Analytics
    • All free tier features
    View official pricing

    Capabilities

    Key Features

    • Parallel agent workspaces with isolated branches
    • Context Tree: Git-native shared team memory
    • Works with Claude Code, Codex, Cursor, OpenCode, Kimi
    • GitHub integration for issue triage and PR automation
    • Customizable agent roles, models, prompts, and skills
    • Agent-to-agent coordination in shared chats
    • Human-in-the-loop review at any point
    • Remote control via mobile app
    • CLI daemon for local agent management
    • Self-hosted deployment option (Apache 2.0)
    • Free security scanner for public repos
    • MCP support
    • OpenTelemetry observability and logging

    Integrations

    Claude Code
    Codex
    Cursor
    OpenCode
    Kimi
    GitHub
    MCP
    npm
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Agent Team Foundation

    Agent Team Foundation builds First Tree, an open-source agent orchestration workspace that lets engineering teams run AI agents like Claude Code and Codex in parallel from a shared context hub. The team brings backgrounds from Google, Alibaba, Kuaishou, Baidu, ByteDance, and UC Berkeley. Based in San Francisco, they develop First Tree using First Tree itself, with the core platform released under Apache 2.0.

    Founded 2026
    6 employees

    Used by

    Users from OpenAI
    Google
    Coinbase
    ByteDance
    +4 more
    Read more about Agent Team Foundation
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    QM icon

    QM

    An open-source multiplayer agent harness for startups that gives every employee and project their own isolated AI agent workspace, accessible via Slack and the web.

    DeepAgents icon

    DeepAgents

    An open-source framework by LangChain for building deep research-style multi-agent systems powered by LLMs.

    Paseo icon

    Paseo

    Orchestrate coding agents from your desktop, phone, terminal, or browser. Self-hosted, multi-provider, and open source.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    128 tools

    Multi-agent Systems

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

    295 tools

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

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