Releases & registry
Downloads & Docker Registry
Downloads
Installers and packages for getting IntelliAsk running. Downloads stream through our own proxy, so the storage bucket is never exposed.
IntelliAsk Setup
IntelliAsk control-plane setup bundle — the intelliask binary plus the operator config/ tree. Unzip on a Linux host and run ./intelliask/intelliask to provision the stack.
linux/amd64 · 2.68 MiB · Updated Aug 5, 2026
Codeapi Packages
Code Interpreter sandbox runtime packages — offline Python, Node.js, Bun, and Bash toolchains plus their preinstalled libraries. Unzip into the Code Interpreter data/pkgs directory.
linux/x64 · 1.28 GiB · Updated Jul 31, 2026
Codeapi Package Builder Kit
Code Interpreter Package Builder Kit — a self-contained tool to build your own offline Python, Node.js, Bun, and Bash runtime bundle for the Code Interpreter sandbox. Unzip, edit config.env + the manifests, then run ./build-packages.sh (Docker required).
14.34 KiB · Updated Aug 6, 2026
Docker images
Pull images directly from the IntelliAsk container registry at registry.intelliask.mt.
| Image / Component | Latest tag | Updated | Size | Actions |
|---|---|---|---|---|
| Application2 | ||||
IntelliAskThe main chat application and API — the IntelliAsk core. intelliask.compose.ymlDocsChangelog | ||||
intelliask registry.intelliask.mt/intelliask/intelliask | v0.8.7 | |||
IntelliAppsInteractive HTML Apps service — turns prompts and spreadsheets into persistent, publishable, interactive data apps that Agents build via the native intelliapps MCP server. intelliapps.compose.ymlDocsChangelog | ||||
intelliapps registry.intelliask.mt/intelliapps/intelliapps | latest | |||
| Code Interpreter1 | ||||
Code Interpreter (codeapi)6 servicesRuns the Run Code feature in hardened sandboxes. Six services (api, service-worker, sandbox-runner, egress-gateway, tool-call-server, file-server) versioned together. codeapi.compose.ymlDocsChangelog | ||||
codeapi-api registry.intelliask.mt/codeapi/codeapi-api | 1 | |||
codeapi-worker registry.intelliask.mt/codeapi/codeapi-worker | 1 | |||
codeapi-file-server registry.intelliask.mt/codeapi/codeapi-file-server | 1 | |||
codeapi-tool-call-server registry.intelliask.mt/codeapi/codeapi-tool-call-server | 1 | |||
codeapi-egress-gateway registry.intelliask.mt/codeapi/codeapi-egress-gateway | 1 | |||
codeapi-sandbox-runner registry.intelliask.mt/codeapi/codeapi-sandbox-runner | 1 | |||
| Data & Search4 | ||||
mongo registry.intelliask.mt/mongodb/mongo | 8.0.17 | |||
MeiliSearchFull-text search index powering conversation and message search. meilisearch.compose.ymlDocsChangelogUpstream | ||||
meilisearch registry.intelliask.mt/meilisearch/meilisearch | v1.40.0 | |||
rag-api registry.intelliask.mt/ragapi/rag-api | v0.8.0 | |||
Vector DB (pgvector)Postgres + pgvector store for RAG embeddings. rag.compose.ymlDocsChangelogUpstream | ||||
pgvector registry.intelliask.mt/vectordb/pgvector | 0.8.0-pg16 | |||
| Infrastructure3 | ||||
redis registry.intelliask.mt/redis/redis | 7-alpine | |||
Garage (S3)Lightweight self-hosted S3-compatible object store for generated files. codeapi.compose.ymlDocsChangelogUpstream | ||||
garage registry.intelliask.mt/garage/garage | v1.0.1 | |||
Reverse Proxy (Caddy)Optional TLS-terminating reverse proxy in front of the app. proxy.compose.ymlDocsChangelogUpstream | ||||
caddy registry.intelliask.mt/proxy/caddy | 2.8-alpine | |||
| Observability1 | ||||
Prometheus ExporterScrapes MongoDB and exposes usage metrics for Prometheus. exporter.compose.ymlDocsChangelog | ||||
exporter registry.intelliask.mt/exporter/exporter | 2.5.0 | |||
The main chat application and API — the IntelliAsk core.
Interactive HTML Apps service — turns prompts and spreadsheets into persistent, publishable, interactive data apps that Agents build via the native intelliapps MCP server.
Runs the Run Code feature in hardened sandboxes. Six services (api, service-worker, sandbox-runner, egress-gateway, tool-call-server, file-server) versioned together.
Primary database — users, conversations, agents, and app state.
Full-text search index powering conversation and message search.
Postgres + pgvector store for RAG embeddings.
Lightweight self-hosted S3-compatible object store for generated files.
Optional TLS-terminating reverse proxy in front of the app.
Scrapes MongoDB and exposes usage metrics for Prometheus.