Client Downloads
NoteGen supports Windows, MacOS, Linux, Android, iOS (compile and install yourself).
Desktop (Beta)
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 (Alpha)
Early Access
Mobile is currently in development, not available on any app stores. You can download for self-installation or compile and install.
Android
Android devices support arm, arm64, x86, x86_64. Please choose download according to your device.
Android arm
Suitable for older Android devices.
Android arm64
Suitable for newer Android devices.
Android x86
Commonly used for x86 emulators.
Android x86_64
Commonly used for x86_64 emulators.
iOS
NoteGen supports iOS, but due to not having registered a developer account, unsigned applications can only be used for 7 days and are not available on the App Store.
NoteGen Unsigned
If you want to experience on iOS, please compile and install yourself.
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