OpenInHelix
January 29, 2026 · View on GitHub
Minimal macOS app that opens files in the Helix editor via Terminal when double-clicked in Finder.
Build
./build.sh
The app bundle will be created at dist/OpenInHelix.app.
Install
Copy to Applications:
cp -R dist/OpenInHelix.app /Applications/
Associate files with OpenInHelix
- Right-click any file (e.g.,
.txt) in Finder - Select Get Info
- Under Open with, choose
OpenInHelix.app - Click Change All… to apply to all files of that type
Requirements
Runtime
- macOS 12.0+
- Helix editor installed (
hxin/opt/homebrew/bin/,/usr/local/bin/, or~/.cargo/bin/) - Terminal.app, Ghostty, or iTerm
Build
- Xcode Command Line Tools (
xcode-select --install) - librsvg (
brew install librsvg)