Analysis updated 2026-05-18
Run a local AI chat assistant with Ollama that can search the web, create files in a workspace, and run commands on your machine without any cloud API.
Generate images through ComfyUI from inside a chat conversation using the bundled Flux or Ideogram workflow presets.
Give an AI agent permission to read and write files in a workspace folder and ask it to create, edit, or summarize documents for you.
| crazydashtool/local-agent-studio | amazingsyp/pokemon-ontology | binglehaepi/workingtable | |
|---|---|---|---|
| Stars | 21 | 21 | 21 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | hard | easy | easy |
| Complexity | 3/5 | 3/5 | 1/5 |
| Audience | vibe coder | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 20+, Ollama running locally, and optionally ComfyUI for image generation and Docker for SearXNG.
Local Agent Studio is a desktop application for Windows, Linux, and macOS that gives you a ChatGPT-style chat interface connected to your own locally running AI tools, without sending conversations to any external service. It is built with Electron, which packages web-based apps as desktop software, and uses React for the interface. The main use case is chatting with Ollama, a popular tool for running AI language models on your own computer. On top of basic chat, the app adds a set of built-in tools your AI can use during a conversation: web search through either a self-hosted search service or external APIs, image generation through ComfyUI, the ability to read and write files in a workspace folder, creating small local databases from structured data, and running sandbox commands on your system. You control which tools the AI can access through a permission system, so you can disable file access or terminal commands if you prefer. Each tool step the AI takes during a response is shown in a timeline so you can see exactly what it did. The app also supports MCP servers, an open standard for connecting additional tools to AI agents. Additional features include multimodal attachments (images, audio, video, and files), a reasoning panel for models that expose their thinking process, conversation memory that persists between sessions, a plugin marketplace with official and community plugins, project templates for different work styles, and support for remote providers like RunPod and LAN-hosted services alongside local ones. The interface is available in English, Russian, Ukrainian, German, and Polish. Building from source requires Node.js 20 or later. You will need Ollama running locally to use local model chat, ComfyUI is optional and needed only for image generation. The project does not specify a license in the README.
A local-first Electron desktop app that wraps Ollama local AI models in a ChatGPT-style interface and gives the AI tools for web search, file management, image generation via ComfyUI, and sandbox commands.
Mainly JavaScript. The stack also includes JavaScript, Electron, React.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.