What it is

Myko AI is a desktop app that combines a terminal, a code editor, a file explorer, a live web preview, and an AI agent workflow. It runs as a single lightweight installer, currently shipping for Windows.

You can use it as a plain terminal and ignore the AI side entirely, or bring your own API key (any OpenAI-compatible provider) and run agents against your codebase, or point it at a local model server such as LM Studio and stay fully offline.

Who builds it

Myko AI is maintained by mustafa-lil-dev. Contributions, bug reports, and feature requests are welcome on GitHub.

How this site is built

This site is a static HTML, CSS, and vanilla JavaScript build — no framework or build step required, so it can be opened directly or deployed as-is.

HTML5 + CSS variablesStructure & theme
Vanilla JavaScriptInteractivity
Canvas 2DBackground mesh
No build toolingZero dependencies

What it isn't

It isn't a hosted service — there's no account, no backend, and no telemetry.

It isn't a paid product — free and open source.

It isn't a full IDE — if you need a debugger UI or deep refactoring tools, pair it with one.