whatisgithub

What is repomind-v3?

srkrz23/repomind-v3 — explained in plain English

Analysis updated 2026-05-18

1HTMLAudience · ops devopsComplexity · 5/5Setup · hard

In one sentence

An on-premises AI coding assistant built for regulated companies, running only on AMD hardware and open-weight models instead of cloud AI APIs.

Mindmap

mindmap
  root((repomind-v3))
    What it does
      On prem coding assistant
      Routes queries by size
      CUDA to ROCm migration
    Tech stack
      AMD MI300X
      vLLM
      Docker
      Gemma and Qwen3
    Use cases
      Analyze a codebase privately
      Migrate CUDA code to ROCm
      Run fully air gapped
    Audience
      Regulated enterprises
      Platform engineers

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 build with it?

USE CASE 1

Run a private coding assistant that never sends code to an outside cloud service.

USE CASE 2

Convert CUDA code into ROCm code for AMD GPUs with an applyable diff.

USE CASE 3

Operate fully air gapped with all queries forced onto local AMD hardware.

USE CASE 4

Try the agent loop offline with a mock model, no GPU or API keys needed.

What is it built with?

PythonDockervLLMAMD ROCmGemmaQwen3-Coder

How does it compare?

srkrz23/repomind-v3abhas9/escape-runabhishek-kumar09/mern-live-js-june-2021
Stars111
LanguageHTMLHTMLHTML
Last pushed2021-09-13
MaintenanceDormant
Setup difficultyhardeasymoderate
Complexity5/52/52/5
Audienceops devopsgeneraldeveloper

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

How do you get it running?

Difficulty · hard Time to first run · 1h+

Full deployment needs Docker plus either a Fireworks API key or an AMD MI300X GPU, an offline mock mode needs neither.

The README excerpt does not state license terms.

So what is it?

REPOMIND v3 is an on premises coding assistant meant for companies that cannot send their code to an outside cloud AI service, such as regulated banks or firms with strict data policies. Instead of calling a service like OpenAI or Anthropic, it runs entirely on AMD hardware, using open weight models such as Gemma, GLM, and Qwen3 Coder, either through AMD Developer Cloud, AMD hosted Fireworks AI, or fully on premises on an AMD Instinct MI300X GPU. The system routes questions based on size. Shorter questions, under about 8,000 tokens, go to a smaller Gemma model for a quick first answer. Larger questions get a two step process: Gemma first looks at a short summary of the codebase's files and picks out which ones are actually relevant, then a bigger model reasons deeply over just those selected files instead of the whole codebase, which the README says reduces wasted computing time. There is also an air gapped mode that forces every query to stay on the local AMD hardware and blocks any outside connection entirely, intended for the strictest compliance settings. Beyond answering questions about a codebase, it includes a tool that converts CUDA code, the kind written for NVIDIA GPUs, into ROCm code that runs on AMD GPUs, using a set of mapping rules for memory, streams, events, and kernel launches, and it outputs the change as a diff you can apply directly. It also keeps a tamper evident audit log using cryptographic signing and hash chaining, and supports an API key requirement for its endpoints. To try it, you clone the repository, copy an example environment file and add a Fireworks API key if you have one, then run it with Docker Compose. There is also an offline demo mode that runs the whole agent loop against a mock model with no GPU and no API keys required, useful for trying the interface without any cloud account. This is described as version 3 of the project, building on an earlier version that was benchmarked directly on AMD MI300X hardware.

Copy-paste prompts

Prompt 1
Show me how to run the offline demo mode with make demo-offline.
Prompt 2
Explain how the Gemma triage step decides which files to send to the deep model.
Prompt 3
Walk me through setting AIR_GAP=1 to force fully on premises operation.
Prompt 4
Help me understand the CUDA to ROCm migration rules used in this project.

Frequently asked questions

What is repomind-v3?

An on-premises AI coding assistant built for regulated companies, running only on AMD hardware and open-weight models instead of cloud AI APIs.

What language is repomind-v3 written in?

Mainly HTML. The stack also includes Python, Docker, vLLM.

What license does repomind-v3 use?

The README excerpt does not state license terms.

How hard is repomind-v3 to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is repomind-v3 for?

Mainly ops devops.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.