git404hub

what is auxio fr?

oxygencobalt/auxio — explained in plain English

Analysis updated 2026-06-26

3,795KotlinAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

Auxio is a free, open-source local music player for Android that plays audio files from your device, no internet connection, no account, no ads, with gapless playback and strong metadata support.

vibe map

mindmap
  root((Auxio))
    What it does
      Play local audio files
      Gapless playback
      ReplayGain volume control
    Features
      Embedded cover art
      Multi-artist support
      Android Auto support
      Playlist management
    Privacy
      No tracking
      No ads
      No cloud sync
    Distribution
      F-Droid
      Accrescent
      GPL v3

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Replace a streaming app with a private local music player that plays audio files stored on your Android phone or SD card.

VIBE 2

Listen to your music library with consistent volume across albums using ReplayGain normalization.

VIBE 3

Play local music through Android Auto in your car without needing a streaming subscription.

what's the stack?

KotlinAndroidExoPlayer

how it stacks up fr

oxygencobalt/auxiorumboalla/apkupdaterkotlin/dokka
Stars3,7953,7903,772
LanguageKotlinKotlinKotlin
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Building from source requires a Unix-based system because a dependency uses shell scripts during compilation.

GNU GPL v3, you can use, share, and modify this software, but any version you distribute must also be open source under the same license.

in plain english

Auxio is a local music player for Android that focuses on doing the basic job well rather than accumulating features. It plays audio files stored on your device without requiring an internet connection, a subscription, or an account. The project is free and open-source, available through F-Droid and Accrescent for users who prefer app stores outside of Google Play. The app is built on top of modern Android media libraries, which the developer says gives it better support for a wide range of audio formats and metadata compared to apps using older Android playback APIs. It handles details like gapless playback between tracks, ReplayGain volume normalization for consistent listening levels across albums, and reading embedded cover art from your audio files. On the metadata side, Auxio supports disc numbers, multiple artists per track, release type information, and sort tags, handling more of the edge cases that simpler players ignore. There is also a folder management system that accounts for music stored on SD cards, playlist support, playback state persistence (so it remembers where you were when you reopen the app), and Android Auto support for use in a car. The design is intentionally opinionated. The developer describes the goal as prioritizing ease of use over supporting every possible edge case, and the contribution guidelines note that feature additions and large UI changes are less likely to be accepted than bug fixes. The app is private by default: no tracking, no cloud sync, no ads. Auxio is licensed under the GNU GPL v3. Building from source requires a Unix-based system because the custom media library it depends on uses shell scripts during compilation.

prompts (copy fr)

prompt 1
How do I install Auxio from F-Droid on my Android device and point it at my local music folder?
prompt 2
I want to build a local music player app for Android like Auxio. How does it implement gapless playback between tracks?
prompt 3
How does Auxio apply ReplayGain to normalize volume across different albums during playback?

Frequently asked questions

what is auxio fr?

Auxio is a free, open-source local music player for Android that plays audio files from your device, no internet connection, no account, no ads, with gapless playback and strong metadata support.

What language is auxio written in?

Mainly Kotlin. The stack also includes Kotlin, Android, ExoPlayer.

What license does auxio use?

GNU GPL v3, you can use, share, and modify this software, but any version you distribute must also be open source under the same license.

How hard is auxio to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is auxio for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.