turbo-fieldfare
TurboFieldfare is a custom Swift and Metal runtime that runs the Gemma 4 26B-A4B instruction-tuned model in about 2 GB of RAM on Apple Silicon Macs, including 8 GB models, by streaming experts from SSD.
它仅用单个 Swift 文件(约 450 KB)实现了真正的无边框浏览体验,无需 Electron,具备原生性能,同时结合了全屏浏览、窗口置顶和自动截图等独特功能。
The browser that isn't there. The window is the webpage — no tabs, no toolbar, no address bar, no chrome at all. Made for clean screenshots, fullscreen YouTube, dashboards, and anything else that deserves the whole window.
A native macOS app in one Swift file, built on WKWebView (the Safari engine). No Electron, no dependencies, ~450 KB built.
./build.sh # → Chromeless.app
open Chromeless.app
Requires the Xcode Command Line Tools (xcode-select --install). Optionally mv Chromeless.app /Applications/.
Everything is a keystroke (also listed on the start page and in the menu bar):
| Keys | Action |
|---|---|
⌘L | Search or enter a URL (floating HUD) |
⌘drag | Move the window from anywhere |
⌃⌘F | Fullscreen (YouTube's own ⛶ button works too) |
⇧⌘S | Snapshot the page as PNG → Desktop |
⌘P | Pin the window above everything |
⌘[ / ⌘] | Back / forward (two-finger swipe also works) |
Esc | Bail out — back to the start page (⌘[ returns) |
⌘= ⌘- ⌘0 | Zoom in / out / reset (pinch works too) |
⇧⌘C | Copy the current URL |
⌘R / ⇧⌘R | Reload / reload ignoring cache |
⌘N / ⌘W | New window / close window |
The traffic-light buttons exist but stay invisible — hover the top-left corner to reveal them. The window remembers its frame and reopens your last page.
Chromeless doubles as a webpage-to-PNG tool:
./Chromeless.app/Contents/MacOS/Chromeless https://example.com --snap shot.png --size 1440x900
./Chromeless.app/Contents/MacOS/Chromeless localhost:3000 --snap dev.png --wait 3
It loads the page, waits for it to settle, writes a Retina PNG, and exits.
~/Library/WebKit/com.chromeless.app/), so YouTube stays signed in.Apple gates WebAuthn in WKWebView behind the restricted com.apple.developer.web-browser.public-key-credential entitlement, and macOS kills ad-hoc builds that claim it without an Apple-issued provisioning profile (verified: instant SIGKILL). Chromeless checks its own signature at runtime:
The browser that isn't there — zero-chrome macOS browser for clean screenshots and fullscreen video. One Swift file.
根据分类、Topic 和编程语言匹配的相似项目。
TurboFieldfare is a custom Swift and Metal runtime that runs the Gemma 4 26B-A4B instruction-tuned model in about 2 GB of RAM on Apple Silicon Macs, including 8 GB models, by streaming experts from SSD.
Yap is a blazing-fast, on-device macOS voice dictation app that transcribes speech into any text field via a global shortcut, using Apple's macOS 26 Speech APIs with no network calls or model downloads.

App Monitor is a local-first macOS utility that provides a native SwiftUI dashboard for tracking application usage, storage, cleanup opportunities, update status, and uninstall impact.