torus-cli

A secure, shared workspace for secrets.

Usage no npm install needed!

<script type="module">
  import torusCli from 'https://cdn.skypack.dev/torus-cli';
</script>

README

torus-cli

A secure, shared workspace for secrets.

Homepage | Documentation | Twitter | Security Disclosure | Code of Conduct | Contribution Guidelines

Travis Go Report Card npm License

Installation

Manifold provides binaries of torus-cli for OS X, Linux and Windows on amd64.

OS X

Linux

  • RPM based distributions: Use the following repository configuration:
$ sudo tee /etc/yum.repos.d/torus.repo <<-'EOF'
[torus]
name=torus-cli repository
baseurl=https://get.torus.sh/rpm/$basearch/
enabled=1
gpgcheck=0
EOF
  • DEB based distributions: Use the following repository configuration:
DISTRO=$(lsb_release -i | awk '{print tolower($3)}')
CODENAME=$(lsb_release -c | awk '{print $2}')
sudo tee /etc/apt/sources.list.d/torus.list <<< "deb https://get.torus.sh/$DISTRO/ $CODENAME main"

Windows (Alpha)

Install torus via npm using npm install -g torus-cli or manally using the steps below!

  • Get the desired version on https://get.torus.sh/
  • Unzip the file
  • Put the torus.exe file in your path
    • System Settings
    • Advanced System Settings
    • Advanced
    • Environment Variables
    • Edit Path in System Variables and add the full path to the folder where your torus.exe file is

Security note

Currently on Windows, the Daemon will create a named pipe using the default security attributes. This means, that the LocalSystem account, administrators, and the creator will be granted full control. All members of the Everyone group and the anonymous account are granted read access.

More information can be found here.

Contributing

We're always looking for new contributors to help us improve Torus! To get started give our Contributor Guidelines a quick read!

Security Disclosure

Please follow our security disclosure document found here.

License

Manifold's torus-cli is released under the BSD 3-Clause License.