FAQ

Is Pack multi-user?

No — Pack is single-user today. Each instance is yours.

Does it work offline?

The editor, file tree, and search over already-indexed documents keep working without a network. Embedding new documents and chat both require their respective APIs to be reachable.

What models does it use?

Embeddings come from any endpoint that speaks the OpenAI /v1/embeddings shape. Chat runs on Anthropic’s Claude.

Can I export my documents?

Not through the UI yet. Everything is in Postgres, so a short SQL dump can extract the lot.

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?

Open an issue at github.com/krondor-corp/pack/issues.

Is it open source?

Yes — github.com/krondor-corp/pack.