An open API service indexing awesome lists of open source software.

https://github.com/nightmachinery/brishgarden

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.
https://github.com/nightmachinery/brishgarden

brish fastapi interpreted-programming-language remote-access remote-control remote-execution remote-shell siri-shortcuts

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

          

#+TITLE: Readme

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

* Install
#+begin_example zsh
pip install -U brishgarden
#+end_example

Or install the latest version directly from git:
#+begin_example zsh
pip install git+https://github.com/NightMachinery/BrishGarden.git
#+end_example

To reinstall the latest version:
#+begin_example zsh
pip install git+https://github.com/NightMachinery/BrishGarden.git
pip install --no-deps --force-reinstall git+https://github.com/NightMachinery/BrishGarden.git
#+end_example

* environment variables
** =BRISHGARDEN_N= sets the number of Brishes started by default