blobbies
Health Uyari
- License — License: AGPL-3.0
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Basarisiz
- spawnSync — Synchronous process spawning in scripts/macos-dev-runner.mjs
- network request — Outbound network request in scripts/sync-plugins.mjs
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
A team of little AI helpers that live on your computer. They remember you, they do real work, and your data never leaves your machine.
🫧 Blobbies
Your own team of AI helpers. Living on your computer.
macOS · Windows · Linux. Installers on the release page; the app updates itself afterwards.
Little AI teammates called Blobs. Make one, name it, give it a job. One for email, one for research, one that hypes you up before meetings.
They remember you. They work in your apps. And your data never touches an AI company.
✨ What Blobs do
- Remember you. Per-Blob memories plus team-wide facts. Every entry viewable, editable, deletable.
- Do stuff in your apps. Gmail, Calendar, Slack, Notion, Spotify. 942 apps in the catalog, through your own Composio account.
- Work while you're away. Routines every N minutes, daily, weekly, or once. Desktop notification when done.
- Team up. Up to 6 Blobs per group chat. @mention one, or ask the room and let them sort it out.
- Make more Blobs. A Blob can spawn, edit, message and retire other Blobs.
- Read your files. PDFs, screenshots, photos. Text extraction and OCR run on your machine, in Rust, never uploaded.
- Search and read the web. DuckDuckGo Lite, falling back to Bing. No setup.
- Run local commands. Allowlisted programs only, argv never a shell string, sandboxed to that Blob's folder.
- Learn skills and MCP servers. Drop a folder in
~/.blobbies/skills/, or connect loopback MCP servers for more tools.
🚨 The mistake everyone is making
Everyone is plugging Gmail, Drive and Slack into AI agents. Nobody asks the one question that matters:
Your agent reads your email. Where does that email go?
To an AI provider. Not a summary, the actual words, in plaintext, on their servers. That is the only way a model reads anything.
Code is a different bet: a repo is bounded and replaceable. Your inbox holds every password reset link, contract and medical result you own. People hand over that master key in one OAuth click, for a to-do list summary.
"But it has zero data retention"
ZDR describes what happens after they get your email. They still got it.
- Decrypted on their machines. Not stored never meant not read.
- Usually logged first. OpenAI keeps abuse logs on all API usage for 30 days; opting out needs their approval. (docs)
- A judge can undo it. In the NYT case a court made OpenAI preserve logs it would have deleted, including chats users deleted themselves. True ZDR endpoints were exempt, because there was nothing to preserve.
- A policy update can kill it. On 9 June 2026 Anthropic started keeping 30 days on covered models, including orgs that had ZDR on. (notice)
ZDR is a receipt, not a lock. Data they never received cannot be logged, subpoenaed or breached.
✅ The two ways out
Two model paths. Everything else is refused at the build level.
| Local (Ollama) | Tinfoil | |
|---|---|---|
| Where it runs | Your CPU/GPU | Cloud, inside a hardware enclave |
| Cost | Free | Your own key, usage-based |
| Works offline | Yes | No |
| Brains | Capped by your hardware | Frontier open-weight models |
| Who can read your prompt | You | Nobody. Verified, not promised |
Why Tinfoil
Everyone else offers a promise: a policy page, a retention toggle, a "we don't train on API data" line. You cannot check any of it from outside. Tinfoil swaps that for a check your machine runs before every connection:
- Hardware enclave. The model sits in AMD SEV-SNP confidential compute. The CPU encrypts memory itself, so the host operator, Tinfoil included, sees ciphertext where your prompt should be. They cannot read it even if a court tells them to.
- Attested before a byte leaves you. Your machine checks the enclave's attestation against the published open-source build, logged in Sigstore. Mismatch means the request never sends.
- Encrypted to the enclave, not to a company: HPKE on your device, opened only inside.
- Your key, your bill. No backend, no account, no server of ours to breach.
Subpoena Tinfoil, you get ciphertext. Subpoena a normal provider, you get your inbox.
Honest bit: you are trusting AMD's root of trust, and attestation proves the published code ran, not that it is harmless. Far smaller than a policy page. Not zero. Check it: verification docs, the SDK that attests, the protocol.
Not a policy, the build. The Anthropic SDK is stubbed out (src/lib/anthropic-stub.ts) and the webview's connect-src allows four origins and no others: *.tinfoil.sh, Sigstore's CDN, and Ollama on localhost. Adding a provider means editing tauri.conf.json, in public, in a fork.
💸 What it costs, and which brain to use
| Monthly | |
|---|---|
| Blobbies + local model | $0. Forever. |
| Blobbies + Tinfoil | Roughly $10 to $20, on your own key |
| Grok Bot (cheapest) | $60 Cursor Pro+, or $100 SuperGrok Plus |
| Grok Bot (top tier) | $200 Cursor Ultra, or $300 SuperGrok Heavy |
| Grok Bot (teams) | $40/seat Standard, on a team plan |
Tinfoil is that cheap because of the next bit. Biggest myth going: you need the smartest model on earth to read your email. You don't. Sorting an inbox is not a maths olympiad.
| The job | How much brain it needs |
|---|---|
| Email, calendar, Slack, notes | Small. A few billion parameters does it |
| Research, long docs, proper writing | Mid-size |
| Coding agent running all night | Big — and that is not this app |
Where that brain runs is a separate question. Small and mid-size both run locally or on Tinfoil; pick on privacy, hardware and whether you need it offline, not on the task. Tinfoil serves DeepSeek V4 Flash, Kimi K3, GLM 5.2, gpt-oss-120b — any of them handle "check my calendar, flag anything urgent, draft a reply" without breaking a sweat, and so does a small model on your own machine.
Point a frontier model at labelling emails and you are renting a Ferrari for the school run. Works fine. Still daft. Your credit burns in a week.
Free and private are not supposed to be a trade. Here they are the same choice.
⚔️ Blobbies vs Grok Bot
xAI's take on AI teammates, in beta since 11 Aug 2026 and genuinely capable. Also the clearest example of the trade this README is about: your tools, logins and data live on their machine by design.
| 🫧 Blobbies | Grok Bot | |
|---|---|---|
| Source code | Open, AGPL-3.0. Verify these claims yourself | Closed |
| Price | Free, or your own Tinfoil key | $60–$300/mo solo, plus metered usage |
| Where your data sits | ~/.blobbies on your disk |
xAI's cloud. Required, not a setting |
| Private by default | Yes, architecturally: no server to send it to | No. Privacy Mode (Legacy) blocks the product |
| The AI | Local, or open models in attested enclaves | Grok only, no model picker |
| Works offline | Yes, with a local model | No |
| Always on | Your machine. Cloud runners on the roadmap | Yes, their cloud VM |
| Platforms | macOS, Windows, Linux | macOS, Windows, iOS. No Linux |
Facts from x.ai/bot and xAI's docs, checked 24 Aug 2026. It's a beta; expect change.
Fair is fair. Grok Bots have a cloud computer, so they keep working with your laptop shut. Blobbies runs on your machine, so routines fire while it is on.
That is a starting point, not a wall. Cloud runners are on the roadmap, and scheduling is the easy half to add later. The hard half is the one built first: no server of ours holds your data.
📍 Where your data goes
| Data | Where it goes |
|---|---|
| Chats, memories, Blobs, files | ~/.blobbies on your disk. Nothing else. |
| API keys | OS keychain, never a plain file |
| Prompts, local model | Nowhere. Your machine. |
| Prompts, Tinfoil | Encrypted to an attested enclave, using your key |
| Plugin actions | Composio's cloud, on your own account. See below. |
| Web search | DuckDuckGo Lite, then Bing if blocked |
| Update checks | Version → GitHub Releases, minisign-signed |
| Telemetry, analytics, crash reports | None. Nothing to opt out of. |
One honest caveat. Plugin calls route through Composio's cloud, on your own account. That is a transit hop, not a model host: the email body lands on your disk and is read by your local model or your enclave, never by an AI provider.
Want zero third parties? Skip plugins. Files, web search and local commands still work.
🚀 Get it
Grab it from the latest release: macOS (Apple Silicon + Intel .dmg), Windows (.exe), Linux x86_64 (.deb + AppImage). It updates itself after that. Windows builds are unsigned, so SmartScreen will grumble at you.
Then pick a brain in Settings → Model: install Ollama for free and offline, or paste a Tinfoil key for a bigger one. Keys go to your OS keychain, not a file.
👥 Come hang out
- YouTube @kenkaidoesai, tutorials and demos
- Skool community
👨💻 For devs
Requirements: Node ≥ 22.12, pnpm 10 (corepack enable), Rust 1.90 (auto-installed), plus Tauri platform deps:
- macOS:
xcode-select --install - Linux (Debian/Ubuntu):
sudo apt install libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf, plus a Secret Service provider (gnome-keyring, KWallet). Without one, saving a key fails with a D-Bus error. - Windows: VS 2022 Build Tools, Desktop development with C++ workload.
git clone https://github.com/KenKaiii/blobbies.git
cd blobbies
pnpm install
cp .env.example .env.local # optional: add a TINFOIL_API_KEY for dev
pnpm tauri:dev # loads .env.local on every OS
pnpm tauri:build # production bundle (dmg / deb+AppImage / NSIS exe)
pnpm check # everything CI runs: lint, types, tests, clippy
CI builds and tests on macOS, Windows and Linux every push, and a release workflow ships installers for each.
📄 Licence and trademarks
AGPL-3.0. Use it, change it, run it for yourself. Run a modified version as a service for others, and share your changes. Third-party notices: THIRD-PARTY-NOTICES.md.
App logos in public/logos are trademarks of their owners, shown only to identify the matching integration. Blobbies isn't affiliated with any of them.
Your stuff stays yours. Your team does the rest.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi