Install, update, and manage Simplex with ease.
Download simplexup:
curl -L https://raw.githubusercontent.com/BlockstreamResearch/smplx/master/simplexup/install | bashTo install the latest stable Simplex version:
simplexupTo install a specific version (in this case the v0.1.0 version):
simplexup --install v0.1.0To install from a specific commit:
simplexup --commit b122e8d32911c96da47e457a97046269df28c0caTo list all versions installed:
simplexup --listTo switch between different versions:
simplexup --use v0.1.0To update simplexup:
simplexup --updateSimplex contains everything in a .simplex directory located in /home/<user>/.simplex/ on Linux and /Users/<user>/.simplex/ on Macos, where <user> is your username.
To uninstall Simplex, just remove the .simplex directory.
Optionally remove Simplex from PATH:
export PATH="$PATH:/home/user/.simplex/bin"Simplicity simplified.