QueryScript is currently available as a command-line tool and a VSCode Extension.
Command line
To install QueryScript on the command line, first install the Rust toolchain. Then, simply run
cargo install queryscript
This will download QueryScript's source code and dependencies and compile them on your machine. QueryScript can take several minutes to complete depending on your CPU and network speed. We're currently working to automatically generate releases for several platforms.
VSCode
You can install QueryScript's VSCode Extension on just about any platform. The extension comes bundled with the QueryScript compiler. You just need to open a .qs
file to activate the extension and start running queries.
