Introduction
Malibu turns any Apple Silicon Mac into a remote-addressable, OpenAI-compatible AI inference endpoint.
I'm a provider
Download the app, pick a model, start serving.
I'm a buyer
Get an API key, hit the OpenAI-compatible endpoint.
(prompt, output, model, provider). Verifiable inference, without a datacenter.
Architecture
wss://coordinator.malibu.tech/ws/provider — no port-forwarding, no static IP, no reverse proxy. Buyers hit https://api.malibu.tech/v1/* and get OpenAI wire-shape responses. Every response also carries an X-Malibu-Receipt header signed with the provider’s Ed25519 receipt key.
For providers
Any Apple Silicon Mac (M1 or newer, macOS 14+) can serve. The Malibu app handles onboarding: pick a model matched to your Mac’s memory tier, sign in, start earning. Every request served produces credits; credits settle weekly in USDC on Base.For buyers
Point any OpenAI SDK client athttps://api.malibu.tech/v1 with your Malibu API key. Full OpenAI wire-shape surface: streaming, multi-turn tool calling, JSON-schema structured output, sticky conversations with prefix-cache reuse. Every response carries a signed receipt.