Questions, answered plainly
If yours is not here, ask on GitHub or check the documentation.
Is Mnemo really free?
Yes. Mnemo is free and open source under the Apache License 2.0. There is no premium tier, no trial period, and no feature paywall. You can read the entire source code on GitHub.
Where is my data stored?
Locally, on your device. Notes, flashcards, mind maps, and settings all live on your machine in a local SQLite database. No account is required, and the current release performs no cloud synchronization.
Does Mnemo work offline?
Yes, fully. Mnemo is offline first, so nothing about studying requires an internet connection. The app only goes online if you check for updates.
Is the AI required?
No. AI features are in development and entirely optional. When they ship, they will run locally on your machine rather than in the cloud, so they will not change the privacy model.
Can I import my Anki decks?
Yes. However, it is currently not widely tested, and shipped as experimental. If this matters to you, say so on GitHub Issues, because interest helps prioritize it.
How stable are the Linux and macOS versions?
Linux is supported but partly experimental: AppImage builds for x64 and arm64 work, with occasional rough edges. macOS is highly experimental and largely untested, so we do not recommend it for daily studying yet. Windows is the stable, recommended platform.
Will my data survive updates?
Yes, that is the intent. Your data lives separately from the application. That said, Mnemo is in active development, so keeping backups of anything important is sensible, as it is with any young software.
How do I report a bug?
Open an issue on GitHub with steps to reproduce. Reports are reviewed regularly, and bugs found in real study sessions are especially valuable on Linux and macOS.
Can I contribute?
Yes. Code, translations, bug reports, and documentation are all welcome. The repository has a coding standard and a set of good first issues to start from.
Who builds Mnemo?
Mnemo is built in the open by learners, for learners. Development happens publicly on GitHub under the onemnemo organization.