Find and run
Open apps, invoke your own commands, and move through your work without breaking stride.
Vela is a native control surface for your Mac: launch what matters, keep what you copied, move your windows, and make every shortcut yours.
Vela stays native and out of the way until you call it. There is no settings labyrinth to learn.
Open apps, invoke your own commands, and move through your work without breaking stride.
Search clipboard history, expand snippets, and select useful text directly from the screen.
Snap, maximize, minimize, and move windows between displays with a keystroke.
Your Vela lives in normal JavaScript. Put it in Git, share it, or ask an agent to help refine it. The app validates your configuration before it adopts it.
Start with vela init; it writes vela.js plus local instructions and a skill for your AI before configuration begins.
// ~/.config/vela/vela.js Vela.configure({ clipboard: { limit: 200 }, }); Vela.hotkey("command+shift+space", Vela.showLauncher); Vela.hotkey("option+tab", Vela.showSwitcher); Vela.hotkey("command+option+left", () => Vela.window("leftHalf")); Vela.command({ id: "open-workspace", title: "Open workspace", run: () => Vela.shell("open ~/workspace"), });
No account. No telemetry.Vela does not require a sign-up, and it does not include analytics or advertising SDKs.
Private by design.Configuration remains on your Mac. Context snippets use Apple’s on-device model only; secure text fields are excluded.