Your records stay with you. Your answers come with sources.
Self-hosted · Single-user · Open source
Self-hosted, single-user space for private records, history review, and AI answers grounded in your own notes.
Write in Markdown with images and files. Revisit records through lists, a calendar, and search. Optionally connect an Anthropic-compatible or OpenAI-compatible endpoint for summaries and source-grounded answers. Use the responsive Web interface or the native Android client in English or Simplified Chinese.
| Write simply | Revisit naturally | Ask with evidence |
|---|---|---|
| A date and Markdown body are enough. Drafts stay recoverable. | Lists, calendar, search, favorites, and archives keep organization lightweight. | Claims about your personal history cite the records they came from. |
Your instance has one account. Your SQLite database, attachments, and runtime secrets stay in your data directory. Sillage has no official hosted service, public profiles, social feed, or multi-user collaboration.
docker run --rm \
-p 127.0.0.1:5231:5231 \
-v "$HOME/.sillage:/var/opt/sillage" \
ghcr.io/getsillage/sillage:latestOpen http://localhost:5231 and create the instance's only account. See the deployment guide before adding public ingress or upgrading an existing instance.
| Project | Purpose |
|---|---|
| sillage | Product monorepo: Go backend, embedded React Web app, Android client, documentation, and releases |
| getsillage.github.io | Source and deployment entry point for the canonical bilingual website at getsillage.github.io |
| .github | Organization profile, shared community health files, and brand/content standards |
- Documentation · Deployment · Data, backup & recovery
- AI usage & privacy · Android
- Releases · Container images
- Support · Security · Contributing
- 简体中文说明
Sillage is open source under the MIT License.