a macos application for indexing, organizing, tracking, browsing and managing ableton projects + sets across filesystems.
abledex was created as a solution to a problem i've created for myself over the years: i'm incredibly disorganized when it comes to naming, organizing and tracking my ableton projects and sets. i have numerous ableton projects with random keyboard smashed titles, copied over files from external drives with incorrect dates, and generally a mess of files scattered across multiple drives. abledex aims to solve this problem by providing a centralized application to index, organize, track, browse and manage ableton projects + sets across filesystems.
instead of spending hours trying to remember what that really good half-finished track you made in 2018 is actually called, where it's located, and what version it is, abledex allows you to quickly search, filter and sort through your ableton projects + sets with ease.
built with swift and swiftUI, abledex provides a familiar interface for macOS users.
- macOS 15+
- Download the latest release from the Releases page. Unsigned builds are available in from the
.zipassets. It's recommended to use the.pkgsigned installer for ease of use. - Open the app. You may need to approve it in System Preferences > Security & Privacy > General.
- Quit the app.
- Delete the app from the Applications folder.
Contributions are welcome, Please open an issue or submit a pull request.
If you encounter any bugs or have feature requests, please open an issue on the GitHub Issues page.
- Xcode 15+ (Swift 6.x)
- Clone the repository.
- Open
abledex.xcodeproj.
Run xcodebuild or use Xcode.
GitHub Actions is configured to build and release the app on push to main.
See LICENSE