Tag
AiOS San Francisco is an in-person meetup for AI and Apple platform enthusiasts, featuring talks and demos from Wendy Labs and MiniMax on Swift-powered AI, robots, embedded devices, and the MiniMax H3 video-generation model running locally on a Mac.
findphone is a command-line utility for macOS that locates nearby Bluetooth devices by signal strength, useful when Find My is unavailable (e.g., under MDM). It offers survey and hunt modes, optional sound feedback, and privacy features like address redaction.
Boris Cherny, head of Claude Code at Anthropic, discusses an experiment where he directed Claude Tag to rewrite the Claude desktop app in Swift using a Mac VM and pixel-by-pixel comparison, with the task still running after two weeks. John Gruber critiques the approach as fixing technical issues but not the app's fundamental design problems.
TurboFieldfare is an open-source Swift+Metal runtime that runs the Gemma 4 26B-A4B model on Apple Silicon Macs using only ~2GB of RAM by streaming experts from SSD, enabling inference on 8GB machines.
JusTTY is a simple native macOS terminal built with Swift and libghostty.
Yap is an open-source macOS app for blazing-fast on-device voice dictation using Apple's Speech framework, requiring no model download, API key, or internet connection.
The author describes implementing TurboQuant KV-cache compression into Apple's mlx-swift-lm, achieving 2.7x compression with quality on par with 8-bit, and 3-4x decode speed improvements via a fused Metal kernel.
An article arguing that AI tools eliminating the difficulty of writing native iOS code have removed the last major moat in software, making mobile app development wide open after being neglected in favor of web apps.
在自定义Rust内核和Swift调度逻辑的优化下,Qwen3.6-35b-A3B模型的预填速度在2k提示下从255 tok/s提升到1058 tok/s,实现了约4倍的加速,解码和困惑度未受影响。
Katalyst Space Technologies launched its Link satellite on a Pegasus XL rocket to rescue NASA's Swift observatory from falling out of orbit, marking the first mission of its kind.
Swarm is a Swift framework for building agentic workflows and multi-agent systems, with type-safe tool calling, durable checkpointing, and support for multiple LLM providers.
FoundationModelsKit 2.0.0 is released as a standalone Swift package with runtime checks, schema helpers, token counts, conversation history, and built-in tools for building apps and CLIs with Apple's Foundation Models framework.
Apple has open-sourced its official container tool Container on GitHub, rewritten in Swift and optimized for Apple Silicon. It is lighter and faster than Docker Desktop, supports direct installation and is compatible with Docker commands.
A developer created SwiftII, a Swift-flavored mini development environment for the Apple II, including a REPL, file browser, and text editor, bringing a taste of modern programming to vintage hardware.
The Swift Package Index, a community-maintained directory of Swift packages, is joining Apple, marking a significant move for the Swift developer ecosystem.
Treedocs is a Swift CLI tool that generates a documented tree view of a repository and automatically checks for stale documentation entries, helping teams keep docs up to date.
Apple has begun integrating Swift into the kernel via a new effort called KernelKit, with an Embedded Swift runtime appearing in macOS and iOS, marking a step toward memory-safe kernel extensions.
A blog post from Minimal detailing how they built a file format conversion engine using an Intermediate Representation to manage complexity linearly, drawing parallels to biological bow-tie architectures.
Brent Simmons reports on the NetNewsWire RSS reader's progress over the past year, highlighting modernization, bug fixes, and performance improvements, with a focus on foundational work before adding new features.
Apple migrated the TrueType hinting interpreter from C to Swift, achieving memory safety and a 13% performance improvement. The source code has been open-sourced.