A featherweight search bar at your fingertips. Ditch your browser's search and go straight to the source.
![]() |
![]() |
![]() |
![]() |
- Press
Ctrl + Space
from anywhere, no need to be in your browser - Type away, get suggestions as you type
- Load it with bangs
!
to go straight to the site you want - Hit
Enter
to launch in your default browser
-
Clone the repository
-
Install dependencies:
bun install
-
Run the development server:
bun dev
To build the application for production:
bun run build
This project uses GitHub Actions:
- Automatic builds are triggered on merges to the
main
branch - Windows installers (NSIS) are automatically created
- Releases are published to GitHub Releases with versions based on the build number
To view the workflow configuration, see .github/workflows/release.yml.