MiniFy is a compact Spotify companion for the desktop. It runs as a native Tauri app, shows the current track in small always-available layouts, and keeps playback controls, settings, themes, and AI-assisted recommendations close at hand.
The repository also contains the public website and documentation site.
- Spotify OAuth PKCE login with automatic token refresh
- Secure OS keyring storage for Spotify tokens and AI provider keys
- Compact player layouts with playback controls, progress, and track metadata
- Built-in themes plus a JSON-based Theme Studio for custom themes
- AI DJ chat for recommendations and playback-aware music prompts
- Provider settings for Spotify, YouTube Music, and AI services
- Native desktop shell powered by Tauri and Rust
apps/desktop: Tauri 2 desktop app with React, Vite, Tailwind CSS, and Rust.apps/www: Next.js site for the project website and downloads.apps/docs: Astro Starlight documentation site.- Rust commands handle OAuth, local callback handling, keyring access, settings, and desktop integration.
- The renderer talks to Spotify and AI providers through typed clients and Tauri commands.
- Node.js
>=20.19.0 - pnpm
10.26.2 - Rust toolchain with the platform-specific Tauri prerequisites
- Spotify Developer app Client ID for local development builds
pnpm installpnpm desktop:dev
pnpm www:dev
pnpm docs:devOn first desktop launch, MiniFy asks for a Spotify Client ID and starts the browser-based OAuth flow.
| Command | Description |
|---|---|
pnpm desktop:dev |
Start the Tauri desktop app |
pnpm desktop:build |
Build the desktop app |
pnpm desktop:clear |
Clear desktop credentials and settings |
pnpm www:dev |
Start the Next.js website |
pnpm docs:dev |
Start the documentation site |
pnpm lint |
Run workspace Biome checks |
pnpm test |
Run the Oxlint quality gate |
pnpm format |
Format with Biome |
MiniFy does not store Spotify tokens or AI API keys in plain text files. Credentials are kept in the operating system credential store:
| Platform | Storage |
|---|---|
| Windows | Credential Manager |
| macOS | Keychain |
| Linux | Secret Service |
Spotify authentication uses OAuth 2.0 with PKCE. Desktop/open-source builds must not embed a Spotify Client Secret.
- Website: minify.skeptic.run
- Documentation: minify-docs.skeptic.run
- Releases: GitHub Releases
- Issues: GitHub Issues
- Roadmap: Project Board
- Discord: discord.gg/haNyuz2zQ5
Licensed under the MIT License. See LICENSE for details.






