LocalZero is an experimental, v0-like app builder for development with local agents. It is very early in development and should be treated as a prototype, not a finished product.
The app gives you a local workspace where you can describe what you want to build, pick an Ollama model, and let a local agent scaffold and edit projects on your machine.
- Node.js
- npm
- Ollama running locally
- At least one local Ollama model installed
Install dependencies:
npm installStart LocalZero:
npm run devOpen the local URL shown in your terminal. The app will use the local Ollama server and store generated projects under:
~/.localzero/projectsYou can override that location with PROJECTS_DIR.
Contributions are welcome! Please open an issue or submit a pull request.
MIT License. See LICENSE for details.
