Skip to content

nacosof/VoidScribe-Code

Repository files navigation

VoidScribe Code

VoidScribe Code

License: MIT Status: WIP

Free open-source desktop IDE with support for LLM API integration.

Work in progress. No .exe / .dmg installers yet — run from source.

Русская версия


What you get

  • File explorer and multi-tab editor
  • Integrated terminal
  • Two window layouts: full IDE or chat-focused
  • Chat — talk to a model (no file tools)
  • Agent — can edit the project, run commands, use MCP tools
  • AI works only after you add a provider and API key (or a local server) in Settings → Add agent

AI providers

Provider Type Notes
OpenAI Cloud API key
Anthropic Cloud API key
OpenRouter Cloud API key
Mistral Cloud API key
Groq Cloud API key
Cerebras Cloud API key
Gemini Cloud API key
GenAPI Cloud API key
OpenAI Compatible Custom endpoint Base URL + API key
Ollama Local Default: http://127.0.0.1:11434/v1
LM Studio Local Default: http://127.0.0.1:1234/v1

Not every provider and model has been fully tested. If something does not work, we will fix it as the project develops.


Run from source

Requirements: Node.js 18+, npm, Git. On macOS: xcode-select --install

git clone https://github.com/nacosof/VoidScribe-Code.git
cd VoidScribe-Code
npm install
npx electron install
npm run dev
npm run build
npm run preview

Documentation


Issues and pull requests are welcome.

About

VoidScribe Code Open-source desktop IDE. Connect your API to use AI chat and coding agent.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors