Overview of Memos features and deployment
mainMemos is a Markdown-native, lightweight, self-hosted note-taking application designed for quick capture via a timeline-first interface.
Deployment Options
- Docker: Recommended for most users.
- Docker Compose: Recommended for production environments.
- Kubernetes: Supported via Helm charts and manifests.
- Native Binary: A single Go binary for easy distribution.
- Build from source: For developers and customization.
Supported Databases
- SQLite
- MySQL
- PostgreSQL
Integration
Developers can extend Memos using its REST and gRPC APIs.