§ install · old-school meets new-school

Install by hand.

Installer optional. No platform sniffing, no accounts, nothing to sell — one command on your machine, a review of the output or <tool> doctor and you are running. Source is always available via wheels or direct download (soon).

§ 01 · installer script · optional

One line, if you want it.

Optional convenience. It only fetches from our index and installs as “uv” tools with some helpful outputs — nothing else. Prefer using “uv” directly? See § 03 · python package.

macOS · GNU/Linux
$ curl -sSf https://dist.point53.ai/install.sh | bash
Microsoft Windows
PS> irm https://dist.point53.ai/install.ps1 | iex
§ 02 · local inference · default

Runs on one modern GPU.

Every tool runs fully on-device. Ollama is the default and encouraged path — no key, no account, nothing leaves the machine. The whole roster of defaults fits inside 10 GB of VRAM or unified memory. Cloud stays one [anthropic] extra away when you want it.

feature
default · ollama
used by
query-suggest
granite4:1b
intercept
links-to-RSS
granite4.1:8b
collector · courier
summarization
gemma4:e4b
intercept · collector · courier · nightdesk
chat loops
qwen3.5:9b
intercept · collector · courier · nightdesk

pulled manually with "ollama pull <name>" · swap any model in config · all four defaults fit the 10 GB floor together

§ 03 · python package

Or just use uv.

Each tool is a standalone package on our index. Install the ones you want, with the extras you want.

$ uv tool install p53-intercept[anthropic] --index https://dist.point53.ai/simple/
$ uv tool install p53-collector[pdf,anthropic] --index https://dist.point53.ai/simple/
$ uv tool install p53-courier[anthropic] --index https://dist.point53.ai/simple/
$ uv tool install p53-nightdesk[anthropic] --index https://dist.point53.ai/simple/

p53-handler · forthcoming Q3 2026 · not yet published

§ 04 · source

Read it, build it, fork it.

Every tool ships its source under MPL-2.0. Clone the index or pull a tarball — same code we run in-house. We are not accepting outside contributions at this time; please contact hello@point53.ai for feedback and feature requests.

Source tarball (soon) tarball · MPL-2.0