LOKEI

Private AI. Always There.

Download for Mac See how it works
No subscription No cloud No tracking Free forever
Lokei
Code Helper
Write a Swift function that checks if a string is a palindrome
Lokei
Here's a clean Swift palindrome checker:
swiftCopy
func isPalindrome(_ string: String) -> Bool {
  let cleaned = string
    .lowercased()
    .filter { $0.isLetter }
  return cleaned == String(cleaned.reversed())
}

// true
isPalindrome("racecar")
// false
isPalindrome("hello")
Ask Lokei...

Why Lokei

Everything you need.
Nothing you don't.

Completely Private

Every word stays on your Mac. No servers. No accounts. No data collection. Your conversations are yours alone — forever.

Always In Your Menu Bar

Lokei lives quietly in your menu bar, ready the instant you need it. No app switching, no loading screens, no friction.

Streaming Responses

Watch answers appear word by word in real time — just like ChatGPT, but running entirely on your own hardware.

Syntax Highlighting

Code responses render with full syntax highlighting. Swift, Python, JavaScript and more — beautifully formatted with one-click copy.

Specialist Modes

Switch between Code Helper, Debug Mode, Writing Assistant, Brainstorm and more — each tuned for its specific task.

Any Ollama Model

Works with every model available through Ollama. Install any model and Lokei finds it automatically — no configuration needed.

Up and running in minutes.

1

Install Ollama

Download and install Ollama — the free local AI runtime that powers Lokei. Takes about two minutes.

2

Pull a model

Open Terminal and run ollama pull qwen2.5-coder:3b to download your first AI model. Many models are available — pick the one that fits your hardware.

3

Download Lokei

Install Lokei from the Mac App Store. It automatically finds your Ollama installation and every model you have installed.

4

Start asking

Click the Lokei leaf in your menu bar and start chatting. Your private AI is ready — no internet required.

Zero data. Zero compromise.

Lokei was built from the ground up with privacy as the foundation — not an afterthought.

0
Bytes collected
0
External servers
0
Subscriptions
Your ownership

Download Lokei

Free. Private. Always there.

Mac App Store

Requires macOS 13.0 or later · Ollama required