layout | title | permalink | nav_order |
---|---|---|---|
page |
Installation |
/installation/ |
2 |
brew tap gefyrahq/gefyra
brew install gefyra
- Download and extract the binary executable
GEFYRA=$(curl -L -s https://api.github.com/repos/gefyrahq/gefyra/releases/latest | grep '"browser_download_url": ".*darwin-amd64.*"' | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*") && curl -LO $GEFYRA && unzip -o $(echo $GEFYRA | grep -oE '[^/]+$') gefyra
- Make the Gefyra binary executable
chmod +x ./gefyra
- Move the Gefyra binary to a location on your system
PATH
sudo mv ./gefyra /usr/local/bin/gefyra
sudo chown root: /usr/local/bin/gefyra
Gefyra is currently not tested on ARM64 and does potentially not work at the moment.
Todo {: .label .label-yellow }
GEFYRA=$(curl -L -s https://api.github.com/repos/gefyrahq/gefyra/releases/latest | grep '"browser_download_url": ".*linux.*"' | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*") && curl -LO $GEFYRA && unzip -o $(echo $GEFYRA | grep -oE '[^/]+$') gefyra && sudo install -o root -g root -m 0755 gefyra /usr/local/bin/gefyra
There is currently no binary file for Windows available. Please use the Python package index below.
Todo {: .label .label-yellow }
You can install Gefyra with pip
:
pip install gefyra --upgrade