# Integration with Sec1 CLI

This documentation provides guidance and information for using the Sec1 CLI to bring the [functionality of Sec1](https://docs.sec1.io/user-docs/1-quick-start) into your development workflow. Here you will find:

* Instructions for [installing the Sec1 CLI](#install-with-standalone-executables)
* The full text of the [CLI help](https://docs.sec1.io/user-docs/2-integration-with-sec1/5-integration-with-cli/commands) for all of the commands and their options, just as the help appears in your terminal

## Install with standalone executables

To download and run the latest Sec1 CLI on macOS, you could run:

```bash
curl --compressed https://digitalassets.sec1.io/sec1-cli-macos -o sec1
chmod +x ./sec1
mv ./sec1 /usr/local/bin/
```

You can use these direct links to download the executables:

* [Download for macOS](https://digitalassets.sec1.io/sec1-cli-macos)
* [Download for Linux](https://digitalassets.sec1.io/sec1-cli-linux)
* [Download for Windows](https://digitalassets.sec1.io/sec1-cli-win.exe)
