Memos is a lightweight, open-source note-taking application designed for those who prefer to host their own tools. It provides native Markdown support and extensive customization options.
# Create a directory for your data
mkdir -p ~/.memos
# Run the container
docker run -d \
--name memos \
--restart unless-stopped \
-p 5230:5230 \
-v ~/.memos:/var/opt/memos \
neosmemo/memos:stable
Navigate to http://localhost:5230 in your browser and follow the initial setup prompts.
# docker-compose.yml
version: "3.8"
services:
memos:
image: neosmemo/memos:stable
container_name: memos
restart: unless-stopped
ports:
- "5230:5230"
volumes:
- ./data:/var/opt/memos
environment:
- MEMOS_MODE=prod
- MEMOS_PORT=5230
To launch, run: docker-compose up -d.
Note: Your data directory (
~/.memosor./data) contains all your notes and settings. Ensure you back it up regularly. Windows users should refer to the official documentation for specific path formatting.
neosmemo/memos.Pre-compiled binaries for Linux, macOS, and Windows can be found on the GitHub Releases page.
# Clone the repository
git clone https://github.com/usememos/memos.git
cd memos
# Download dependencies
go mod download
# Start the backend development server
go run ./bin/memos/main.go --mode dev --port 8081
# Navigate to the web directory
cd web
# Install dependencies
pnpm install
# Start the frontend development server
pnpm dev
Development Access Points:
http://localhost:8081http://localhost:3001
Open English Dictionary: 25,000+ LLM-Refined Word Entries for Deeper Chinese Understanding
Claude Code Hub AI API Proxy for Teams Deploy in Minutes
SpikingBrain: 100x Faster LLM Inference via Spike Sparsity
Magic: An Open-Source AI Productivity Platform with Agent Automation
OxyGent: Build Multi-Agent Systems That Learn and Scale Without YAML
MonkeyCode: Secure Private AI Coding with Integrated Security Scanning & Admin Controls
mRemoteNG Setup: Manage RDP, SSH, and VNC in One Tabbed Console
Microsandbox Guide: Secure MicroVM Code Execution in 200ms
Muscle Memory: Cache AI Agent Actions to Cut LLM Costs and Latency
Ditto Clipboard Manager: Never Lose Your Copied Text Again
DeepWiki: Automatically Generate Interactive Wikis for Any GitHub Repository
ONLYOFFICE Docs: A Powerful Online Collaborative Office Suite