https://github.com/bretth18/abledex
macOS app for organizing ableton projects
https://github.com/bretth18/abledex
ableton macos swift
Last synced: 5 months ago
JSON representation
macOS app for organizing ableton projects
- Host: GitHub
- URL: https://github.com/bretth18/abledex
- Owner: bretth18
- License: mit
- Created: 2025-12-14T00:58:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T01:24:58.000Z (6 months ago)
- Last Synced: 2026-01-13T22:00:44.993Z (6 months ago)
- Topics: ableton, macos, swift
- Language: Swift
- Homepage:
- Size: 4.77 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abledex
a macos application for indexing, organizing, tracking, browsing and managing ableton projects + sets across filesystems.
## Info
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.
## Screenshots

## Installation
### Prerequisites
- macOS 15+
### From GitHub Releases
1. Download the latest release from the [Releases](https://github.com/bretth18/abledex/releases) page. Unsigned builds are available in from the `.zip` assets. It's recommended to use the `.pkg` signed installer for ease of use.
2. Open the app. You may need to approve it in System Preferences > Security & Privacy > General.
## Uninstallation
1. Quit the app.
2. Delete the app from the Applications folder.
## Features
## Dependencies
- [GRDB](https://github.com/groue/GRDB.swift)
## Contributing
Contributions are welcome, Please open an issue or submit a pull request.
### Reporting Issues
If you encounter any bugs or have feature requests, please open an issue on the [GitHub Issues](https://github.com/bretth18/abledex/issues) page.
## Development
### Prerequisites
- Xcode 15+ (Swift 6.x)
### Setup
1. Clone the repository.
2. Open `abledex.xcodeproj`.
### Build
Run `xcodebuild` or use Xcode.
### CI/CD
GitHub Actions is configured to build and release the app on push to `main`.
## License
See [LICENSE](LICENSE)