Are you the author? Sign in to claim
The open-core AI workbench — notebooks, agents, RAG, voice, and images across any model: OpenAI, Anthropic, Google, xAI,
Your bicycle for the mind in the age of AI.
An open-core AI knowledge platform — a multi-model workspace where notebooks, autonomous agents, and a RAG knowledge engine work together to augment any cognitive task.
Bike4Mind is an AI-powered knowledge platform that wires a superset of AI technologies together behind one workspace. Bring your own models, keep your data, and let agents do the heavy lifting.
Try the hosted service at app.bike4mind.com, or self-host the open core on your own infrastructure (below).
Bike4Mind is open core. The engine is public and self-hostable; the multi-tenant hosted service is our business.
@bike4mind/* packages.See CONTRIBUTING.md for the exact open/closed boundary.
Hosted (fastest): sign in at app.bike4mind.com — nothing to install.
Self-host: run the open core on your own hardware with Docker — no AWS account or cloud provider required. See the Self-Host Quickstart. In short:
# 1. Copy the env template, then generate JWT_SECRET / SESSION_SECRET /
# SECRET_ENCRYPTION_KEY (see SELF_HOST.md) and add your model keys
cp .env.selfhost.example .env.selfhost
# 2. Bring up the stack (app + MongoDB + object storage + queues + mail catcher)
docker compose -f compose.selfhost.yaml --env-file .env.selfhost up -d
Bike4Mind then runs at http://localhost:3000; sign-in code emails land in the bundled Mailpit at http://localhost:8025. The self-host image is published to ghcr.io/bike4mind/bike4mind-selfhost.
Bike4Mind is a pnpm + Turborepo monorepo (Node 24).
pnpm i -r # install
pnpm turbo:core:build # build the @bike4mind/* core packages
pnpm turbo:typecheck # type check
pnpm turbo:test # run tests
Project layout: apps/client (Next.js SPA + pages API backend), packages/cli (interactive CLI + ReAct agent), b4m-core/* (the @bike4mind/* engine packages), packages/database (Mongoose models + migrations). Realtime WebSocket fanout ships as a separate @bike4mind/subscriber-fanout image. See CONTRIBUTING.md for the full guide.
Contributions are welcome — fork → topic branch → PR → squash-merge. All contributors sign a lightweight CLA on their first PR (you keep your copyright). Start with CONTRIBUTING.md and our Code of Conduct. Questions and self-hosting help go in Discussions.
Please report vulnerabilities privately — see SECURITY.md. Do not open public issues for security problems.
Bike4Mind is licensed under the Business Source License 1.1 with a broad Additional Use Grant:
For alternative licensing, contact licensing@bike4mind.com.
© 2026 Bike4Mind, Inc.
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
191 agents, 155 skills, and 82 plugins cross-compatible with Claude Code, Cursor, and Codex
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution