{"slug": "the-repo-list-every-repo-from-my-series-kept-updated", "title": "The Repo List — every repo from my series, kept updated", "summary": "A developer maintains a curated list of repositories from a series, updated with the newest first. Featured projects include Quill, a macOS app that records and transcribes audio locally, and Parrot, a local voice-to-text tool, both by the same developer. Cloudflare's Computer project provides a persistent filesystem for AI agents, and Cloudflare OS is an open-sourced agent workspace used by thousands of employees.", "body_md": "Every repo from my series, newest first. I keep this same link updated — save it.\n\nFollow me on Instagram for the next one: [@angelotrifanoff.ai](https://www.instagram.com/angelotrifanoff.ai/)\n\n[https://github.com/digimata/quill](https://github.com/digimata/quill)\n\n```\ngit clone https://github.com/digimata/quill.git\ncd quill\nswift build -c release\nsudo cp .build/release/quill /usr/local/bin/quill\n```\n\nClick the feather in your menu bar to record, click stop and it transcribes right on your Mac. It records your mic and the system audio as two separate tracks, so the transcript already knows who said what — you vs them — with no speaker-detection model. No account, no upload, no bot joining your call. Everything lands in `~/Recordings/`\n\n— both audio tracks plus a transcript you can read or hand straight to Claude. Same developer as Parrot below.\n\nHeads up: you build it from source (no installer yet), it needs macOS 15+ (Apple Silicon recommended), and the first transcription downloads the models (~600 MB) once. If the menu bar icon disappears it's still recording.\n\n[https://github.com/cloudflare/computer](https://github.com/cloudflare/computer)\n\nYour agent writes some files, the session ends, and they're gone. This gives it a filesystem that actually survives — the files live in a database, so the agent can go to sleep and everything's still sitting there when it wakes up.\n\nThree ways to run code against those same files: a full Linux container when it needs real programs, a shell that runs with no container at all, or plain JavaScript. Cloudflare says a container is only needed for under 10% of the work.\n\nHeads up: this is preview only, not for production. The APIs are unstable and Cloudflare says so themselves. Read it to see where agents are going, don't build on it yet.\n\nBlog: [https://blog.cloudflare.com/cloudflare-computer/](https://blog.cloudflare.com/cloudflare-computer/)\n\n[https://github.com/digimata/parrot](https://github.com/digimata/parrot)\n\n```\ncurl -fsSL https://digimata.github.io/parrot/install.sh | sh\nparrot setup\n```\n\nHold the fn key, talk, let go — the text types itself in at your cursor. Runs small AI models locally on the Neural Engine, so your voice never leaves your Mac. No cloud, no account, no subscription. Menu bar app, single Swift binary, macOS 14+ on Apple Silicon.\n\nHeads up: builds are unsigned right now, and if the menu bar icon disappears it's still running.\n\n[https://github.com/cloudflare/cloudflare-os](https://github.com/cloudflare/cloudflare-os)\n\n```\ngit clone https://github.com/cloudflare/cloudflare-os.git\ncd cloudflare-os\npnpm run-local\n```\n\nThen open [http://localhost:8787](http://localhost:8787) — the whole stack runs on your machine.\n\nThe agent workspace thousands of Cloudflare employees (not just engineers) use daily — agent chat preloaded with company context, sandboxed \"gadget\" app building, and a security layer (Gatekeepers) so non-technical people can't break anything. Apache 2.0, open-sourced during Agent Week (Aug 2026).\n\n- Starter/deploy guide:\n[https://github.com/cloudflare/cloudflare-os-starter](https://github.com/cloudflare/cloudflare-os-starter) - Announcement:\n[https://blog.cloudflare.com/cloudflare-os/](https://blog.cloudflare.com/cloudflare-os/)", "url": "https://wpnews.pro/news/the-repo-list-every-repo-from-my-series-kept-updated", "canonical_source": "https://gist.github.com/angelo-swe/3fdfdc4fee07d1f16c2a362b0b40c076", "published_at": "2026-08-07 23:37:53+00:00", "updated_at": "2026-08-11 07:38:45.769921+00:00", "lang": "en", "topics": ["developer-tools", "ai-agents", "ai-products", "natural-language-processing", "ai-infrastructure"], "entities": ["Cloudflare", "Quill", "Parrot", "Cloudflare OS", "Cloudflare Computer", "digimata", "Angel Trifonov"], "alternates": {"html": "https://wpnews.pro/news/the-repo-list-every-repo-from-my-series-kept-updated", "markdown": "https://wpnews.pro/news/the-repo-list-every-repo-from-my-series-kept-updated.md", "text": "https://wpnews.pro/news/the-repo-list-every-repo-from-my-series-kept-updated.txt", "jsonld": "https://wpnews.pro/news/the-repo-list-every-repo-from-my-series-kept-updated.jsonld"}}