Oasis CLI
Linux. Install with the one-liner, or download the binary directly.
Verify your download against the published hashes before installing.
3abf3e7036e91ce10dcc3c5b434609e96a63531279aa61722e731d0f0bdacdff90034b7c1fd904da4dacecfe99353f66f71ce8861c2679897be373f72e6b0529d82df50d43ca16889abbf717fbe7d82386a2a6793692bc749d7e2a2c48d38cf6f4ddb4d68c4aeca6003c5b3fc63c3c14f5249c5e671088e96d32a86a2aa50b4e1de0fd048de19f5fc56cd8c31798fb83The installer takes an optional version argument. Passing 1.0.0 pins this exact build rather than the newest one, downloads it for your platform, and verifies it against the SHA-256 published in the release manifest.
curl -fsSL https://get.mutexer.com/oasis/install.sh | bash -s 1.0.0With no version argument the installer resolves the newest published release itself, so this command stays correct as new versions ship.
curl -fsSL https://get.mutexer.com/oasis/install.sh | bashDo not run the installer with sudo
Oasis CLI installs under your home directory and needs no root. Under sudo it installs into root's home instead of yours, and the oasis-agent command will not resolve in your own shell. The installer refuses sudo for this reason.
Once installed, the binary updates itself. This is the same code path the installer hands over to, so an upgrade and a fresh install do exactly the same work.
oasis-agent updateThe manifest for this version lists every platform build with its SHA-256, MD5, size, and download URL. It is what the installer checks against, and you can fetch it yourself.
curl -fsSL https://get.mutexer.com/oasis/1.0.0/manifest.jsoncurl or wget. The installer uses whichever it finds.Full release sequence for the Oasis CLI. This page shows the build cut at each version tip.