You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+67-15Lines changed: 67 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,33 +6,52 @@
6
6
7
7
# CodeRunner
8
8
9
-
Sandboxed Python execution for Mac. Local files, local processing.
9
+
Sandboxed code execution for Mac using [Apple containers](https://github.com/apple/container).
10
10
11
-
CodeRunner runs Python code in an isolated container on your Mac using [Apple's native container technology](https://github.com/apple/container). Process your local files without uploading them anywhere.
11
+
- Python execution in persistent Jupyter kernels
12
+
- AI coding agents: Claude Code, OpenAI Codex, Cursor, Gemini CLI
13
+
- Cloud CLIs: AWS, GCP, Azure, GitHub
14
+
- Browser automation via Playwright
15
+
- Data science stack: pandas, numpy, scipy, matplotlib
12
16
13
-
- Execute Python in a persistent Jupyter kernel
14
-
- Pre-installed data science stack (pandas, numpy, matplotlib, etc.)
15
-
- Files stay on your machine
16
-
- Optional browser automation via Playwright
17
-
18
-
**Requirements:** macOS, Apple Silicon (M1+), Python 3.10+
17
+
**Requirements:** macOS 15+, Apple Silicon
19
18
20
19
## Install
21
20
22
-
### Homebrew (coming soon)
23
21
```bash
24
22
brew install instavm/cli/coderunner
25
23
```
26
24
27
-
### Manual
25
+
Server starts automatically at `http://coderunner.local:8222`
0 commit comments