An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Subject   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

[![Audexis main interface](apps/www/public/screenshot-dark.png)](https://www.audexis.app)

### Tag and image editing

[![Audexis image editing](apps/www/public/image-editing-dark.png)](https://www.audexis.app)

### Settings

[![Audexis settings](apps/www/public/settings-dark.png)](https://www.audexis.app)

### File renaming

[![Audexis renaming view](apps/www/public/renaming-dark.png)](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.