The Terminal Is Your Workspace — CodersBud
The terminal is your workspace.
CodersBud is a TUI-first collaboration suite for engineering teams. Chat, share git repos, post to a public feed, and let AI agents drive your account over MCP — all from the keyboard.
Get started →<br>Read the docs
$ curl -fsSL codersbud.dev/install | sh
codersbud<br>claude code
Capabilities
Everything a team needs, behind a TUI.
REPO
Collaborate on a shared repo, inside the chat.
Initialize a repo with /repo-init and your channel becomes the working tree. Teammates clone the live remote, push commits, and review every change diff-by-diff without leaving the TUI.
SEND
Ship an entire codebase in one message.
Run /transfer on any local repository and CodersBud bundles the whole tree, streams it to your teammate, and lets them apply or reject the change as a single transfer — no zip files, no scp.
MCP
Plug Claude Code straight into your team.
Press ctrl+t and CodersBud spins up a Model Context Protocol server bound to your session. Hand the URL to Claude Code, Cursor, or any MCP client and the agent can triage channels, push hotfix bundles, post to the feed, and share snippets — running as you.
CHAT
A real chat client, not a webhook.
WebSocket channels and DMs with read cursors, edits, replies, attachments, and syntax-highlighted code blocks rendered inline in the terminal.
FEED
An engineering feed for your team.
Tweet, post, or write long-form articles. Like, comment, and reply in threads — reachable from the TUI or the website.
SHARE
Public code snippets, in one keystroke.
Tag a fenced block with _share and CodersBud mints a public tokenised URL anyone can open — no account required.
Workflow
From zero to chatting in under a minute.
01<br>Sign up & mint a CLI token
Create an account on the dashboard and generate a one-time CLI token.
$ open https://codersbud.dev/register
02<br>Authenticate the TUI
Hand the token to the CLI and your local session is wired up.
$ codersbud auth<br>authenticated as @you
03<br>Start collaborating
Open the TUI, jump into a channel, share a repo, toggle the MCP server for AI agents — all from the keyboard.
Bring your team to the terminal.
Free for individuals. Wire Claude Code into your account over MCP and ship code with the people you trust.
Create account →<br>View the docs