personal-model
Persome is an open-source tool that builds a private, local personal model on macOS from captured activity and provides evidence-linked context to MCP-compatible AI agents like Codex and Claude Code.
It combines an unusually broad range of compression and conversion tools (including HEIC, RAR extraction, font subsetting, and target-size mode) with a strict privacy guarantee (no file uploads), all powered by WebAssembly and WebCodecs, and works offline as a PWA.
Keywords: image compression • pdf compression • video compression • webp • avif • heic • remove exif • font converter • ttf to woff2 • font subsetting • variable font • webassembly • webcodecs • client-side • private • no upload
Compress images, video, audio and PDFs — convert and subset fonts — and strip EXIF, entirely in your browser. No uploads, no ads, no login, nothing stored server-side. Free & open source — files never leave your machine.
Compress Pro is a free, open-source, private-by-design file compressor. It shrinks images, video, audio and PDFs — converts and subsets fonts (TTF/OTF/WOFF/WOFF2), creates and extracts archives (ZIP, 7Z, TAR, tarballs; opens RAR, ISO, CAB, DEB, RPM and more), and strips EXIF metadata — running entirely in the browser via WebAssembly + WebCodecs. Fonts especially benefit from the privacy angle: they are licensed software most EULAs forbid handing to third-party servers.
The whole app is prerendered and served as static assets, so files never leave the machine. Compression runs in Web Workers, so the UI stays responsive. There are no ads, no login and nothing stored server-side — privacy is the product's core promise and its SEO angle. It deploys to Cloudflare Workers for ~$0/month.
@okathira/ghostpdl-wasm): explicit DPI + JPEG-quality control, bicubic downsampling, duplicate-image detection, font subsetting, metadata stripping. 5 preset levels or target size ("fit under 2 MB") via binary search over a quality ladder. Before/after page-1 comparison via pdf.js.Privacy-first file compression in the browser — images, PDF, video, audio & SVG. No uploads, no tracking.
Similar projects matched by category, topics, and programming language.
Persome is an open-source tool that builds a private, local personal model on macOS from captured activity and provides evidence-linked context to MCP-compatible AI agents like Codex and Claude Code.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.