Skip to main content

Run AI Agents Locally
Connect Anywhere

Device-first with mimOE, Go beyond local with mimik Continuum

curl -L https://raw.githubusercontent.com/mimik-mimOE/mimOE-SE/main/install-mimOE-ai.sh | bash

Get Started in Minutes

After provisioning a model, run inference with a single API call.

Simple Inference API
curl -X POST http://localhost:8083/mimik-ai/openai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer 1234" \
-d '{
"model": "smollm2-360m",
"messages": [{"role": "user", "content": "Complete this sentence: AI is like a"}]
}'

Documentation

AI Foundation

Run AI models on-device

Upload models, run inference, and build AI-powered applications using the OpenAI-compatible API.

  • Model upload and management
  • Chat completions and embeddings
  • Example applications
AI Foundation Docs

Mesh Foundation

Discover and connect nodes

Enable nodes to find each other and communicate across local and wide-area networks.

  • Link-local and cross-network discovery
  • Direct node-to-node communication
  • AI Mesh example
Mesh Foundation Docs

Platform

Build distributed AI agents

Create mims (microservices and AI agents) with custom logic and cross-node communication.

  • JavaScript & WASM runtimes
  • Serverless on-device execution
  • Go beyond local with Continuum
Platform Docs

Go Beyond Local

Connect mimOE instances across networks with mimik Continuum cloud services.

Fleet Management

Deploy, update, and monitor mimOE instances across networks from a central dashboard.

Continuum Identity

Federate local device identities with cloud identity providers for seamless authentication.

Fleet Observability

Metrics, logging, and tracing across your distributed AI agent fleet.