2 min readfrom Machine Learning

Running Whisper, Qwen3-ASR, Nemotron & MOSS completely offline on iPhone [P]

Our take

LiveTranscriber, a new open-source iOS app, demonstrates the transformative potential of on-device AI. This project successfully runs advanced speech and language models—Whisper, Qwen3-ASR, Nemotron, and MOSS—entirely offline on iPhone. Key features include real-time, multi-speaker transcription, on-device summarization, and Apple Watch integration. Addressing significant engineering hurdles in memory management and latency, LiveTranscriber offers a practical solution for users seeking powerful, private speech processing. Explore the project's capabilities and contribute to its development on GitHub.

The emergence of LiveTranscriber, an open-source iOS app enabling fully offline operation of sophisticated speech and language models, represents a significant shift in the accessibility and utility of AI-powered transcription. For years, on-device AI has felt like a promise perpetually just out of reach, often hampered by limitations in processing power and memory. This project, however, demonstrates that recent advancements in open-source models—Whisper, Qwen3-ASR, and others—are reaching a point of practicality for mobile devices. It’s particularly interesting given recent developments like Apple’s overhaul of Siri [Apple finally fixed Siri. So why does it feel anticlimactic?]—while offering improvements, it still relies heavily on cloud processing, highlighting a different approach to on-device AI. The fact that a single developer has achieved this level of functionality underscores the democratization of AI and its potential to empower individuals and smaller teams without needing vast computational resources.

The sheer breadth of models supported within LiveTranscriber—from offline transcription with Whisper to multilingual speech recognition with Qwen3-ASR and even low-latency live transcription using NVIDIA Nemotron Streaming—is impressive. The inclusion of multi-speaker transcription via MOSS and local summarization with Qwen3 further expands its capabilities, moving beyond simple transcription to offer real-time analysis and contextual understanding. This isn't just about transcribing words; it's about unlocking insights from audio data, all while maintaining complete privacy and independence from internet connectivity. Considering the increasing use of AI tools in professional settings, as evidenced by Congress's adoption of ChatGPT [Congress’s favorite AI tool? ChatGPT], the ability to perform these tasks locally and securely is a compelling advantage. The developer’s acknowledgement of the engineering challenges—memory management, latency, model loading—is also important. It signals a realistic understanding of the complexities involved and provides valuable insights for others working in the space.

The open-source nature of LiveTranscriber is perhaps its most valuable contribution. By sharing the codebase, the developer fosters collaboration and accelerates innovation within the on-device AI community. It provides a tangible example of what's possible and encourages others to explore similar solutions. The inclusion of features like Apple Watch recording with automatic sync and downloadable/switchable models further enhances the user experience and demonstrates a commitment to usability. The call for feedback from those working on ASR, local LLMs, and mobile inference indicates a desire to build a community around this project and refine it based on real-world usage. This contrasts sharply with the proprietary nature of many AI tools, where access and customization are often limited.

Ultimately, LiveTranscriber’s success hinges on its continued development and adoption. The project’s ability to address battery usage and optimize performance across a range of iPhone models will be critical for widespread appeal. It’s also worth watching how the developer manages the ever-evolving landscape of open-source models, ensuring compatibility and incorporating new advancements. The rise of truly capable on-device AI, as exemplified by this project, suggests a future where powerful tools are accessible to everyone, regardless of internet connectivity or computational resources – a future where privacy and control are prioritized alongside functionality. Will we see similar breakthroughs for other complex AI tasks, like image generation or code completion, running entirely offline on mobile devices in the near future?

Over the past month, I've been building LiveTranscriber, an open-source iOS app for running modern speech and language models entirely on-device.

The goal was to see whether recent open-source models could be turned into a practical mobile product—not just technical demos.

Currently supported local models include:

- Whisper for offline transcription

- Qwen3-ASR for multilingual speech recognition

- NVIDIA Nemotron Streaming for low-latency live transcription

- MOSS Multi-Speaker for speaker-aware transcription

- Qwen3 for local summaries, key points, titles, and transcript analysis

Features include:

- 100% offline speech recognition

- Offline multi-speaker transcription

- On-device summaries and key-point extraction

- Real-time translation

- Apple Watch recording with automatic sync

- Downloadable and switchable local models

- Searchable transcript history

The main engineering challenge was not simply running the models, but making them usable on iPhone: memory management, streaming latency, model loading, context handling, battery usage, and switching between different inference backends.

The project is fully open source:

GitHub:

https://github.com/iamwilliamli/LiveTranscriber

App Store:

https://apps.apple.com/us/app/live-transcriber-recorder/id6785515364

I'd appreciate feedback from anyone working on ASR, local LLMs, on-device AI, Core ML, or mobile inference.

submitted by /u/marshmallow_ki
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article