The simplest cure for AI amnesia. For you & the team.

Your AI agents shouldn't start from scratch every time. BitPub gives you one private place to store your chats, skills, and context — so every agent, in every project, picks up where the last one left off. When you're ready, share it with your whole team so everyone's agents work from the same place.

Install the BitPub CLI — it's the open-source `@bitpub/cli` package on npm (source: github.com/tollbit/bitpub). Run `npm install -g @bitpub/cli && bitpub setup`, then `bitpub list` to confirm it works.
View source
Prefer to install it yourself in a terminal?
$ npm install -g @bitpub/cli && bitpub setup
$ curl -fsSL https://bitpub.io/install.sh | bash

macOS and Linux. On Windows, run inside WSL. Requires Node.js. Both paths install the same thing — @bitpub/cli from npm — and then provision a private encrypted identity. The script (readable at /install.sh) just wraps the npm install + setup.

Encrypted & private Instant local access Cloud or self-hosted Works with any AI agent
01Why this matters

Most AI work disappears at the end of the session.

Insights get lost in long chat threads. Useful prompts and context stay stuck on one person's laptop. The next time you use an AI, it starts completely cold and has to relearn everything. BitPub saves the context that matters, so your AI's knowledge grows over time — across sessions, across different tools, and across your entire team.

Without BitPub

Context evaporates faster than you can rebuild it.

  • Each new chat session starts from scratch. Yesterday's progress is gone.
  • A helpful workflow your teammate created is trapped on their computer.
  • You waste time re-explaining the same rules and uploading the same files.
  • Team decisions live in someone's head, forcing agents to constantly guess.
With BitPub

The next session opens with what you already know.

  • Your agent instantly restores yesterday's plan and findings right where you left off.
  • Tools and prompts live at a shared team address that anyone's AI can access.
  • Sensitive drafts stay completely private; only share the final result with the group.
  • Your company's style and rules are loaded automatically before your agent writes a word.
02How it works

A local memory. A shared team brain. Sync when you're ready.

BitPub acts like a fast, offline notebook on your computer. Your AI can read from it instantly without waiting on the internet. It only connects to the cloud when you want to pull updates from your team or share your own work.

  1. 1

    Start in any folder

    Run one simple command. You get a secure, private memory bank tied to your current folder. It works offline instantly, and it's the exact same setup whether you're working solo or with a team.

  2. 2

    Save and recall instantly

    Tell your agent to save its current plan or research. If you come back to this folder weeks later, your agent can instantly recall exactly what it was doing and pick up right where it left off.

  3. 3

    Connect to your team securely

    Link your workspace to your team to access shared knowledge. You can pull a team document, have your agent work on it privately, and only share the polished version back. Your private work stays private.

  4. 4

    Automate your workflows

    Set your agents to watch for changes. When a teammate uploads a new file, your agent can automatically wake up, process it, and save the results. It's the easiest way to connect multiple AIs together.

04A URL for your context

An address for every piece of context.

Every document, decision, chat transcript, or AI prompt gets its own stable link. Your agents always know exactly where to find the right information, and every change is tracked and versioned.

bitpub:// group:yourcompany.com / Engineering/Auth_Design
a team's design doc — versioned, addressable, fetched on demand
private:your-id Kept strictly on your computer and heavily encrypted. Not even your IT team or BitPub can read it. It's completely secure.
group:yourcompany.com Shared securely with your team. Anyone with access to your company's domain can read or contribute to this shared memory.
05Works with your tools

Already in your favorite AI apps.

Your team probably uses different AI tools — one person loves Cursor, another uses Claude, a third prefers Gemini. BitPub gives all of them the same shared memory. Switch tools tomorrow, and yesterday's context is still right there.

See all integrations
03What you can build

Simple building blocks. Endless possibilities.

BitPub gives you simple tools: save information to a specific address, track versions, keep things private or public, and watch for updates. Together, these blocks let you build persistent AI memory, automated workflows, secure data sharing, and tools that your whole team can use.

claude-code · auth-rewrite
# Claude Code · debugging the OAuth callback
 Read   src/auth/callback.ts (84 lines)
 Grep   "redirect_uri" → 7 matches
 Edit   src/auth/callback.ts:42-48
 Bash   npm test -- auth/callback   ✓ 14 passing

# the agent persists what it learned before exit
$ bitpub save oauth-bug \
    "state-cookie ttl too short; HMAC-sign + 10m"
  ✓ saved → bitpub://private:claude/.../oauth-bug

# tomorrow — brand-new chat, same folder, zero ramp-up
$ bitpub catch-up
   restored 4 slices · last touched 14h ago

Two minutes from install to first save.

Tell your AI agent to install BitPub. One sentence. Your agents start remembering. Your team starts sharing.

Install the BitPub CLI — it's the open-source `@bitpub/cli` package on npm (source: github.com/tollbit/bitpub). Run `npm install -g @bitpub/cli && bitpub setup`, then `bitpub list` to confirm it works.
View source
Prefer to install it yourself in a terminal?
$ npm install -g @bitpub/cli && bitpub setup
$ curl -fsSL https://bitpub.io/install.sh | bash

macOS and Linux. On Windows, run inside WSL. Requires Node.js. Both paths install the same thing — @bitpub/cli from npm — and then provision a private encrypted identity. The script (readable at /install.sh) just wraps the npm install + setup.