-
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 CyberPaste, building from source, and keeping it up to date.
| Requirement | Minimum |
|---|---|
| OS | Windows 10 (64-bit) or later |
| Architecture | x64 |
| Runtime | None (Tauri bundles all dependencies) |
| Disk space | ~50 MB |
| RAM | 2 GB |
winget install CyberGems.CyberPaste- Download the latest
.msiinstaller from Releases - Run the installer
- Follow the setup wizard
- Launch CyberPaste
- Download the portable zip from releases
- Extract to any folder
- Run
CyberPaste.exe
| Tool | Version |
|---|---|
| Node.js | 18+ |
| Rust | 1.77+ |
| pnpm | Latest |
# Clone the repository
git clone https://github.com/CyberGems/CyberPaste.git
cd CyberPaste
# Install dependencies
pnpm install
# Run in development mode
pnpm tauri devpnpm tauri buildThe built installer will be in:
src-tauri/target/release/bundle/nsis/
CyberPaste can launch automatically when you sign in:
- Settings → General → Start with Windows
- Or: Windows Settings → Apps → Startup → Toggle CyberPaste
CyberPaste registers itself in the Windows startup via the Tauri autostart plugin.
- CyberPaste periodically checks GitHub Releases for new versions
- When an update is available, a toast notification appears
- Click Download to get the update
- The installer launches when download completes
- CyberPaste restarts with the new version
| Setting | Description |
|---|---|
| Check for updates | Enable/disable automatic checking |
| Auto-check on startup | Check when app launches |
- Go to Settings → General → Check for Updates
- Or: Download the latest installer from releases
| Data | Location |
|---|---|
| Database | %APPDATA%\CyberPaste\cyber_paste.db |
| Settings | %APPDATA%\CyberPaste\settings.json |
| Logs | %APPDATA%\CyberPaste\logs\ |
In portable mode, all data is stored in the application folder.
- Windows Settings → Apps → Installed Apps
- Find CyberPaste → Click Uninstall
- Program files
- Start Menu shortcuts
- Auto-start entry
- Database and settings (in
%APPDATA%\CyberPaste)
⚠️ To remove all data, manually delete%APPDATA%\CyberPasteafter uninstalling.