FAQ
Is Pack multi-user?
Yes, with fully private per-user packs — every document, tag, and search is scoped to its owner; nothing is shared between users. New accounts sign in with Google and wait for an admin to approve them.
Does it work offline?
The editor, file tree, and search over already-indexed documents keep working without a network. Embedding new documents requires the embeddings API to be reachable.
What models does it use?
Embeddings come from Voyage AI’s contextualized-embeddings API
(voyage-context-3). Pack doesn’t call a chat model itself — your agents
bring their own and read Pack through MCP.
Can I export my documents?
Not through the UI, but the CLI reads everything: pack fs ls + pack fs cat
script a full export. Everything is also plain rows in Postgres.
Is there a mobile UI?
Not really. The layout responds at smaller widths, but the editor isn’t tuned for touch — desktop is the supported surface.
How do I report a bug?
Tell the person who runs your pack. For the hosted instance, that’s al@krondor.org.
Is it open source?
Not yet — the source is private while pack is early. That may change.