LocalAI logo
AI · self-hosted

LocalAI in one click.

LocalAI is an openai-compatible local ai inference server you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is LocalAI?

Free, open-source OpenAI-compatible API server for running AI models locally, supporting text generation, image generation, embeddings, and speech-to-text without requiring a GPU.

CategoryAI
Default port8803
Container imagelocalai/localai:latest-aio-cpu
Official sitelocalai.io

Run LocalAI in Even

Even Stacks launches LocalAI as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find LocalAI in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8803, and serves it over trusted HTTPS at https://localai.localhost.

Drive LocalAI with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate LocalAI directly, at both the UI level and the container level.

Through the Even MCP an agent can pull a model, call the local endpoint, and wire it into a tool, all on your own hardware. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up LocalAI and get it ready", and the agent handles it end to end.

How agents reach it: Call OpenAI-compatible endpoints on port 8803, e.g. POST `/v1/chat/completions` with a standard OpenAI JSON body. Download models via POST to `/models/apply` with a gallery model name, or place model files directly in the `/models` volume.

More AI services

Other one-click services you can launch in Even Stacks.