A lightweight macOS menu bar tool for quickly browsing, filtering, and opening development projects. Built for developers who switch between Roblox, Node, Rust, and other projects constantly.
Caution
This project is under active development. Expect bugs, changing file formats, and breaking changes between versions.
Smart Search Instantly filter projects by name as you type.
Project Detection Automatically detects project types:
- Roblox (via
default.project.json) - Git repositories
- Node (
package.json) - Rust (
Cargo.toml) - Docker (experimental)
Project Scanning Scans your Projects folder and builds a live list of all projects.
Last Opened Tracking Projects are sorted by most recently opened for quick access.
Custom Icons
If a project contains Icon.png, it will be used instead of a default folder icon.
One-Click Launch Open projects directly in your preferred editor (VS Code or a custom app).
Roblox Studio Integration
Launch Roblox projects directly into Studio using placeId, universeId, and userId (configured in settings).
To enable this for a project, create a file named quicklaunch.toml in the project's root folder with the following:
placeId = 123456789
universeId = 987654321QuickLaunch will read this file automatically and use it to launch the project straight into Roblox Studio.
- macOS 14+
QuickLaunch is distributed as a prebuilt app via GitHub Releases.
- Go to the Releases page.
- Download the latest
QuickLaunch.zip(or.app) from the newest release. - Unzip it (if needed) and drag
QuickLaunch.appinto yourApplicationsfolder. - Launch it by double-clicking, or opening it via Spotlight.
Since QuickLaunch isn't code-signed, macOS Gatekeeper will block it on first launch. To open it:
- Right-click (or Control-click)
QuickLaunch.appand select Open. - In the dialog that appears, click Open again to confirm.
If that doesn't work:
- Go to System Settings → Privacy & Security.
- Scroll down to the Security section, where you'll see a message about QuickLaunch being blocked.
- Click Open Anyway.
You only need to do this once. macOS will remember your choice for future launches.
QuickLaunch is a menu bar app, so it's meant to stay running in the background rather than being reopened each time. To have it launch automatically whenever you log in:
- Open System Settings → General → Login Items & Extensions.
- Under Open at Login, click the + button.
- Select
QuickLaunch.appfrom yourApplicationsfolder. - QuickLaunch will now start automatically each time you log in, and will live in your menu bar until you quit it.
- Choose your Projects Directory in settings.
- (Optional) Set your preferred code editor.
- (Optional) Set your Roblox User ID.
QuickLaunch stores the following locally on your machine:
- Projects directory bookmark
- Preferred editor path
- Last opened timestamps
No data is sent anywhere. Everything stays on your device.