<imgsrc="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Logos/Warp-Wordmark-Black.png"alt="Warp - The AI-powered terminal built for speed and collaboration"height="44"/>
</a>
<p></p>
[**TestMu AI** - The world’s first full-stack Agentic AI Quality Engineering platform](https://www.testmuai.com/?utm_medium=sponsor&utm_source=memos)
Internal open-source, self-hosted note-taking tool built for quick capture for Canifa teams. Markdown-native, lightweight, and fully customized from [Memos](https://github.com/usememos/memos).
## Features
-**Instant Capture** — Timeline-first UI. Open, write, done — no folders to navigate.
-**Total Data Ownership** — Self-hosted on your infrastructure. Notes stored in Markdown, always portable. Zero telemetry.
-**Radical Simplicity** — Single Go binary, ~20MB Docker image. One command to deploy with SQLite, MySQL, or PostgreSQL.
-**Open & Extensible** — MIT-licensed with full REST and gRPC APIs for integration.
-**Total Data Ownership** — Self-hosted on Canifa infrastructure. Notes stored in Markdown, always portable. Zero telemetry.
-**Radical Simplicity** — Single Go binary, lightweight Docker image.
-**Customized for Canifa** — Built and wrapped specifically for internal use.
## Quick Start
## Quick Start (Canifa Wrapper)
### Docker (Recommended)
### Docker Compose (Recommended)
```bash
docker run -d\
--name memos \
-p 5230:5230 \
-v ~/.memos:/var/opt/memos \
neosmemo/memos:stable
# Run the custom auto-build script
./auto-build.sh
```
Open `http://localhost:5230` and start writing!
### Native Binary
Or run directly with docker-compose:
```bash
curl -fsSL https://raw.githubusercontent.com/usememos/memos/main/scripts/install.sh | sh
docker-compose up -d
```
### Try the Live Demo
Don't want to install yet? Try our [live demo](https://demo.usememos.com/) first!
### Other Installation Methods
-**Docker Compose** - Recommended for production deployments
-**Pre-built Binaries** - Available for Linux, macOS, and Windows
-**Kubernetes** - Helm charts and manifests available
-**Build from Source** - For development and customization
See our [installation guide](https://usememos.com/docs/deploy) for detailed instructions.
Open `http://localhost:5230` and start writing!
## Contributing
Contributions are welcome — bug reports, feature suggestions, pull requests, documentation, and translations.
-[Help with translations](https://github.com/usememos/memos/tree/main/web/src/locales)
## Sponsors
Love Memos? [Sponsor us on GitHub](https://github.com/sponsors/usememos) to help keep the project growing!
## Star History
[](https://star-history.com/#usememos/memos&Date)
## License
Memos is open-source software licensed under the [MIT License](LICENSE). See our [Privacy Policy](https://usememos.com/privacy) for details on data handling.