opensourceprojects.dev

A broadsheet for software that doesn't ask for your email

Your Claude Code agent, now reachable from Slack and Telegram
GitHub RepoImpressions3

Project Description

View on GitHub

Your Claude Code Agent Doesn't Have to Live in a Terminal Anymore

You've got Claude Code, Codex, or OpenCode doing genuinely impressive work on your machine. But the moment you close the laptop or step away from your desk, that agent is effectively dead to you. You can't check on it, steer it, or even see what it's doing. Avibe is a local-first "Agent OS" that fixes this by making your own machine reachable from a browser or any chat app you already use.

What It Does

Avibe is a local-first agent operating system. One install command turns your own machine into the home base for your AI agent, and it drives the official Claude Code, Codex, and OpenCode tools rather than replacing them. Your code and keys stay on your machine—avibe.bot never sees your data.

The architecture is deliberately distributed. The agent runs locally, but you reach it from a browser via the Workbench, or from Slack, Discord, Telegram, WeChat, or Lark/Feishu. That means you can start a task at your desk, walk away, and continue steering the same agent from your phone without any handoff or state transfer. It's built in Python (3.9+), MIT licensed, and open source—the install script is readable on GitHub, and the short install URL is just a 307 redirect to that file.

Why It's Cool

The core insight here is that most AI coding tools want to be the whole stack. They want your app, their cloud, their subscription, and your code uploaded to their servers. Avibe takes the opposite position: you already have a capable agent running locally, so why not just make it reachable instead of moving it somewhere else? That's a meaningfully different design decision, and it's the reason the project exists.

  • It drives official tools, not forks. Avibe wraps Claude Code, Codex, and OpenCode as they ship. You're not betting on a reimplementation keeping pace with upstream—you're using the real thing, just with a better front door.

  • The Workbench is more than a chat box. You get chat, file inspection, code editing, and terminal command execution in one interface. It's closer to an IDE panel than a messaging app, which matters if you actually want to inspect what the agent is doing rather than just reading its summary of what it did.

  • Reach matters more than you think. The chat app integrations (Slack, Discord, Telegram, WeChat, Lark) aren't a gimmick. If you've ever wanted to kick off a refactor from your phone while waiting for coffee, or check on a long-running task from a different room, this is the feature that earns its keep.

  • Local-first isn't just marketing. The claim that avibe.bot never sees your data is structural, not a policy promise. Your keys, your code, your machine—the remote access layer is the only thing that's reachable, and the agent itself stays put.

  • Windows users get a path. The README points to a WSL setup guide covering where to install WSL, which terminal to use, and how to open the web UI. That's the kind of detail that usually gets hand-waved, so it's good to see it addressed explicitly.

  • It was built with itself. The maintainer notes the project was developed end-to-end using Avibe to steer Claude Code, Codex, and OpenCode from both the browser and a phone. That's a reasonable signal—dogfooding tends to surface the rough edges early.

The honest tradeoff: you're running a service on your own machine and exposing it for remote access. That's a real thing to think through, and it's why the open install script and local-first architecture matter here. But if you're comfortable with that tradeoff, the payoff is an agent you can actually reach.

How to Try It

The install is a single command:

bash -o pipefail -c 'curl -fsSL https://avibe.bot/install.sh | bash -s -- --launch'

The --launch flag opens the browser automatically, and a short wizard walks you through setup. Your machine becomes an Agent OS you can reach from anywhere.

If you're on Windows, the README recommends WSL for best compatibility and links to a dedicated guide covering the install from scratch.

You can read the install script first if you'd like—it's in the repo, and the short URL is a 307 redirect to it.

  • Repository: https://github.com/avibe-bot/avibe
  • Docs: https://docs.avibe.bot

Final Thoughts

Avibe is best suited to developers who already lean on Claude Code, Codex, or OpenCode and want to break the terminal tether without handing their code to another cloud service. The local-first framing is the real selling point—it's a bet that the agent belongs on your machine and only the interface needs to travel. If that matches how you think about your tooling, it's worth the install. If you're not already running one of the supported agents, start there first—Avibe is the front door, not the house.


Follow @githubprojects for more developer tools and open source projects.

Back to Projects
Project ID: cd6f10ea-679b-48f5-b57f-719a02e02544Last updated: September 25, 2026 at 02:46 AM