Skip to content
@Back2Base

Back2Base

Back2Base AI Apps

back2base

Containerized Claude Code, curated.

back2base.net  ·  chat  ·  oss  ·  releases  ·  security


back2base runs Claude Code inside a hardened Docker container with a curated MCP bundle, an outbound egress firewall, and prompt-cache–optimized image layering. A single binary, a single container, and no host-level dependencies — your Claude subscription, sandboxed.

Editions

back2base.net — hosted platform

The CLI plus a managed backend, so your Claude Code environment follows you across machines.

  • Cross-device session memory backed by R2
  • Configuration and MCP profiles synchronized across devices
  • Browser client at chat.back2base.net — same memory stack, no install required
  • Managed claudeproxy gateway with shared rate limits and observability
  • Auth0 sign-in linked to your Claude Pro, Max, Team, or Enterprise subscription
# macOS
brew install back2base/back2base/back2base

# Linux (Debian/Ubuntu)
curl -fsSL https://back2base.github.io/apt-back2base/public.key \
  | sudo gpg --dearmor -o /usr/share/keyrings/back2base.gpg
echo "deb [signed-by=/usr/share/keyrings/back2base.gpg] \
  https://back2base.github.io/apt-back2base stable main" \
  | sudo tee /etc/apt/sources.list.d/back2base.list
sudo apt update && sudo apt install back2base

back2base login      # Auth0 device flow + Claude subscription link
back2base            # launch Claude Code in the current project

oss-back2base — open-source runtime

The same container runtime, firewall, and MCP bundle, without the hosted services. No account required. Builds from source and runs anywhere Docker runs.

git clone https://github.com/Back2Base/oss-back2base
cd oss-back2base && go build -o oss-back2base .
./oss-back2base
Feature oss-back2base back2base.net
Containerized Claude Code
Curated MCP server registry + profiles
Outbound iptables firewall
Starter skills + slash commands
Managed claudeproxy gateway
Cross-device config + memory sync
Browser app (chat.back2base.net)
Auth0 sign-in

What's in the container

  • Curated MCP bundle. memory, sequential-thinking, brave-search, context7, lsmcp, git, fetch, sqlite, terraform, buildkite, datadog, and github.
  • Network egress firewall. iptables rules restrict the container to Anthropic and an allow-listed set of endpoints.
  • Prompt cache optimization. Image layers are sequenced for Anthropic's 5-minute cache TTL.
  • Subscription-based auth. Pro, Max, Team, and Enterprise accounts via claude setup-token; no API keys required.

Repositories

Repo Visibility Role
oss-back2base public Open-source CLI + container runtime
back2base private Hosted platform monorepo — CLI + Cloudflare Workers (landing, chat, config, proxy)
back2base-dist public Release artifacts for the hosted CLI (tarballs, .deb, checksums)
homebrew-back2base public Homebrew tap
apt-back2base public APT repo + signed Release metadata

Contributing

The hosted-platform source resides in the private back2base repository by design; the build and release pipeline runs from there, and artifacts are published to the public repositories above. Contributions to the open-source runtime are welcome directly in oss-back2base.


MIT licensed. back2base.net. Maintained by @ramseymcgrath.

Pinned Loading

  1. apt-back2base apt-back2base Public

    APT repository for back2base (.deb)

  2. back2base-dist back2base-dist Public

    Public release artifacts for back2base (source stays private)

  3. homebrew-back2base homebrew-back2base Public

    Homebrew tap for back2base

    Ruby

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…