Purpose-built AI that runs entirely on-device.
No bills, no lag, no leaks.
// --- Example SDK usage ---
import Edgy
@main
struct App {
static func main() async throws {
// Load the model on-device (no runtime setup needed)
let model = try Edgy.load("chat@1.0.3")
// Familiar API, just like calling a cloud AI service
let response = try await model.chat("Hello! How are you today?")
print(response.text) // Hello! I'm doing well, thanks for asking. How can I help?
}
}
Everything you need to ship AI-powered apps that work offline.
See why developers are making the switch to on-device AI