-
Notifications
You must be signed in to change notification settings - Fork 0
Installation & Setup
CyberGems edited this page Aug 30, 2026
·
1 revision
This guide covers installing CyberNotes, building from source, and keeping it up to date.
| Requirement | Minimum |
|---|---|
| OS | Windows 10 (64-bit) or later |
| Architecture | x64 |
| Runtime | None (Electron bundles all dependencies) |
| Disk space | ~200 MB |
| RAM | 4 GB |
- Download the latest installer from Releases
- Run the
.exeinstaller - Follow the setup wizard
- Launch CyberNotes
- Installs the application
- Creates Start Menu shortcuts
- Creates Desktop shortcut (optional)
- Offers to start with Windows
- Download the portable build from releases
- Run directly β no installation needed
- Settings stored in application folder
| Tool | Version |
|---|---|
| Node.js | v18+ (LTS recommended) |
| npm | Latest |
# Clone the repository
git clone https://github.com/CyberGems/CyberNotes.git
cd CyberNotes
# Install dependencies
npm install
# Run in development mode
npm run dev# Build Electron app with installer
npm run build:electron| Output | Location |
|---|---|
| NSIS Installer | release/CyberNotes_Setup_X.X.X.exe |
| Portable | release/CyberNotes_Portable_X.X.X.exe |
CyberNotes can launch automatically when you sign in:
- Settings β System β Auto-start
- Or: Windows Settings β Apps β Startup β Toggle CyberNotes
- CyberNotes checks GitHub Releases on startup
- Background check every 6 hours
- Progress bar shows download status
- Auto-download and restart when complete
| Setting | Description |
|---|---|
| Auto-check updates | Enable/disable update checking |
- Go to Settings β System β Check for Updates
- Or: Download the latest installer from releases
- Minimize to tray
- Close to tray
- Custom HTML popup menu
- DPI-aware positioning
Right-click the tray icon for:
| Action | Description |
|---|---|
| Show/Hide | Toggle notes window |
| New Note | Create a new note |
| Settings | Open settings |
| About | Show about dialog |
| Exit | Close CyberNotes |
| Data | Location |
|---|---|
| Database | %APPDATA%\CyberNotes\cybernotes.db |
| Images | %APPDATA%\CyberNotes\images\ |
| Settings | SQL.js settings table |
- Windows Settings β Apps β Installed Apps
- Find CyberNotes β Click Uninstall
- Program files
- Start Menu shortcuts
- Auto-start entry
- Database and images (in
%APPDATA%\CyberNotes)
β οΈ To remove all data, manually delete%APPDATA%\CyberNotesafter uninstalling.