https://github.com/kp-fyn/audexis
A modern, fast, cross-platform audio metadata editor. Edit tags, artwork, file names and organize your music library. Built with tauri
https://github.com/kp-fyn/audexis
editor id3 id3-reader id3editor id3v2 metadata metadata-editor mp3 react rust tauri
Last synced: 5 months ago
JSON representation
A modern, fast, cross-platform audio metadata editor. Edit tags, artwork, file names and organize your music library. Built with tauri
- Host: GitHub
- URL: https://github.com/kp-fyn/audexis
- Owner: kp-fyn
- License: mit
- Created: 2025-10-20T15:48:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T15:55:30.000Z (5 months ago)
- Last Synced: 2026-01-13T19:22:36.966Z (5 months ago)
- Topics: editor, id3, id3-reader, id3editor, id3v2, metadata, metadata-editor, mp3, react, rust, tauri
- Language: TypeScript
- Homepage: https://audexis.app
- Size: 8.81 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Audexis
Audexis is a modern, cross-platform audio metadata editor built with Tauri.
It lets you edit tags, album artwork, and filenames quickly while staying lightweight and privacy-respecting.
It is designed for people who manage personal music libraries, DJ crates, podcast collections, or archived audio files.
## Documentation
You can view the documentation [here](https://www.audexis.app/docs)
## Screenshots
### Main interface
[](https://www.audexis.app)
### Tag and image editing
[](https://www.audexis.app)
### Settings
[](https://www.audexis.app)
### File renaming
[](https://www.audexis.app)
## Features
- Cross-platform (macOS and Windows)
- Fast, native performance using Tauri
- Batch editing for large sets of files
- Edit album artwork and embedded images
- Supports MP3, M4A/MP4, and FLAC
- Clean UI built with React and TailwindCSS
- Automatic updates
- Open source
## Installation
Download the latest release from:
https://github.com/kp-fyn/audexis/releases
Windows:
- `.msi` or `.exe`
macOS:
- `.dmg`
## Building From Source
### Requirements
- Node.js 18+
- Rust and Cargo
- npm
### Clone
```bash
git clone https://github.com/kp-fyn/audexis
cd audexis/apps/desktop
```
### Install dependencies
```bash
npm install
```
### Build
```bash
npm run tauri build
```
## Contributing
Contributions, bug reports, and feature suggestions are welcome.
Feel free to open an issue before submitting a pull request.
## Privacy
Audexis performs all metadata editing locally on your machine.