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.
- Host: GitHub
- URL: https://github.com/nightmachinery/brishgarden
- Owner: NightMachinery
- Created: 2020-07-26T14:46:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-14T09:38:52.000Z (4 months ago)
- Last Synced: 2026-02-14T18:00:11.966Z (4 months ago)
- Topics: brish, fastapi, interpreted-programming-language, remote-access, remote-control, remote-execution, remote-shell, siri-shortcuts
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.org
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