EveryDev.ai
Subscribe
Home
Tools

3,864+ 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. Bestie
    Bestie icon

    Bestie

    Agent Harness

    A native terminal coding agent harness that gives you total visibility into every action the AI takes, with cross-platform sandboxing and support for multiple LLM providers.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open source under the Mozilla Public License 2.0. Download and use at no cost.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAI Coding AssistantsAutonomous Systems

    Alternatives

    Open InterpreterephoManta UI
    Developer
    jolexxajolexxa is an independent developer based in Minnesota who b…

    Listed Sep 2026

    About Bestie

    Bestie is a native terminal coding agent harness written in Dart, built by jolexxa and licensed under the Mozilla Public License 2.0. It runs natively on Windows x64, Apple Silicon, and Linux x64, and is self-described as being in alpha. The project's stated goal is to give users total power over AI coding agents — nothing happens without you seeing it.

    What It Is

    Bestie is a terminal-based coding agent harness: a local application that wraps AI coding agents and exposes every input, output, and action through a detailed UI. Unlike cloud-based coding assistants, Bestie runs entirely on your machine, sandboxes agent activity, and lets you inspect what the agent is doing at every step. It connects to external LLM providers (Fireworks.ai, OpenRouter.ai, and any OpenAI-compatible server) rather than bundling its own model.

    Visibility and Control Architecture

    The core design principle is transparency. Bestie provides a details pane showing inputs and outputs for every agent action, a command palette, and a visual options menu so users never have to edit raw JSON config files. Key control features include:

    • Cross-platform sandbox: wide read access but limited writes scoped to the working directory
    • Configurable network access levels: control what the agent can reach on the internet
    • Session save and load: resume agent sessions across restarts
    • Internet access via curl-impersonate: reduces the likelihood of the agent being blocked by CAPTCHAs during web requests

    Agent Capabilities

    On the agent side, Bestie supports a range of agentic primitives:

    • Background jobs and agentic terminal shells
    • Subagents for delegating subtasks
    • Automatic and manual conversation compaction
    • Parallel tool execution via thread pools
    • A pull-based paradigm for handling long outputs and shell processes
    • A sandboxed bash environment available on every supported OS

    Platform and Technology

    Bestie is written in Dart, chosen for its native compilation, type safety, sound null safety, and strong FFI support for integrating with native OS libraries. The README notes that pseudo-terminals, clipboards, process spawning, and sandboxes all behave differently across Windows, macOS, and Linux, and Bestie implements platform-specific abstractions for each. Dart isolates are used extensively for concurrency without low-level locking concerns. The app also includes a built-in terminal emulator/multiplexer, themes, mascot characters, an ASCII math renderer, and mouse support.

    Roadmap and Current Status

    The project launched its first release (v0.1.0) in September 2026 and is explicitly described as alpha-quality software. The roadmap includes planned support for the Agent Client Protocol (ACP), Model Context Protocol (MCP), skills, agents.md, localization, inline skill references, and plans/todos. The repository is open for issues, contributions, and community feedback via a Discord server.

    Bestie - 1

    Community Discussions

    Be the first to start a conversation about Bestie

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

    Pricing

    OPEN SOURCE

    Open Source

    Free and open source under the Mozilla Public License 2.0. Download and use at no cost.

    • Full terminal coding agent harness
    • Cross-platform sandbox
    • Multiple LLM provider support
    • Session save and load
    • Subagents and background jobs

    Capabilities

    Key Features

    • Details pane showing inputs/outputs for every agent action
    • Cross-platform sandbox with wide read access and limited writes
    • Configurable network access levels
    • Command palette
    • Session save and load
    • Support for Fireworks.ai, OpenRouter.ai, and OpenAI-compatible servers
    • Built-in terminal emulator and multiplexer
    • Background jobs
    • Agentic terminal shells
    • Subagents
    • Automatic and manual conversation compaction
    • Sandboxed bash environment on all platforms
    • Parallel tool execution via thread pools
    • Pull-based paradigm for long outputs and shell processes
    • Internet access via curl-impersonate
    • Themes and mascot characters
    • ASCII math renderer
    • Visual options menu
    • Mouse support
    • Terminal and markdown text reflowing with scroll position preservation

    Integrations

    Fireworks.ai
    OpenRouter.ai
    OpenAI-compatible servers
    curl-impersonate
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    jolexxa

    jolexxa is an independent developer based in Minnesota who builds Bestie, a native terminal coding agent harness written in Dart. The project focuses on giving users full transparency and control over AI coding agents across Windows, macOS, and Linux. Bestie is open source under the Mozilla Public License 2.0 and welcomes community contributions.

    Read more about jolexxa
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Open Interpreter icon

    Open Interpreter

    An open-source desktop agent and terminal coding agent that lets you work alongside AI to edit documents, fill PDF forms, run code, and automate computer tasks.

    epho icon

    epho

    Epho runs Claude Code, Codex, or OpenCode coding agents in the cloud via a single HTTP API — no SDK, no daemon, no infrastructure required on your side.

    Manta UI icon

    Manta UI

    Self-hosted, open-source client that runs Claude Code, Codex, opencode, and other coding agents on your own Linux box or Mac, accessible from desktop, browser, and iPhone.

    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.

    170 tools

    AI Coding Assistants

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

    839 tools

    Autonomous Systems

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

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