All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Edge-Veda: On-Device AI SDK for Flutter with LLM Inference, Vision, and Speech Processing

By

rish2497

3mo ago· 18 min readenCode

Summary

Edge-Veda is an on-device AI SDK for Flutter that enables local AI inference without cloud dependencies. It supports multiple AI capabilities including LLM inference, vision processing, speech-to-text, text-to-speech, image generation, embeddings, RAG (Retrieval-Augmented Generation), and function calling. The SDK leverages Metal GPU acceleration on iOS/macOS devices and is designed to run sustainably on real phones under real constraints. Currently iOS-only with Android support planned, it offers a managed runtime with approximately 22,700 lines of code, 40 C API functions, and 32 Dart SDK files.

Key quotes

· 5 pulled
A managed on-device AI runtime for Flutter — text, vision, speech-to-text, text-to-speech, image generation, and RAG running sustainably on real phones under real constraints.
Private by default.
iOS only (iPhone, Metal GPU). Android support is on the roadmap.
~22,700 LOC | 40 C API functions | 32 Dart SDK files | 0 cloud dependencies
Asking questions about a medical report — RAG retrieval + LLM generation, entirely on-device
Snippet from the RSS feed
On-device AI SDK for Flutter — LLM inference, vision, STT, TTS, image generation, embeddings, RAG, and function calling. Metal GPU on iOS/macOS. - ramanujammv1988/edge-veda

You might also wanna read