Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.22 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.22 KB
AudioTag logo

AudioTag

Audio metadata editor for macOS powered by TagLib

AGPL v3

Screenshot

Features

  • Native user interface built with SwiftUI.

Requirements

  • macOS 14.0 (or newer)
  • Xcode 16.0 (or newer)

Building

Get the Code

git clone https://github.com/foyoodo/AudioTag.git

Install Tuist

Mise (Recommended)

Install Mise (Optional)

brew install mise

Open the project folder in your terminal, then

mise install

Homebrew

brew install tuist@x.xx.x # version in .mise.toml

Generate .xcworkspace file

tuist install
tuist generate --no-binary-cache

Build and Run

⌘ Command + R

License

AudioTag and its components is shared on AGPL v3 license.