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. toast
    toast icon

    toast

    Development Environments

    A lightweight, batteries-included terminal IDE with managed language servers, tree-sitter syntax highlighting, tabs, ripgrep search, and markdown preview — no setup required.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Download and use without cost.

    Engagement

    Available On

    macOS
    Linux
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Development EnvironmentsCommand Line AssistantsCode Intelligence

    Alternatives

    HelixWave TerminalCaudex
    Developer
    paradise-runnerparadise-runner is an independent developer building Toast,…

    Listed Sep 2026

    About toast

    Toast is a lightweight IDE that runs entirely in your terminal, built in Go and released under the MIT license. It ships with managed language servers, tree-sitter syntax highlighting, multi-buffer tabs, project-wide ripgrep search, and markdown preview out of the box — no Electron, no plugin marathon, no telemetry. The project is in early development (v0.9.0 as of August 2026) and explicitly positions itself as a no-AI, no-telemetry alternative to editors like VS Code and Zed.

    What It Is

    Toast is a terminal UI (TUI) code editor that fills the gap between minimal editors like vim/neovim — which require extensive configuration to become a full IDE — and heavyweight GUI editors like VS Code. It installs as a single ~28 MB binary via Homebrew or a direct download, and opens a working IDE immediately without any post-install configuration. The project is written in Go and uses the bubbletea TUI framework, tree-sitter for syntax parsing, and ripgrep for search.

    Core Feature Set

    Toast ships with a deliberately curated set of IDE features:

    • Managed language servers: automatically offers to install gopls, rust-analyzer, pyright, typescript-language-server, and harper (Markdown spell check) using the toolchain already on $PATH
    • Tree-sitter syntax highlighting: accurate, incremental coloring for Go, Python, JavaScript, TypeScript, Rust, CSS, HTML, YAML, Bash, and Markdown
    • Multi-buffer tabs: with unsaved-changes indicators, mouse-close buttons, and quit confirmation
    • Project-wide search: powered by ripgrep, with in-file find/replace including match-case and whole-word options
    • Markdown preview: renders .md, .markdown, and .mdx files side by side with the editor
    • Git-aware file tree: shows modified/new file markers, dims ignored files, and displays the current branch in the status bar
    • Go to definition: via Ctrl+click or F12
    • Command palette: fuzzy search over every action with keybinding hints and MRU ordering
    • Theme system: built-in system (derived from terminal colors), toast-dark, toast-light, plus a VSCode theme importer

    Philosophy and Tradeoffs

    The README explicitly compares Toast to vim, emacs, VS Code, and Zed, and highlights that it has no AI features and no telemetry as deliberate design choices. The MIT license even includes an informal clause stating that adding AI agents, AI chat, or telemetry would entitle users to "kick the maintainer's ass." This positions Toast squarely for developers who want a capable terminal editor without cloud connectivity or AI assistance baked in.

    Setup Path

    Installation is a single Homebrew command on macOS and Linux:

    brew install paradise-runner/tap/toast
    

    Alternatively, pre-built binaries are available for macOS (Apple Silicon and Intel) and Linux (amd64) as zip downloads from the releases page. An experimental macOS .app bundle wraps toast in a libghostty terminal window for users who prefer a native app experience, though the project notes it has more bugs than the terminal version. Building from source requires Go 1.25.2+.

    Configuration lives in a single JSON file at ~/.config/toast/config.json and covers theme, keybindings, LSP servers, sidebar behavior, auto-save delay, and ignored file patterns. All keybindings are remappable or can be unbound entirely.

    Update: v0.9.0

    The latest release is v0.9.0, published on August 29, 2026. The repository was last pushed to on September 11, 2026, indicating active development. The project has 206 GitHub stars and 4 forks, with 20 open issues. GitHub topics tag it as a neovim-alternative and TUI IDE. The project self-describes as being in early development and encourages bug reports and feature requests via GitHub Issues.

    toast - 1

    Community Discussions

    Be the first to start a conversation about toast

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Download and use without cost.

    • Managed language servers
    • Tree-sitter syntax highlighting
    • Multi-buffer tabs
    • Project-wide ripgrep search
    • Markdown preview

    Capabilities

    Key Features

    • Managed language servers (gopls, rust-analyzer, pyright, typescript-language-server, harper)
    • Tree-sitter syntax highlighting for 10+ languages
    • Multi-buffer tabs with unsaved-changes indicators
    • Project-wide search powered by ripgrep
    • In-file find and replace with match-case and whole-word options
    • Markdown preview for .md, .markdown, and .mdx files
    • Git-aware file tree with status indicators
    • Go to definition via Ctrl+click or F12
    • Command palette with fuzzy search and MRU ordering
    • Theme system with VSCode theme importer
    • Auto-save with configurable inactivity delay
    • Fuzzy file quick-open
    • Spell checking via harper in Markdown files
    • Mouse support
    • Fully remappable keybindings via JSON config
    • No AI features
    • No telemetry
    • Single binary install (~28 MB)

    Integrations

    ripgrep
    gopls
    rust-analyzer
    pyright
    typescript-language-server
    harper
    tree-sitter
    Homebrew
    Git
    VSCode themes
    libghostty (experimental Mac app)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    paradise-runner

    paradise-runner is an independent developer building Toast, a batteries-included terminal IDE written in Go. The project emphasizes simplicity, speed, and a deliberate no-AI, no-telemetry philosophy. Toast ships managed language servers, tree-sitter highlighting, and ripgrep search out of the box, targeting developers who want a capable terminal editor without configuration overhead.

    Read more about paradise-runner
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Helix icon

    Helix

    A post-modern modal text editor written in Rust, featuring multiple selections, built-in language server support, and tree-sitter syntax highlighting for the terminal.

    Wave Terminal icon

    Wave Terminal

    An open-source, AI-integrated terminal for macOS, Linux, and Windows with file previews, remote editing, SSH sessions, and built-in web browsing.

    Caudex icon

    Caudex

    A lightweight, fast, and intuitive terminal application designed specifically for Claude Code with multi-tab management and context monitoring.

    Browse all tools

    Related Topics

    Development Environments

    AI-enhanced code editors and IDEs that improve the coding experience.

    195 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

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

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