Skip to content

Menu bar macOS app for generating concise AI provocations from anywhere on the screen. 100% local.

License

Notifications You must be signed in to change notification settings

tannn/freethinker

Repository files navigation

FreeThinker

GitHub Actions Workflow Status macOS License

Menu bar macOS app for generating concise AI provocations from selected text using on-device Apple Foundation Models. Think of it as your personal thought companion.

FreeThinker popup with AI generated provocation on user selected text on website

Beta — under active development

What it does

FreeThinker is a local-first AI thought companion. Select text anywhere on your Mac, press the global hotkey, and get AI-generated "provocations" that challenge and extend your thinking — all without sending a single byte off your machine.

Strenghten your thinking. Be a FreeThinker.

Features

  • Completely local — AI runs on-device via Apple Foundation Models. No API keys, no cloud, no internet required after install.
  • Private by design — all text input, customizations, and AI interactions stay on your Mac. Nothing is transmitted to external services.
  • AI provocations — select text to get a short, thought-provoking AI response streamed in real time.
  • Customizable provocation styles - Choose from contrarian, socratic, or systems thinking to interrogate selected text.
  • Free software — GPLv3.

Requirements

  • macOS 26+
  • Apple Silicon
  • Xcode 16.0+ to build from source

Getting Started

Clone & Resolve

git clone https://github.com/tannn/freethinker.git
cd freethinker
swift package resolve

Building

You can open Package.swift directly in Xcode, or generate the Xcode project via XcodeGen:

# Generate .xcodeproj from project.yml
xcodegen generate

To build from the command line:

swift build

Running Tests

# Via SwiftPM
swift test

# Via xcodebuild (if using .xcodeproj)
xcodebuild test -scheme FreeThinker

About

Menu bar macOS app for generating concise AI provocations from anywhere on the screen. 100% local.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published