8-day longest streak
Nice Dreamz LLC · Humboldt County, CA A three-node ambient-computing mesh, built on Apple Silicon. Code, curiosity, and the right tools. "If it takes more than 10 minutes, I automate…
Nice Dreamz LLC · Humboldt County, CA
A three-node ambient-computing mesh, built on Apple Silicon. Code, curiosity, and the right tools.



*"If it takes more than 10 minutes, I automate it. If it needs AI, I build it from scratch."*
---
📱 APPS — iPHONE & ANDROID
Every app, one row, both stores. Private by default, pay once (or nothing), no subscriptions.
| App | What it is | iPhone | Android |
|---|---|---|---|
| Song Forge | Describe a song, get a finished original. Any genre, 19 languages, rendered on my Macs at home, never stored. 10 free songs, no account, no email. |  | 🔜 In review |
| RealTime AI Cam | Point your camera, it names 601 objects. Fully offline. |  |  |
| RealTime Space | Fly a real-physics starship through the solar system and 8,920 real stars. |  |  |
| Brainforest | 2,000+ K-4 lessons, reads everything aloud, fully offline, one-time $0.99. No ads, no tracking. Built for my daughter. | 🔜 In review |  |
Android source ships in each repo's android/ folder.
---
🆕 JUST SHIPPED
nemotron-omni-mlx — NVIDIA's Nemotron Omni sees, hears, and reasons, but its vision and audio towers had no open runtime for Apple Silicon. So I wrote one. Pure MLX, MIT, 23/23 parity tests against NVIDIA's PyTorch reference. 67.7 tok/s with an image, 147 tok/s with audio, wifi off. Credit to NVIDIA for the open weights and yayr for the 4-bit conversion.
---
🧭 WHAT I'M ACTUALLY BUILDING
Most of these repos look standalone. They're not. They're one system spread across three machines that talk to each other 24/7:
- 💻 M5 Max MacBook Pro · 128 GB — heavy compute: model inference, video, image, training
- 🖥️ M4 Mac mini · 64 GB — always-on workhorse: autonomous agents, FiaOS web shell, free Claude for the whole mesh
- ☁️ Hostinger VPS — public gateway: HQ Dashboard, the Ohm chat agent, sites, cron
┌─────────────────────────────┐
│ iPhone (iMessage bridge) │
│ ask · send · image · vid │
└────────────┬────────────────┘
│
┌───────────────────────────────┼───────────────────────────────┐
│ │ │
┌──────▼──────────┐ ┌──────────▼──────────────┐ ┌──────────▼────────┐
│ M5 Max │ │ Mac mini (always-on) │ │ VPS (Hostinger) │
│ workstation │◀──SSH──▶│ the workhorse │◀───▶│ gateway │
└─────────────────┘ └─────────────────────────┘ └───────────────────┘
Thirteen always-on agents run across those nodes: a GitHub watcher that drafts issue replies with local AI and texts me the draft, a 9am iMessage business briefing, email triage, a Reddit brand watcher, and the trick that powers it all — mini_claude, which lets every agent use my Claude Max plan for $0 per call.
---
🔒 AIRGAP — A SKILL, NOT A PRODUCT
AirGap is my name for the full private-AI build: a complete AI workstation on one Mac, wifi off, nothing leaving the building. It started as a packaged offering; these days I treat it as a capability I keep sharp rather than something I sell. Everything it needs is open source on this page, so any competent IT person can stand one up without me. That's the point.
If your firm handles data that can't touch the cloud and you want one built and your team trained on it, email [[email protected]](mailto:[email protected]). What it looks like → · Why it matters now →
---
⭐ THE FRONT FIVE
> _Sorted by GitHub stars._
Claude Code Local  
Run Claude Code 100% on-device on Apple Silicon. Three models (Gemma 4 31B / Llama 3.3 70B / Qwen 3.5 122B), four modes (code, browser, voice, phone), Anthropic-compatible MLX server,setup.sh picks the right model for your RAM. Your code never leaves your Mac.
MLX Apple Silicon Claude Code Python
NarrateClaude + Ohm 
Talk to your Mac, hear it reply in your own cloned voice. 100% private, works on a plane, and the Ohm web chat brings the same loop to any browser at zero API cost.Pocket TTS Apple Silicon Flask
Browser Agent 
Local MLX models driving Chrome via DevTools Protocol. Handles what other agents can't: cross-origin iframes, Shadow DOM, ProseMirror. 56-second demo →MLX Chrome DevTools Protocol Local AI
RealTimeAICam 
The biggest free open-vocabulary detector that fits on an iPhone: 601 classes, OCR, LiDAR depth, all on-device. The seed of the robot's vision stack.YOLOv8 CoreML Swift LiDAR
Claude → Phone 
Control Claude Code from your iPhone via iMessage. Commands by text; screenshots, recordings, and YES / NO / YES_TO_ALL approval buttons come back.iMessage AppleScript macOS Automation
---
🔧 THE DAILY DRIVERS
| | Repo | One line |
|---|---|---|
| 📦 | Cinch | One-page WooCommerce shipping dashboard. Four seconds per order, down from ninety. The tool that pays for everything else. |
| 🌐 | FiaOS | The Mac mini in a browser tab: live desktop, real PTY shell, voice. The bridge that gives the whole mesh free Claude. |
| 🎥 | studio-record | Screen + facecam recorder with a local HTTP API, so Claude can record itself working. |
| 🛟 | claude-failover | One command and your claude -p agents keep running on a local MLX model when the cloud is down. |
| 🎬 | story-forge | A 4-minute animated film, end to end, on one laptop. No cloud. |
---
🤖 THE LONG-ARC BET
Cemani Homestead Robot 
Started with protecting my chickens from predators. Now a 1 kW autonomous tank robot you text from your phone: 601-class vision on a Jetson, dual PTZ cameras, 3D LIDAR, and it pulls a cart of firewood. Actually. The honest goal: a Lego-clip-in modular robotics kit running the same local-AI brain as the desk. VisionBuilder trains its eyes from photos on my phone.Jetson Orin Nano YOLOv8 Teensy RPLidar Robotics
---
👨👧 THE FAMILY PROJECT
Brainforest — built for my daughter, in review with Apple
2,000+ K-4 lessons with a friendly narrator that reads everything aloud. Themes she picks (unicorns, dinosaurs, space, cats, Bluey), difficulty that climbs as she masters skills and gently drops when she struggles, click-only kid-safe interface. Fully offline, one-time $0.99, no ads, no tracking, no internet needed.iOS Fully Offline Adaptive Learning Kid-Safe
---
🧾 RECEIPTS — DOES LOCAL ACTUALLY WORK?
Same prompt, three engines, one MacBook (ds4-three-way). Local beat the cloud on wall-clock time:
| Engine | Time | Hosted on |
|---|---:|---|
| 🐳 DeepSeek V4 Flash (ds4 local) | 103 s | Apple Silicon GPU |
| ☁️ Cloud Claude (Max plan) | 192 s | Anthropic data center |
| 🟢 Gemma 4 31B (MLX local) | 131 s | Apple Silicon GPU |
---
🛒 THE STORES
Divine Tribe (vaporizer hardware, American-owned since 2013) plus three more stores — 140+ products, 5,000+ units shipped, all automated by the mesh above. Divine Tribe pays the bills; everything else is downstream.
---
🗂️ LAB NOTEBOOK — everything else (click to open: experiments, one-offs, internal builds)
| Project | What it is |
|---|---|
| song-forge | The local AI music engine behind the Song Forge app: ACE-Step + Gemma + seed-vc, fully on-device |
| Parkinson's Vulnerability Predictor | ML on 65,000+ cells, 20-gene signature · 1-min video |
| Family Planner | Skylight-style family dashboard on old tablets: voice, OCR, AI assistant |
| SpeakAnywhere | Whisper-powered voice control for the desktop |
| RealTime Fidget | The photoreal solar system that grew into the RealTime Space app |
| CogVideoX-Mac-Setup | AI video generation on Apple Silicon |
| The Farmstand 3D | WebXR marketplace, live |
| MattPaint | Pixel-perfect MS Paint clone, zero dependencies |
| Heat-N-Clean Glass Oven | Custom temperature-controlled cleaning kiln, CAD included |
| x-cleanup-agent | 395 dormant unfollows in 40 minutes through your own logged-in browser |
| job-search-agent | Daily AI job scoring across 50+ companies |
| dan-aquatic-ecology | A friend's HSU thesis site, built end-to-end in one sitting |
| DisclosureDay | SEO + chatbot site for the UFO film |
| BitcoinPredictor | Real-time BTC dashboard with ML signals (trading systems retired 2026) |
| JaneOS | The free web tutor that grew into Brainforest, still live at jane.nicedreamzwholesale.com |
Internal builds (no public repo): HQ Dashboard (central command: orders, email, shipping, agents), Ohm (the LLM chat agent that bridges the mesh), and an AI customer chatbot trained on the full Divine Tribe lineup.
---
🧰 TECH STACK
!Python
!Swift
!JavaScript
!Apple Silicon
!MLX
!Claude
!CoreML
!Flask
!nginx
!Jetson
Gemma Llama Qwen YOLOv8 SAM 2.1 Whisper Piper TTS WooCommerce EasyPost Cloudflare Tunnel Teensy ESP32 RPLidar
---
🌲 WHY THIS EXISTS
I run Divine Tribe — vaporizer hardware, since 2013. Cinch ships those orders. Everything else is downstream of paying the bills.
Nice Dreamz LLC is the umbrella on top. AirGap AI is the showcase: what a full private-AI build looks like for the kind of firm that can't put its data into a cloud chatbot. It's a capability I maintain, not a product I'm pushing. The three-node mesh is the demo: it's been my daily
…
-
claude-code-local
Run Claude Code 100% on-device with local AI on Apple Silicon. MLX-native Anthropic-API server, 65 tok/s Qwen 3.5 122B, Llama 3.3 70B, Gemma 4 31B. Private, offline, airgap-ready. Built for NDA / legal / healthcare workflows.
Python ★ 3.0k 8d agoExplain → -
NarrateClaude
Hands-free on-device voice loop for macOS: Apple SFSpeechRecognizer + cloned-voice TTS, continuous listening, zero cloud. Originally built to drive claude-code-local.
Swift ★ 45 2mo agoExplain → -
nicedreamzapp
Building AI tools and learning as I go: mobile computer vision, medical ML, business automation. Started with a chicken problem, ended up doing neuroscience research. Still figuring it out.
Swift ★ 28 2d agoExplain → -
browser-agent
Local browser agent: MLX + Chrome DevTools Protocol. Handles cross-origin iframes, Shadow DOM, ProseMirror. Runs on Apple Silicon, no cloud.
Python ★ 25 25d agoExplain → -
claude-screen-to-phone
Control Claude Code from your iPhone via iMessage. Send commands, get back screenshots, screen recordings, and produced videos automatically.
Python ★ 13 3mo agoExplain → -
BitcoinPredictor
Real-time Bitcoin trading platform with AI
TypeScript ★ 9 3mo agoExplain → -
story-forge
Turn a story into a finished film — on your own Mac, no cloud. Story Forge is a local-only generative cinema pipeline: stills, motion, voices, music, grade, and sound, start to finish. Flux · LTX-2 · Piper · ACE-Step · ffmpeg — built for and running 100% on a Mac (M5, 128GB).
Python ★ 8 1m agoExplain → -
RealTimeAICam
Just the largest with 601 objects detection app on a iphone & it's free
Swift ★ 7 2d agoExplain → -
CemaniHomesteadRobot
a solid chassis for objecct detection and possible robot arms
C ★ 5 2mo agoExplain → -
Family-Planner
No description.
Python ★ 4 8d agoExplain → -
SpeakAnywhere
Are you tired of typing are you tired of reading don't you just want your computer to do it for you!
Python ★ 3 3mo agoExplain → -
FiaOS
Open a browser tab. You're now driving your Mac mini. Live remote desktop + real PTY shell (Claude Code, vim, top) + on-device voice. Self-hosted. Apple Silicon native.
Python ★ 2 2mo agoExplain → -
claude-failover
Backup brain for Claude Code. When your Claude Max plan hits its limit or Claude is down, flip one command and your claude -p agents keep running on a local mlx-lm model. Default Claude. Local only when needed.
Shell ★ 2 2mo agoExplain → -
VisionBuilder
No description.
Swift ★ 2 20d agoExplain → -
song-forge
Local AI music generator for Apple Silicon — ACE-Step + Gemma + seed-vc voice swap, all local, no cloud APIs
HTML ★ 2 5d agoExplain → -
nemotron-omni-mlx
Run NVIDIA's tri-modal Nemotron Omni (text+vision+audio) entirely on Apple Silicon — pure MLX runtime, parity-verified against NVIDIA's reference
Python ★ 2 10d agoExplain → -
Heat-N-Clean-Glass-Oven
One of my things im creatin
Python ★ 2 1mo agoExplain → -
CogVideoX-Mac-Setup
CogVideoX-5B video generation on Apple Silicon M4 Pro
Python ★ 2 3mo agoExplain → -
studio-record
macOS screen + facecam recorder with virtual backgrounds and a local HTTP API. Pairs with Claude Code via the API on localhost:17494.
Python ★ 2 3mo agoExplain → -
RealTime-Space
Photoreal real-time solar system explorer for iOS — Three.js + WebGL inside SwiftUI WKWebView, with NASA Blue Marble, real ring systems, IBL, and ACES Filmic tonemapping
JavaScript ★ 1 2d agoExplain → -
x-cleanup-agent
Agent-driven X (Twitter) follow list cleanup using your own logged-in browser. No scraper, no API key, no credentials stored. 395 dormant unfollows in 40 min via Claude Code + AppleScript + Brave.
★ 1 2mo agoExplain → -
job-search-agent
Local-first daily job-scoring agent. Reads YOUR full credentials, scores roles across 50+ companies via Ashby/Greenhouse/Lever, drafts a 200-word pitch for top matches. Runs on your machine, optional cloud LLM fallback.
Python ★ 1 2mo agoExplain → -
job-search-agent-windows
Windows-ready AI job search agent — wake up to AI-scored job matches every morning. Tested on Windows 11.
Python ★ 1 2mo agoExplain → -
DisclosureDay
Disclosure Day the Movie
HTML ★ 1 1mo agoExplain → -
divine-tribe-chatbot
Divine Tribe AI - Hybrid chatbot & email support with shared RAG/CAG intelligence (Claude-powered)
Python ★ 1 25d agoExplain → -
parkinsons-vulnerability-predictor
Machine learning tool to predict dopamine neuron vulnerability in Parkinson's disease. 100% accuracy on 20-gene signature
Python ★ 1 2mo agoExplain → -
apiai-hub
1 click Tools For xcode Building (achieve complex 10 minute tasks in 1 minute now )
Python ★ 1 3mo agoExplain → -
sky-tribe-evtol
Open-source single-seat amphibious electric VTOL (FAA Part 103 ultralight). Lands on water and takes off again. Full CAD, bill of materials, and fact-checked research. Peaceful freedom of movement — never a weapon. CERN-OHL-S / GPL-3.0 / CC-BY-SA.
HTML ★ 0 1d agoExplain → -
JaneOS
Free 1st-grade learning tutor — adaptive, voice-guided, click-only safe. Live at jane.nicedreamzwholesale.com — play it now, no login, no app.
Python ★ 0 8d agoExplain → -
ds4-three-way
Three-way local AI comparison: DeepSeek V4 Flash via ds4 vs Cloud Claude vs Gemma 4 31B — same prompt, three auroras, one MacBook (May 9 2026)
HTML ★ 0 2mo agoExplain → -
dan-aquatic-ecology
HSU Master's Thesis project by Dan Close — aquatic ecology, restoration ecology, scientific diving. Four single-page HTML features. Built with Claude Code.
HTML ★ 0 2mo agoExplain → -
cinch
Shipping dashboard for WooCommerce shops. One page. No clicks. Automated.
HTML ★ 0 2mo agoExplain → -
MattPaint
No description.
JavaScript ★ 0 3mo agoExplain → -
Stickers-You-Love
Site for friend
HTML ★ 0 3mo agoExplain → -
the-farmstand-3d
The Farmstand 3D — an immersive WebXR virtual cannabis marketplace built with A-Frame. Live at marijuanaunion.com/marketplace/
★ 0 3mo agoExplain →
No repos match these filters.