Open apps, files, and folders instantly without leaving the keyboard.
Do quick inline math like percentages or square roots without opening a calculator app.
Kill a stuck process by its port number in a couple of keystrokes.
Search your clipboard history to find something you copied earlier.
| kunkka19xx/look | omarshahine/homeclaw | apple/foundation-models-utilities | |
|---|---|---|---|
| Stars | 136 | 120 | 117 |
| Language | Swift | Swift | Swift |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | — |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Look is a keyboard first launcher for macOS, Windows, and Linux that lets you open apps, files, folders, clipboard history, and quick commands without touching the mouse. It works as a lightweight alternative to Spotlight on Mac or Raycast, and it runs entirely on your own machine. Once installed, you press a hotkey such as Cmd+Space on Mac or Alt+Space on Windows and Linux, type what you want, and press Enter. Beyond opening apps and files, Look can do inline math like square roots and percentages, kill a running process by its port number with a confirmation step, search your clipboard history for something you copied earlier, translate or look up a word, and run scoped searches by regex, file path, or file kind. Everything runs locally. Search candidates are indexed in a local file on your computer, and the only times Look reaches the internet are when you explicitly ask it to, such as running a web search or a translation lookup. There is no account to create and no telemetry being collected. The project is built to be fast and small. Typical searches complete in under a millisecond on a few thousand indexed items, and it ships as a single native app rather than a heavier framework like Electron, so there is no background daemon eating resources. It comes with sensible presets for common apps out of the box, and you can add more through a configuration file if you want to customize it further. Installation differs by platform: Homebrew on macOS, package managers or an install script on Linux distributions including Arch, Ubuntu, and NixOS, and a PowerShell one-liner on Windows. The developer notes they are building this project together with AI agents.
A fast, local-first, keyboard-only app launcher for macOS, Windows, and Linux that replaces Spotlight or Raycast.
Mainly Swift. The stack also includes Swift, Rust, SQLite.
The README does not state a license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.