-
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 CyberFeeds, 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 | ~150 MB |
| RAM | 4 GB |
- Download the latest installer from Releases
- Run the
.exeinstaller - Follow the setup wizard
- Launch CyberFeeds
- Installs the application
- Creates Start Menu shortcuts
- Creates Desktop shortcut (optional)
- Registers file associations (.opml)
| Tool | Version |
|---|---|
| Node.js | 18+ |
| npm | Latest |
# Clone the repository
git clone https://github.com/CyberGems/CyberFeeds.git
cd CyberFeeds
# Install dependencies
npm install
# Run in development mode
npm run dev# Build for Windows
npm run build:win
# Build unpacked directory
npm run build:unpack| Output | Location |
|---|---|
| NSIS Installer | dist/ |
| Unpacked | dist/win-unpacked/ |
CyberFeeds can launch automatically when you sign in:
- Settings β General β Auto-start with Windows
- Or: Windows Settings β Apps β Startup β Toggle CyberFeeds
- CyberFeeds periodically checks GitHub Releases
- When an update is available, a notification appears
- Download and install from the prompt
| Setting | Description |
|---|---|
| Auto-update | Enable/disable automatic checking |
- Go to Settings β General β Check for Updates
- Or: Download the latest installer from releases
| Data | Location |
|---|---|
| Database | %APPDATA%\CyberFeeds\db.sqlite |
| Settings | %APPDATA%\CyberFeeds\settings.json |
| Logs | %APPDATA%\CyberFeeds\logs\ |
CyberFeeds can run in portable mode:
- All data stored in application folder
- No traces in AppData
- Ideal for USB drives
- Windows Settings β Apps β Installed Apps
- Find CyberFeeds β Click Uninstall
- Program files
- Start Menu shortcuts
- Auto-start entry
- Database and settings (in
%APPDATA%\CyberFeeds)
β οΈ To remove all data, manually delete%APPDATA%\CyberFeedsafter uninstalling.