git404hub

what is devai fr?

riadh35/devai — explained in plain English

Analysis updated 2026-05-18

1Audience · developerComplexity · 3/5Setup · moderate

tl;dr

A 100% local AI dev assistant for Windows that chats and takes actions on your files using Ollama models, with no cloud service involved.

vibe map

mindmap
  root((DevAI))
    What it does
      Local chat with Ollama models
      Agent reads and writes files
      Runs commands and browses web
      Remembers project over time
    Tech stack
      Ollama
      Windows app
      Local web UI
    Use cases
      Code privately with no cloud
      Automate file edits with review
      Use ready-made developer prompts
    Audience
      Developers needing privacy
      Offline or regulated environments
    Safety
      Confirm mode before risky actions
      File backups before edits

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Chat with locally installed AI models without sending any code to the cloud.

VIBE 2

Let an AI agent read, edit, and run commands on your project files with your approval.

VIBE 3

Use a library of ready-made developer prompts for coding, debugging, and documentation tasks.

what's the stack?

OllamaPythonWebSocket

how it stacks up fr

riadh35/devai0xkinno/neuralvault0xlocker/d17-contracts
Stars111
LanguageTypeScriptSolidity
Setup difficultymoderatehardhard
Complexity3/54/55/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires installing Ollama and downloading at least one local model first.

in plain english

DevAI is a desktop AI assistant for developers that runs entirely on your own Windows computer, with no cloud service involved at any point. It combines a chat interface with local models served by Ollama, an agent that can actually take actions like reading and writing files, running commands, and browsing the web, plus a memory system and a library of ready made prompts. Because everything happens locally, your code, conversations, and data never leave your machine, which the project positions as a fit for sensitive code, offline work, or situations where sending data to a third party service is not allowed. The agent follows a reasoning loop and can call a set of tools such as file editing, command execution, web search, code analysis, and reading PDF or CSV files. It offers three levels of autonomy: read only mode where it takes no actions, a mode where it proposes actions for you to review, and a mode requiring your confirmation before every risky step. Before the agent modifies any file, it saves a backup copy so changes can be undone from a dedicated screen. The project also includes dozens of pre-written prompts organized by category, such as coding, debugging, testing, and documentation, which can be inserted into the chat with one click, and users can save their own custom prompts too. DevAI keeps a memory of each project across sessions, building up facts, conventions, and known pitfalls it learns over time, though any new lesson is only added after the user approves it, never silently. It automatically routes different kinds of tasks to whichever installed Ollama model suits them best, for example a coding focused model for programming questions and a faster model for simple ones. A diagnostics tab shows the health of the backend, Ollama, and other components, along with token usage broken down by day and by model. Installing DevAI means first installing Ollama and pulling at least one model, then downloading either a standard installer or a portable version of DevAI itself, which opens as a local web page in your browser. The tool needs no separate Python installation, is small at around 130 megabytes, and runs on either CPU or GPU, though a GPU speeds things up. It requires Windows 10 or 11 and an internet connection only during the initial Ollama and model download.

prompts (copy fr)

prompt 1
Help me install Ollama and pull the recommended coding model for DevAI.
prompt 2
Walk me through setting DevAI's autonomy mode to Confirm so it asks before editing files.
prompt 3
Explain how DevAI's memory system learns project conventions across sessions.
prompt 4
Show me how to use DevAI's prompt library to start a code review task.

Frequently asked questions

what is devai fr?

A 100% local AI dev assistant for Windows that chats and takes actions on your files using Ollama models, with no cloud service involved.

How hard is devai to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is devai for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.