Skip to main content

Operationalize Agentix-Native Systems That Autonomously Discover, Collaborate and Execute Across All Form Factors

Device-First Continuum AI and Compute with mimOE,
Local-First and Beyond

Devices, vehicles, robots, and cloud nodes connected on the mimOE mesh

mimOE: The Agentix-Native Operating Engine on All Form Factors

curl -L https://raw.githubusercontent.com/mimik-mimOE/mimOE-SE/main/scripts/install-mimOE-ai-v3.22.x.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.

mim Management

Deploy, update, and manage your mims across devices and networks from a central dashboard.

Account Discovery

Link your devices to unlock cross-network discovery, so your mims can reach each other from anywhere.

mim Observability

Metrics, logging, and tracing across your distributed mims and AI agents.