AnyNote is an open-source, cross-platform note-taking application that puts your data in your hands.
- π Self-hosted
- π Cross-platform
- π WYSIWYG Markdown Editor
- π Real-time Synchronization
- π Efficient Search
- πͺ AI Generated
To deploy the AnyNote backend using Docker, run the following command:
docker run -d -p 8080:8080 -e secret=YOUR_SECRET -v /path/to/data:/data anynoteofficial/anynote:latest
Replace YOUR_SECRET
with your chosen secret key and /path/to/data
with the desired path for data storage.
Download the latest client for your platform from our GitHub Releases page.
For more detailed instructions and documentation, please visit our official website
We welcome contributions to AnyNote! Please check out our GitHub repository for more information on how to get involved.
Please open an issue on our GitHub repository.