Skip to content

adrianmikula/OfflineAICoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline Agentic Coding AI — Git-Native, Multi-Project, Zero Hardcoding

Fully local, distributed, memory-augmented, autonomous coding team
Designer → Coder → Tester → Reviewer crew with per-project memory and code navigation.

Features

  • 100% offline after setup
  • No hardcoded IPs, ports, or passwords — all in .env
  • True multi-project with isolated Neo4j + Qdrant
  • Smart model auto-selection (cached)
  • Git-based — git pull updates everything
  • One-command project creation from template

Setup (once per machine)

# 1. Clone & configure
git clone https://github.com/yourname/offline-coding-ai.git ~/offline-coding-ai
cd ~/offline-coding-ai
cp .env.example .env
nano .env                  # Edit IPs, passwords, models
nano config/servers.yaml   # Add your nodes

# 2. Install
./setup.sh

# 3. Create project
./src/create-project.sh dashboard

# 4. Run
./src/run-project.sh

Windows Setup

# 1. Open PowerShell as Admin
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

# 2. Run
git clone https://github.com/yourname/offline-coding-ai.git $env:USERPROFILE\offline-coding-ai
cd $env:USERPROFILE\offline-coding-ai
.\setup.ps1

# 3. Create & run
.\src\create-project.ps1 hello
@'
{"description": "Hello World FastAPI + HTMX page with dark mode"}
'@ | Out-File -Encoding utf8 projects\hello\tasks.json
.\src\run-project.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published