Install in one line.

Your personal AI super-secretary — 32 modules + 17 skills — on your machine in about 60 seconds. Auto-detects your platform. No build step. No API keys to manage.

Open a terminal & paste

curl -fsSL https://download.99pages.uk/install.sh | bash

Auto-detects: linux-amd64 / linux-arm64 / darwin-amd64 / darwin-arm64. ChromeOS uses Crostini's Linux container — same command works.

Open PowerShell & paste

irm https://download.99pages.uk/install.ps1 | iex

Auto-detects: windows-amd64 / windows-arm64 (Surface Pro X / Snapdragon).

From zero to your first task in 4 steps.

No prior AI experience needed. No credit card to install — only when you top up credits to use.

1

Install

Paste the one-line command above into your terminal. The installer pulls a single ~80 MB tarball from Cloudflare R2 (gzip-compressed bundle of Core CLI + 32 modules + registry), verifies SHA-256, extracts to ~/.agentic-os/ — done in ~5 seconds on a fresh box.

Want to install to a USB / portable drive instead? Add --dest /Volumes/MyDrive (macOS) or --dest D:\ (Windows). Your whole agent travels with you.

2

Sign in (no API keys, ever)

Run agentic-os (Linux/macOS) or launch the desktop shortcut (Windows). On first run it asks for your email, sends a magic link, you click it — that's the whole login.

No password to remember. No API key to copy from a third-party dashboard. Your downstream model token is auto-generated and silently bound to your account — you never see it, the CLI fetches it for every call.

3

Top up credits (US$10 minimum)

Open app.99pages.uk in your browser. Sign in with magic link, hit "Top up". Pick a shortcut amount — $10 / $25 / $50 / $100 / $200 — or type any custom amount ≥ $10. Pay with Stripe (card / Apple Pay / Google Pay).

Pay-as-you-go only. No subscription, no monthly fee, no auto-renewal. Credits are non-refundable once purchased — stated clearly at checkout.
4

Use it

Three surfaces, same secretary, shared memory:

  • Telegram — talk to your bot (configured in step 1's wizard). Text or voice.
  • PWA WebApp — open http://127.0.0.1:<port> after running agentic-os webapp. Pin to home screen on phone.
  • Core CLI — full power-user surface for config + complex multi-step ops.

Same identity, same journal, same library across all three. Switch devices mid-conversation; the secretary remembers everything.

Pick your platform binary (auto-detect handles this).

If you're using the one-line installer, this is automatic. Listed here for the curious / for offline / portable installs.

linux-amd64Generic Linux PC, cloud VM, Docker hosts, Synology, NAS
linux-arm64Oracle Cloud Free Tier, Raspberry Pi 4+, AWS Graviton
darwin-amd64Intel MacBook (2017–2020)
darwin-arm64Apple Silicon MacBook (M1 onwards)
windows-amd64Mainstream Windows PC / laptop
windows-arm64Surface Pro X, Snapdragon Windows machines
ChromeOS (Crostini)Enable Linux dev environment in Settings → use linux-amd64 or linux-arm64

Questions?

?

Where does my data live?

On your machine, at ~/.agentic-os/ (or your portable drive). Journal, library, message logs, conversations — all local. Nothing syncs to our servers.

?

What model is behind the chat / image / voice calls?

Chat: MiniMax-M2.5 (primary), Qwen 3.6 (fallback). Image: Gemini 2.5 Flash Image (default), GPT-5.4 Image 2 (premium opt-in). Voice STT: Whisper-large-v3-turbo. TTS: Kokoro-82M. All routed through the 99Pages workforce gateway — you don't pick or configure any of this. The agent picks the right tool.

?

Can I uninstall?

Yes. rm -rf ~/.agentic-os on Linux/macOS, or delete the install folder on Windows. Nothing else touched.