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

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

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
Screenshot 2025-12-21 at 13 50 21

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