Skip to content

Have an AI always at your fingertips.

License

Notifications You must be signed in to change notification settings

matthiasgeihs/smart-lookup

Repository files navigation

✨🔎 Smart Lookup

Quick and easy AI-assisted lookups. Always have an AI at your finger tips.

Press ⌥ + SPACE and enter your query. Uses Ollama for local LLM execution.

teaser

Installation

Requirements

Make sure Ollama is installed and running. Please also make sure that the target model is already downloaded. The default model currently is llama3.1.

Prebuilt binaries (Apple Silicon)

Download Smart.Lookup-darwin-arm64-0.1.0.zip, unzip, and copy the application to your application folder.

From source

Make sure npm is installed. Then run the following commands.

npm i
npm run make

You can find the packaged application in the out folder.

Installer

Not yet available.

Settings

The settings can be found in ~/.smart-lookup.

License

Please see the LICENSE file.