git404hub

what is sentient-os fr?

sentient-os-labs/sentient-os — explained in plain English

Analysis updated 2026-05-18

313SwiftAudience · generalComplexity · 2/5Setup · easy

tl;dr

A macOS app that reads your files and messages locally overnight to build a private knowledge base, then proactively suggests tasks it can finish for you.

vibe map

mindmap
  root((Sentient OS))
    What it does
      Reads life on-device nightly
      Builds markdown knowledge base
      Suggests morning actions
    Tech stack
      Swift
      Gemma 4 E4B
      LiteRT-LM
    Use cases
      Draft forgotten replies
      Catch renewing subscriptions
      Voice trigger tasks via Sidekick
    Audience
      Mac power users
      Privacy conscious users
    Requirements
      Apple Silicon Mac
      macOS 15 plus
      ChatGPT Plus subscription

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Get a nightly, on-device summary of your files, messages, and notes turned into a private markdown knowledge base.

VIBE 2

Wake up to a short list of drafted actions, like replies or cancellations, that need only one click to send.

VIBE 3

Speak or type a task from anywhere on your Mac and have it completed inside your own apps through Sidekick.

VIBE 4

Share your personal knowledge base with ChatGPT or Claude through an encrypted cloud relay, kept off by default.

what's the stack?

SwiftGemma 4 E4BLiteRT-LMmacOS

how it stacks up fr

sentient-os-labs/sentient-osolegsotnikov/sallyportshanggqm/codexu
Stars313329295
LanguageSwiftSwiftSwift
Setup difficultyeasyeasyeasy
Complexity2/53/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Requires an Apple Silicon Mac on macOS 15 or later and your own ChatGPT Plus subscription for full features.

License details are not stated in the provided text.

in plain english

Sentient OS is a macOS app that runs an AI model directly on your Mac, reading your own files, screenshots, messages, and notes overnight so it can understand your life without sending that raw data to a company's servers. The idea is that most AI assistants know nothing about you unless you paste in context yourself, and they only act when you ask. Sentient tries to fix both by learning about you locally every night and then proactively suggesting things it could do for you in the morning. Each night at 3 AM, while your Mac is asleep or idle, a local model called Gemma 4 E4B reads new items like files, screenshots, WhatsApp and iMessage chats, and Apple Notes, deciding for each one whether to keep it, discard it as junk, or drop it entirely if it looks sensitive. Only clean, stripped down summaries of the useful items survive. A separate frontier model, accessed through your own ChatGPT Plus subscription rather than any account with Sentient itself, turns those summaries into a plain markdown knowledge base stored in a folder on your Mac that you can read, edit, or delete freely. By morning, the app shows a handful of suggested actions, such as a drafted reply to a message you forgot about, each requiring a single click before anything actually happens. There is also a feature called Sidekick, triggered by clicking the notch on newer MacBooks or holding the right Command key, which lets you speak or type a request like finishing a task, and it carries that out inside your own apps and browser. Optionally, you can connect your knowledge base to other AI tools like ChatGPT or Claude through a cloud relay, using encryption where the decryption key only ever exists on your Mac, so the relay itself only ever holds unreadable data. The app is free, requires an Apple Silicon Mac running macOS 15 or later with at least 8 GB of RAM, and needs a ChatGPT Plus subscription of your own for full functionality, since that subscription covers the portion of processing that happens off your device.

prompts (copy fr)

prompt 1
Explain how Sentient OS decides what personal data to keep versus discard each night.
prompt 2
Walk me through installing Sentient OS with Homebrew and what hardware I need.
prompt 3
Show me how the optional cloud MCP connection keeps my knowledge base encrypted.
prompt 4
Help me understand what Sidekick can and cannot do inside my own apps.

Frequently asked questions

what is sentient-os fr?

A macOS app that reads your files and messages locally overnight to build a private knowledge base, then proactively suggests tasks it can finish for you.

What language is sentient-os written in?

Mainly Swift. The stack also includes Swift, Gemma 4 E4B, LiteRT-LM.

What license does sentient-os use?

License details are not stated in the provided text.

How hard is sentient-os to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is sentient-os for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.