https://github.com/nbonamy/trax
macOS Music management application written in Flutter.
https://github.com/nbonamy/trax
audio audio-applications audio-player flac m4a macos mp3 music music-library music-player taglib tags
Last synced: 8 months ago
JSON representation
macOS Music management application written in Flutter.
- Host: GitHub
- URL: https://github.com/nbonamy/trax
- Owner: nbonamy
- Created: 2023-04-08T19:45:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T19:51:52.000Z (about 2 years ago)
- Last Synced: 2025-10-13T14:46:26.848Z (8 months ago)
- Topics: audio, audio-applications, audio-player, flac, m4a, macos, mp3, music, music-library, music-player, taglib, tags
- Language: Dart
- Homepage:
- Size: 2.93 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mac - trax - Free, open-source music library management tool with audio conversion and tag management functionalities. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/trax) (Audio and Video Tools / File Sharing)
- awesome-mac - trax - オーディオ変換とタグ管理機能を備えた無料のオープンソース音楽ライブラリ管理ツール。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/trax) (オーディオ・ビデオツール / ファイル共有)
- fucking-awesome-mac - trax - オーディオ変換とタグ管理機能を備えた無料のオープンソース音楽ライブラリ管理ツール。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/trax) (オーディオ・ビデオツール / ファイル共有)
README
# trax
macOS Music management application written in Flutter.
- Apple Music like UI
- Browse local music files
- Import new files into libraruy (MP3, FLAC, M4A)
- Edit audio tags (including artwork and lyrics)
- Audio format conversion
- Local audio playback

## Getting Started
```
flutter pub get
flutter run macos
```
You can deploy to your `Applications` folder using
```
make deploy
```