Skip to content

Latest commit

History

History
61 lines (44 loc) 路 1.62 KB

File metadata and controls

61 lines (44 loc) 路 1.62 KB

coderunner-ui

Video Edit Code Runner

coderunner-ui is a local鈥慺irst AI workspace that lets you:

  • Chat with local or remote LLMs
  • Run generated code inside a fully isolated Apple Container VM
  • Browse the web and automate tasks via a built鈥慽n headless browser (Playwright) All without sending your data to the cloud.

Privacy by design. No remote code execution. Your machine, your data.


馃殌 Getting Started

1. Install dependencies

bash ./install.sh

2. Start the app

npm run dev

Then open http://localhost:3000 in your browser.


馃攽 Configure LLM API Keys

If you want to use OpenAI, Gemini, or Anthropic models, enter your API key in the UI when prompted. Keys are stored locally in your browser.


馃枼 Use Local Models with Ollama

Install and pull a model:

ollama pull llama3.1:8b

Select it from the model dropdown in the UI.


馃摝 How It Works

  • LLMs: Local or remote
  • Code Execution: Runs entirely inside an Apple Container VM via coderunner
  • Web Automation: Always鈥慳vailable headless browser (Playwright) to fetch pages, scrape data, or run automated research tasks
  • File Safety: Shared files live in ~/.coderunner/assets, keeping host system isolated

馃摑 Notes

  • Requires macOS on Apple Silicon.
  • Some websites may block automated browsers.

馃敆 Resources