Skip to content

Installation

Installation

MiniFy is available for Windows, macOS, and Linux. Choose your platform below and follow the installation instructions.

Download

Get the latest release from GitHub:

Platform-Specific Instructions

  1. Download the installer

    Go to the GitHub Releases page and download the .msi installer for Windows.

  2. Run the installer

    Double-click the downloaded .msi file and follow the installation wizard.

    ┌─────────────────────────────────────────────────┐
    │ MiniFy Setup │
    │ │
    │ Welcome to the MiniFy Setup Wizard │
    │ │
    │ This will install MiniFy on your computer. │
    │ │
    │ [ Next > ] [ Cancel ] │
    └─────────────────────────────────────────────────┘
  3. Launch MiniFy

    Find MiniFy in your Start Menu and launch it.

  4. Authenticate with Spotify

    Click “Connect to Spotify” and authorize MiniFy to access your account.

System Requirements (Windows)

RequirementValue
OSWindows 10 or later (64-bit)
WebViewWebView2 (usually pre-installed)
RAM50MB minimum
Disk10MB

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

If you prefer to build MiniFy from source, see the Building Guide.

Verifying the Installation

After installation, verify everything works:

  1. Launch MiniFy - The app should open without errors
  2. Connect to Spotify - Authentication should complete successfully
  3. Check playback - If Spotify is playing, MiniFy should show the track
  4. Test controls - Press Space to toggle play/pause

Troubleshooting

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

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

  1. Open Settings → Apps → Installed Apps
  2. Find MiniFy and click Uninstall
  3. Follow the uninstall wizard

Remove all data:

Terminal window
Remove-Item -Recurse "$env:APPDATA\MiniFy"

Next Steps