| Crates.io | vtx-cli |
| lib.rs | vtx-cli |
| version | 0.2.20 |
| created_at | 2026-01-02 18:03:43.475893+00 |
| updated_at | 2026-01-20 15:47:48.552855+00 |
| description | VTX CLI |
| homepage | https://github.com/vtxdeo/vtx-cli |
| repository | https://github.com/vtxdeo/vtx-cli |
| max_upload_size | |
| id | 2018969 |
| size | 137,913 |
The easiest way to get the standalone binary.
curl -fsSL [https://raw.githubusercontent.com/.../install.sh](https://raw.githubusercontent.com/.../install.sh) | sh
# OR
brew install vtxdeo/tap/vtx
Already have a language environment? You can install vtx using your preferred package manager.
npm install -g @vtxdeo/cli
# Or run once without installing:
npx @vtxdeo/cli init my-project
We recommend using pipx to install CLI tools in isolation.
pipx install vtx-cli
# Installs from source (compilation required)
cargo install vtx-cli