Mere Shell
@jeremy/mere-shellv2026.08.19.1
01README
Execute typed argv inside a verified, cancellable Mere Linux shell namespace with dedicated roots and isolated package sets.
02Models
@jeremy/mere-shellv2026.08.19.1mod.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| mereVersion | string | Mere version to use. 'latest' resolves from Codeberg releases API, or pin e.g. '0.18.2'. |
| mereSHA256 | string | Optional expected SHA-256 for the selected Mere binary. When empty, use the release SHA256SUMS asset. |
| mereRoot | string | Dedicated root path for the mere tree. Empty = auto ($SWAMP_REPO_DIR/.swamp/mere-shell/root). |
| useHostStore | boolean | If true, symlinks host /mere/store into the dedicated root for cache hits. |
fn run(packages: array, argv: array, workdir?: string)
Run an exact argv inside a Mere shell with specified packages available.
| Argument | Type | Description |
|---|---|---|
| packages | array | Packages to make available in the shell. |
| argv | array | Exact command argv; argv[0] is the executable. |
| workdir? | string | Working directory (bind-mounted into the namespace). |
Resources
result(infinite)— Command execution result with exit code and output
03Previous Versions
2026.08.17.1
2026.08.07.1
Move the extension repository to GitHub.
2026.07.21.2
Modified 1 models
2026.07.21.1
Modified 1 models
2026.07.20.1
Initial release: execute commands inside Mere Linux shell namespaces with dedicated root, fresh binary download, and package isolation.
04Stats
A
100 / 100
Downloads
1
Archive size
8.3 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels