Windows
Installation
Installation
Section titled “Installation”MiniFy is available for Windows, macOS, and Linux. Choose your platform below and follow the installation instructions.
Download
Section titled “Download”Get the latest release from GitHub:
Platform-Specific Instructions
Section titled “Platform-Specific Instructions”-
Download the installer
Go to the GitHub Releases page and download the
.msiinstaller for Windows. -
Run the installer
Double-click the downloaded
.msifile and follow the installation wizard.┌─────────────────────────────────────────────────┐│ MiniFy Setup ││ ││ Welcome to the MiniFy Setup Wizard ││ ││ This will install MiniFy on your computer. ││ ││ [ Next > ] [ Cancel ] │└─────────────────────────────────────────────────┘ -
Launch MiniFy
Find MiniFy in your Start Menu and launch it.
-
Authenticate with Spotify
Click “Connect to Spotify” and authorize MiniFy to access your account.
System Requirements (Windows)
Section titled “System Requirements (Windows)”| Requirement | Value |
|---|---|
| OS | Windows 10 or later (64-bit) |
| WebView | WebView2 (usually pre-installed) |
| RAM | 50MB minimum |
| Disk | 10MB |
-
Download the DMG
Go to the GitHub Releases page and download the
.dmgfile for macOS. -
Mount and install
Open the DMG file and drag MiniFy to your Applications folder.
┌───────────────────────────────────────────────────────────────┐│ ││ [ MiniFy.app ] ───────────▶ [ Applications ] ││ ││ Drag to install ││ │└───────────────────────────────────────────────────────────────┘ -
Launch MiniFy
Open MiniFy from your Applications folder or Spotlight (⌘+Space → “MiniFy”).
-
Authenticate with Spotify
Click “Connect to Spotify” and authorize MiniFy to access your account.
System Requirements (macOS)
Section titled “System Requirements (macOS)”| Requirement | Value |
|---|---|
| OS | macOS 10.15 (Catalina) or later |
| Architecture | Intel or Apple Silicon |
| RAM | 50MB minimum |
| Disk | 10MB |
-
Download the package
Go to the GitHub Releases page and download the appropriate package:
Distribution Package Debian/Ubuntu .debFedora/RHEL .rpmOther .AppImage -
Install the package
Debian/Ubuntu:
Terminal window sudo dpkg -i minify_*.debsudo apt-get install -f # Install dependencies if neededFedora/RHEL:
Terminal window sudo rpm -i minify_*.rpmAppImage (universal):
Terminal window chmod +x MiniFy_*.AppImage./MiniFy_*.AppImage -
Launch MiniFy
Find MiniFy in your application menu or run from terminal:
Terminal window minify -
Authenticate with Spotify
Click “Connect to Spotify” and authorize MiniFy to access your account.
System Requirements (Linux)
Section titled “System Requirements (Linux)”| Requirement | Value |
|---|---|
| OS | Ubuntu 18.04+ or equivalent |
| Desktop | GNOME, KDE, or other GTK-compatible |
| Keyring | GNOME Keyring or KDE Wallet |
| RAM | 50MB minimum |
| Disk | 10MB |
Post-Installation Setup
Section titled “Post-Installation Setup”After installation, you’ll need to connect MiniFy to Spotify:
┌───────────────────────────────────────────────────────────────────────────────┐│ First-Time Setup Flow │├───────────────────────────────────────────────────────────────────────────────┤│ ││ ┌────────────────┐ ││ │ Launch MiniFy │ ││ └───────┬────────┘ ││ │ ││ ▼ ││ ┌────────────────────────────────────────┐ ││ │ Click "Connect to Spotify" │ ││ └───────┬────────────────────────────────┘ ││ │ ││ ▼ ││ ┌────────────────────────────────────────┐ ││ │ Browser opens → Log in to Spotify │ ││ │ → Click "Agree" to authorize │ ││ └───────┬────────────────────────────────┘ ││ │ ││ ▼ ││ ┌────────────────────────────────────────┐ ││ │ Success! MiniFy shows your music │ ││ └────────────────────────────────────────┘ ││ │└────────────────────────────────────────────────────────────────────────────────┘Build from Source
Section titled “Build from Source”If you prefer to build MiniFy from source, see the Building Guide.
Verifying the Installation
Section titled “Verifying the Installation”After installation, verify everything works:
- Launch MiniFy - The app should open without errors
- Connect to Spotify - Authentication should complete successfully
- Check playback - If Spotify is playing, MiniFy should show the track
- Test controls - Press Space to toggle play/pause
Troubleshooting
Section titled “Troubleshooting”Common Installation Issues
Section titled “Common Installation Issues”“Windows protected your PC” message
- Click “More info” → “Run anyway”
- MiniFy is open source and safe to run
Installer fails
- Run as administrator
- Check that WebView2 is installed
- Download WebView2 from Microsoft
“MiniFy is damaged and can’t be opened”
- Open Terminal and run:
xattr -d com.apple.quarantine /Applications/MiniFy.app - Or use the System Settings method described above
“MiniFy cannot be opened because the developer cannot be verified”
- Right-click the app → Open → Open
- Or adjust Security settings as described above
“libwebkit2gtk not found”
# Debian/Ubuntusudo apt install libwebkit2gtk-4.1-dev
# Fedorasudo dnf install webkit2gtk4.1-develAppImage won’t run
chmod +x MiniFy_*.AppImage# If still failing, try with FUSE:sudo apt install fuse libfuse2Keyring issues
- Ensure GNOME Keyring or KDE Wallet is running
- Try:
gnome-keyring-daemon --start --components=secrets
Authentication Issues
Section titled “Authentication Issues”- Can’t connect to Spotify: Check your internet connection
- Browser doesn’t open: Ensure you have a default browser configured
- Redirect fails: Make sure no other app is using port 3000
Uninstalling
Section titled “Uninstalling”- Open Settings → Apps → Installed Apps
- Find MiniFy and click Uninstall
- Follow the uninstall wizard
Remove all data:
Remove-Item -Recurse "$env:APPDATA\MiniFy"- Drag MiniFy from Applications to Trash
- Empty Trash
Remove all data:
rm -rf ~/Library/Application\ Support/MiniFyDebian/Ubuntu:
sudo apt remove minifyFedora:
sudo dnf remove minifyRemove all data:
rm -rf ~/.config/MiniFyNext Steps
Section titled “Next Steps”Quick Start
Features Overview
Customize Themes
Build from Source