Skip to content

BrishGarden uses Brish to serve an HTTP API that can execute interpreted code (that would otherwise need expensive startup costs) fast. It's also useful as a remote code executor.

Notifications You must be signed in to change notification settings

NightMachinery/BrishGarden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

A REST HTTP API for running zsh code, built on top of Brish.

Install

pip install -U brishgarden

Or install the latest version directly from git:

pip install git+https://github.com/NightMachinery/BrishGarden.git

To reinstall the latest version:

pip install git+https://github.com/NightMachinery/BrishGarden.git
pip install --no-deps --force-reinstall git+https://github.com/NightMachinery/BrishGarden.git

environment variables

BRISHGARDEN_N sets the number of Brishes started by default

About

BrishGarden uses Brish to serve an HTTP API that can execute interpreted code (that would otherwise need expensive startup costs) fast. It's also useful as a remote code executor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages