|
3 | 3 | <picture> |
4 | 4 | <source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark-mode.png" /> |
5 | 5 | <source media="(prefers-color-scheme: light)" srcset="assets/logo-light-mode.png" /> |
6 | | - <img alt="Capsule" src="assets/logo-light-mode.png" width="80" /> |
| 6 | + <img alt="Capsule" src="assets/logo-light-mode.png" width="70" valign="bottom" /> |
7 | 7 | </picture> |
8 | 8 |
|
9 | 9 | # `Capsule` |
10 | 10 |
|
11 | | -[](https://github.com/capsulerun/capsule/actions/workflows/ci.yml) [](https://www.npmjs.com/package/@capsule-run/cli) [)](https://pypi.org/project/capsule-run) |
12 | | - |
13 | | - |
| 11 | +[](https://github.com/capsulerun/capsule/actions/workflows/ci.yml) |
14 | 12 |
|
15 | 13 | [Getting Started](#getting-started) • [Documentation](#documentation) • [Issues](https://github.com/capsulerun/capsule/issues/new) • [Contributing](#contributing) |
16 | 14 |
|
@@ -69,13 +67,6 @@ When you run `capsule run main.py` (or `main.ts`), your code is compiled into a |
69 | 67 |
|
70 | 68 | Each task operates within its own sandbox with configurable resource limits, ensuring that failures are contained and don't cascade to other parts of your workflow. The host system controls every aspect of execution, from CPU allocation via Wasm fuel metering to memory constraints and timeout enforcement. |
71 | 69 |
|
72 | | -## Ecosystem |
73 | | - |
74 | | -| Package | Description | |
75 | | -|---------|-------------| |
76 | | -| [`capsule`](https://github.com/capsulerun/capsule) | Core runtime (this repository) | |
77 | | -| [`capsule-bash`](https://github.com/capsulerun/bash) | Sandboxed bash interface built from capsule | |
78 | | - |
79 | 70 | ## Getting Started |
80 | 71 |
|
81 | 72 | ### Python |
@@ -538,6 +529,13 @@ npm install && npm run build && npm link |
538 | 529 |
|
539 | 530 | Need help? [Open an issue](https://github.com/capsulerun/capsule/issues) |
540 | 531 |
|
| 532 | +## Ecosystem |
| 533 | +
|
| 534 | +| Package | Description | |
| 535 | +|---------|-------------| |
| 536 | +| [`capsule`](https://github.com/capsulerun/capsule) | Core runtime (this repository) | |
| 537 | +| [`capsule-bash`](https://github.com/capsulerun/bash) | Sandboxed bash interface built from capsule | |
| 538 | +
|
541 | 539 | ## Credits |
542 | 540 |
|
543 | 541 | Capsule builds on these open source projects: |
|
0 commit comments