Client Downloads
NoteGen supports Windows, MacOS, Linux, Android, iOS (compile and install yourself).
Desktop
Supports Windows, MacOS(M Chip), MacOS(Intel), Linux.
Desktop Client
Upgrade and download provided by UpgradeLink.
Github Download
Download service provided by Github.
MacOS installation shows corrupted?
Mobile (Beta)
Android Universal
Universal version, supports all Android devices.
iOS Beta Test
Install testflight and join the beta test.
Early Access
Mobile is currently in development, not available on any app stores. You can download for self-installation or compile and install.
How to Choose Installation Package?
MacOS
MacOS Intel chip: x64.dmg
MacOS Apple M chip: aarch64.dmg
NoteGen is currently unsigned, so it will show a corrupted file prompt during installation. Solutions for different chips are as follows:
- Intel: Open Mac applications from unknown developers.
- Silicon: Open Terminal and run the following command:
sudo xattr -r -d com.apple.quarantine /Applications/NoteGen.app
If you get an error "option -r not recognized", it means your system doesn't support the -r parameter. Please run the following two commands instead:
sudo xattr -d com.apple.quarantine /Applications/NoteGen.app
sudo xattr -d com.apple.quarantine /Applications/NoteGen.app/Contents/MacOS/*Linux
Linux: x86_64.rpm
Windows
64-bit: x64-setup.exe
32-bit: x86-setup.exe