EveryDev.ai
Sign inSubscribe
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
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,508+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Vibe
    Vibe icon

    Vibe

    AI Coding Assistants

    BEAM-native coding agent for Elixir/OTP projects with a TUI, LiveView web console, persistent sessions, subagents, plugins, and project-aware Elixir eval.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the MIT License. Install via Hex and use with your own model provider API keys.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsAgent FrameworksVibe Coding

    Alternatives

    KiroOrchidsMagic Cloud
    Developer
    elixir-vibeEst. 2025

    Listed May 2026

    About Vibe

    Vibe is a BEAM-native coding agent built specifically for Elixir/OTP projects, distributed under the MIT License and available on GitHub. It runs as a local OTP application and exposes a terminal UI (TUI), a Phoenix LiveView web console, persistent sessions, plugins, skills, subagents, and project-aware Elixir eval. The project self-describes as experimental and not production-ready, warning users to review changes before applying them.

    What It Is

    Vibe is a CLI/web coding agent that treats the BEAM runtime as its control plane rather than wrapping a chat loop around shell commands. Instead of issuing raw shell commands, the agent uses stateful Elixir APIs for commands, storage, search, telemetry, goals, web fetches, and Markdown rendering. It installs as a Mix escript from Hex and requires Elixir 1.19+ and Erlang/OTP 27+.

    BEAM-Native Architecture

    The core design principle is that agent work runs as supervised OTP processes. Sessions, command jobs, plugin workers, subagents, telemetry, UI state, and storage are all supervised processes that can be monitored, cancelled, resumed, and inspected. This gives Vibe properties closer to a Livebook notebook than a traditional shell-based agent:

    • Elixir eval as the control plane — the agent uses stateful Elixir APIs; the model sees a small tool surface but the agent gets a composable interface.
    • Stateful eval sessions — intermediate values persist across steps, so the agent can compute, inspect, transform, and refer back to results.
    • Subagents as OTP processes — child Vibe sessions get their own lifecycle, enabling parallel research, background work, and longer workflows.
    • Remote workflows — Vibe supports SSH and Erlang distribution so agents can attach to remote nodes and coordinate across machines.

    Workflow and Interface

    Normal vibe invocations act as clients connecting to a singleton background server, giving a tmux-like multi-terminal workflow. The Phoenix LiveView web console shares the same session processes as the TUI. Key commands include:

    • vibe — start or attach the TUI
    • vibe --web — open the LiveView console
    • vibe -p "prompt" — run a single prompt and exit
    • vibe --bg "prompt" — start a background session
    • vibe subagents jobs — list running subagent jobs
    • vibe connect [--ssh|--dist] <target> — save a remote Vibe node

    Files can be attached with @file arguments; image files are supported for direct prompts and inline TUI/web references.

    Plugins, Skills, and Providers

    Built-in plugins include Rules (loads Markdown rule files into the system prompt), Safety (confirmation before risky commands), Notify (terminal notifications), Question (model-facing question tool), and WebSearch (provider-neutral web search). Plugins can be disabled per profile in ~/.vibe/agent-profiles.toml. Executable skills are trusted local Elixir files discovered from several standard paths. Vibe passes provider:model strings through ReqLLM and supports Anthropic, OpenAI/Codex (with OAuth), and other providers via environment variable API keys.

    Update: v0.2.4

    The latest release is v0.2.4, published on 2026-05-26, with the repository last pushed the same day. The project was created in April 2026 and has been actively updated since. HexDocs package documentation is published at hexdocs.pm/vibe. The project is explicitly marked experimental and not production-ready in its own README.

    Vibe - 1

    Community Discussions

    Be the first to start a conversation about Vibe

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

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the MIT License. Install via Hex and use with your own model provider API keys.

    • Full TUI and LiveView web console
    • Persistent sessions with SQLite
    • Subagents and plugins
    • Project-aware Elixir eval
    • All built-in skills and providers

    Capabilities

    Key Features

    • BEAM-native OTP coding agent
    • Terminal UI (TUI)
    • Phoenix LiveView web console
    • Persistent sessions with SQLite storage
    • Subagents with independent OTP lifecycles
    • Project-aware Elixir eval as control plane
    • Stateful eval sessions (Livebook-style)
    • Plugin system (Rules, Safety, Notify, Question, WebSearch)
    • Executable skills (trusted local Elixir files)
    • SSH and Erlang distribution for remote workflows
    • Multi-provider model support via ReqLLM
    • Codex/OpenAI OAuth login
    • Full-text search over sessions and memory
    • Background sessions and non-interactive prompt mode
    • AST-aware search/replace for Elixir syntax
    • LSP integration for diagnostics and navigation
    • Hot-reload modules during development
    • Semantic events and typed storage with Ecto

    Integrations

    OpenAI/Codex
    Anthropic Claude
    Phoenix LiveView
    Ecto
    SQLite
    ReqLLM
    Hex package manager
    HexDocs
    Credo
    Dialyzer
    ExDNA
    Reach
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

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

    Developer

    elixir-vibe

    elixir-vibe builds Vibe, a BEAM-native coding agent for Elixir/OTP projects. The project ships a terminal UI, Phoenix LiveView web console, persistent sessions, subagents, and project-aware Elixir eval as a local OTP application. It is distributed as an open-source MIT-licensed Hex package with documentation on HexDocs.

    Founded 2025

    Used by

    Elixir community members using…
    Read more about elixir-vibe
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Kiro icon

    Kiro

    Kiro is an agentic IDE and CLI built by AWS that brings spec-driven development, agent hooks, and advanced context management to help developers ship production-ready code faster.

    Orchids icon

    Orchids

    Orchids is an AI-powered full-stack app builder that lets you build web apps, mobile apps, AI agents, and more using your existing ChatGPT, Claude Code, Gemini, or GitHub Copilot subscription.

    Magic Cloud icon

    Magic Cloud

    An open-source, self-hostable AI software development platform that generates and runs full-stack business applications and AI agents from natural language using Hyperlambda.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    475 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    350 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    141 tools
    Browse all topics
    Back to all tools
    Discussions