Releases: KittyCAD/cli
v0.2.71
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="8ad3423f01e5017b9043ed22ac40266e7a66141ef8c75059c85875535d70bcc9"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="6434ed04c5e4a42636ca770d148b1223b9920b8de1a595b311e33fe8bcd72428"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="4b1524c3849599f103bfb8a5d05321d61c66dcbdcf5bad0b5cacb8924cb1b38e"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="00a4e738d286990996c330789afc9efc3f52678090bb69ac51d93aa2798f3d7f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="68b93858da1851eeff4d5925341faf651cb31bf13692c93a1f84c9af64be0eed"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.70
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="823e478d3898b1c8d5461c49f468add80a5a008ed872dc290c92828d1b560cd7"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.70/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="d139136258be279c2ccb8fe993ed2ae2631662ee09add67ad7d1e94359f940eb"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.70/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="83452ca6090d8fcf1abb638fff4fc92c73a33ae1b47247136ec3839b456a745a"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.70/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="97d5af839c3e3e9bb664e146f77a85967381710e8e6eb03caafd646ca339be93"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.70/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="2125e65b5a5a5c1eab39bcda105c5d53ba80882543c9d76653ee8efd374bd5ec"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.70/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.69
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="3e7a6a934ad68ea2199b9dbc27e33379cd42b2d6a318c426b37e3cc49058618f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.69/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="20be6f41383fb165b1ecc56cd5445a0aaa0ff8b7847b05d20bc806f582c6c98f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.69/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="7f3f23d33cefa6251d8666ec8d1030711279ef66764effd77e7a776f415b5394"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.69/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="2aea4a1999645d2b70996a7d6967cb4ce50e0e645bb8563c7f4c75dc292b42c0"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.69/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="cdda752b01cf900f0c15aed6666db1001c1f67f7ec200ba6819734ce0d4a21a7"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.69/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.68
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="b082ddeb9388055a360fc205a2fffe3b603745e8978d51cb82ed24198086eb8a"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.68/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="fb1388cba1ef18cf8ff0d48dbeb0b1f20d0ff078cf7aaca1b218b5eb1bde7232"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.68/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="c9e1d4832bca9f93fd4bea9a99ab598bffc5b2db1d2094a05f11437f51181356"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.68/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="4d098f696cb585e91642e5df8976bb1f79dc068d24e6198dbfdb6b165c9255d2"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.68/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="f68cf3310bb46efa102fa245a8a61ffa1a2ddcc56d567ecb7f48477e5da5911b"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.68/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.67
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="578755ea0f3a4cc4abfb7d5aceadf7a470a48338c6d380684823ab640527929b"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.67/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="8ab987a94c161b8fa532085aa70f2496faf6f851b3e7a6ab4df8449edecb767f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.67/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="5ee3fc233a07270e6cbdf34dde13d102a7ed7963675c594bbe3edf1fd5e76ccb"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.67/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="2c2351c5ccb9a5235114b6708338c747e07ef4e3d94102391e6d243a831a6250"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.67/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="d607c38bdfff55e5e5bfb24eabbbdbd1b4d3efcc34c06fb7e6e061dfd99754d6"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.67/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.66
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="122e46b0ca213d5f066369c926c93f4de276e5d5d2f23a1fcd3bf53e6fee828c"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.66/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="9d6c7d53a1d6c09a2eef840d22485f8fc20e136a8b8835997a64896b5cddb884"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.66/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="76f949ac16cc0aa3b26ddd3c602b3fa044b7d22ad18c98655296f772bc1c4e17"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.66/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="13aa7974ae1cd23f291df735a1a058f0f129012c6838b6e03145e1f1651f129c"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.66/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="be8c75ee71aaf18806ec65b41c04f330e5fff6059786db537e8d4d9399b07385"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.66/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.65
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="ea0473b52087be8905f41a289f67afdcb33afd10333d9672385a9b6cbd0a7d6d"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.65/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="0dec7dc5d7b6201629e622c6a85701a4c827ce325d27ce364769f5339fa2e812"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.65/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="1c57f390593cca28ee6287f1f5519504eaef02d3fbb49c37d2b4432c637483f0"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.65/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="a443d46ca67c6023b875c27b730bc769c2e61b1db2476a5550dfd2ed2a69e3a8"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.65/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="e111abe9f0958579368c8d0ce7bf7689c72043c0e6fc96ac334e6e78ab690978"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.65/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.64
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="cbd99f1631f10ef31cf273d6519b1db9655eac816ba6534358ab6c3bbca9c0df"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.64/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="224ad8105883af740c9a023e79625a356f12f4e3abeed6df206a5065bd74c036"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.64/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="ec97e9acf990a8669c481fb3f1eed5f423c51bd42be51baa46f5ce58705dc158"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.64/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="3d9aeb58d9f9fa4a6bf00f00711b5bd4c1862c53c4d366d6d929610e38c9ebf1"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.64/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="1eb5cabb1a966031530133fcb05fd74c81104dd530074d059816fff1083573ac"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.64/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.63
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="f36ec885f45f1850edd0ec3ca1b0976bceea4d851e65331af1aca8b735d6f7ed"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.63/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="b3a6db595095e8479f59791cac4ae8e68e85ec3025507682c50e3c8fced85211"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.63/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="e49403c866ab9fa2a323d586c1609ba35e5e864bf5a7681458f1176cc7da4479"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.63/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="4f85e178c5651ed97b6a81f4f963d79599e67de8037c1fc7c65b5f853c1620d6"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.63/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="d34c088c5ab6cb1f14c24f2607628d40df913cb9af5b5ebeb3d2294d2075c98a"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.63/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
v0.2.62
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="41a57127beca0e553a81f0614f47288cf563050cf8c66a2ec837768610602401"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.62/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="4588280733f3588a4b4caee4a801282aaa0f797ac1013bc75135ace3f0ada6c6"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.62/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="4b195c115f98fb5ce863c16afa8fef906745d836d43559ea53f3db558c06349b"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.62/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="8243aa36bc534eaa496cc14eb187516e240c91ee227db56cf360cb726aec5501"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.62/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="711c35e22debed7667ef31855fe93ec5c2622cc259ae34f2c4d37dc2f06ff083"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.62/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h