Vorto is distributed as a single binary with no runtime dependencies. You can install it from crates.io using Cargo, or build it yourself from the source repository. Both paths require a Rust toolchain that supports edition 2024.Documentation Index
Fetch the complete documentation index at: https://vorto-editor.dev/llms.txt
Use this file to discover all available pages before exploring further.
A C compiler (such as
gcc or clang) is required when building tree-sitter grammars after installation. The editor itself compiles and runs without one, but vorto grammar install will fail without it.Install from crates.io
The fastest way to install Vorto is directly from crates.io:vorto binary in ~/.cargo/bin. Make sure that directory is on your PATH.
Install from source
Verify the installation
Run the following command to confirm Vorto is installed and accessible:vorto 0.9.7. If the command is not found, check that the install directory is included in your PATH.