Launch Mac Apps
At Terminal Speed

The missing launcher for macOS terminal. Fuzzy matching, lightning fast, and zero dependencies.

$ curl -fsSL https://openapp.kvchub.com/install.sh | bash
zsh — 80x24
% openapp saf
Launching Safari...
%

Why OpenAppCLI?

Fuzzy Matching

Typo-friendly launching. Type 'saf' for Safari or 'xco' for Xcode. It just works.

Smart Search

List and search through all your applications across system and user folders effortlessly.

Zero Dependency

Built with pure Swift and AppKit. No node_modules, no python scripts, just native speed.

Developer First

Keep your hands on the home row. No more clicking through Spotlight or Launchpad.

Simple Usage

Launch App
openapp <app-name> # openapp safari
List All
openapp list # Alias: openapp ls
Search Keyword
openapp search <key> # Alias: openapp find

Quick Installation

Run this command in your terminal to download and install OpenAppCLI automatically.

curl -fsSL https://openapp.kvchub.com/install.sh | bash
macOS 12.0+ Swift 5.7+

Or check the manual installation guide on GitHub.

Command copied!