Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayd1n/spotify-tauri
Unofficial Lightweight Spotify Client Alternative
https://github.com/hayd1n/spotify-tauri
music rust spotify tauri typescript
Last synced: 25 days ago
JSON representation
Unofficial Lightweight Spotify Client Alternative
- Host: GitHub
- URL: https://github.com/hayd1n/spotify-tauri
- Owner: hayd1n
- License: mit
- Created: 2024-07-05T00:28:42.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T10:49:52.000Z (4 months ago)
- Last Synced: 2024-10-01T05:04:07.353Z (about 1 month ago)
- Topics: music, rust, spotify, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Tauri
An Unofficial Lightweight Spotify Client Alternative made with [Tauri](https://tauri.app/)
Support Windows, macOS, Linux
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)[![Tauri](https://img.shields.io/badge/tauri-%2324C8DB.svg?style=for-the-badge&logo=tauri&logoColor=%23FFFFFF)](https://tauri.app/)
[![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)## Screenshot
## Release
[![Download latest GitHub release](https://img.shields.io/github/v/release/CRT-HAO/spotify-tauri?style=for-the-badge)](https://github.com/CRT-HAO/spotify-tauri/releases)
[![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)](https://github.com/CRT-HAO/spotify-tauri/actions)
## Development
```bash
cargo tauri dev
```## Build
```bash
cargo tauri build
```## “Spotify Tauri” is damaged and can’t be opened.
Due to the fact that signing Mac apps requires the Apple Developer Program, which is available for an additional fee.
So I can't afford to sign apps at the moment.So you may open the app with _**"Spotify Tauri" is damaged and can't be opened. You should move it to the Trash. You should move it to the Trash.**_
### Solution
In order to bypass the signature verification, you will need to remove the attributes attached to the app by macOS using the following command.
```bash
xattr -cr /Applications/Spotify\ Tauri.app
```## License
[![Licence](https://img.shields.io/github/license/CRT-HAO/spotify-tauri?style=for-the-badge)](./LICENSE)