{"id":13509897,"url":"https://github.com/manifoldco/torus-cli","last_synced_at":"2025-04-12T22:18:42.523Z","repository":{"id":57378231,"uuid":"72035075","full_name":"manifoldco/torus-cli","owner":"manifoldco","description":"A secure, shared workspace for secrets","archived":false,"fork":false,"pushed_at":"2019-01-27T19:17:10.000Z","size":2986,"stargazers_count":611,"open_issues_count":51,"forks_count":31,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-04-12T22:17:53.586Z","etag":null,"topics":["configuration","development-tools","devops-tools","golang","linux","macosx","secrets","torus-cli","windows"],"latest_commit_sha":null,"homepage":"https://www.torus.sh","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manifoldco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-26T19:00:16.000Z","updated_at":"2025-04-03T20:52:30.000Z","dependencies_parsed_at":"2022-09-26T16:41:26.730Z","dependency_job_id":null,"html_url":"https://github.com/manifoldco/torus-cli","commit_stats":null,"previous_names":[],"tags_count":139,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Ftorus-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Ftorus-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Ftorus-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Ftorus-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manifoldco","download_url":"https://codeload.github.com/manifoldco/torus-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637786,"owners_count":21137538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","development-tools","devops-tools","golang","linux","macosx","secrets","torus-cli","windows"],"created_at":"2024-08-01T02:01:16.358Z","updated_at":"2025-04-12T22:18:42.471Z","avatar_url":"https://github.com/manifoldco.png","language":"Go","readme":"# torus-cli\n\nA secure, shared workspace for secrets.\n\n[Homepage](https://torus.sh) |\n[Documentation](https://torus.sh/docs) |\n[Twitter](https://twitter.com/toruscli) |\n[Security Disclosure](./internal/security.md) |\n[Code of Conduct](./.github/CODE_OF_CONDUCT.md) |\n[Contribution Guidelines](./.github/CONTRIBUTING.md)\n\n[![Travis](https://img.shields.io/travis/manifoldco/torus-cli/master.svg)](https://travis-ci.org/manifoldco/torus-cli)\n[![Go Report Card](https://goreportcard.com/badge/github.com/manifoldco/torus-cli)](https://goreportcard.com/report/github.com/manifoldco/torus-cli)\n[![npm](https://img.shields.io/npm/v/torus-cli.svg)](https://www.npmjs.com/package/torus-cli)\n[![License](https://img.shields.io/badge/license-BSD-blue.svg)](./LICENSE.md)\n\n![](./graphic.png)\n\n## Installation\n\n[Manifold](https://www.manifold.co) provides binaries of `torus-cli` for OS X, Linux and Windows on `amd64`.\n\n### OS X\n\n- [homebrew](http://brew.sh): `brew install manifoldco/brew/torus`\n- [npm](https://www.npmjs.com): `npm install -g torus-cli`\n- bare zip archives per release version are available on https://get.torus.sh/\n\n### Linux\n\n- RPM based distributions: Use the following repository configuration:\n```\n$ sudo tee /etc/yum.repos.d/torus.repo \u003c\u003c-'EOF'\n[torus]\nname=torus-cli repository\nbaseurl=https://get.torus.sh/rpm/$basearch/\nenabled=1\ngpgcheck=0\nEOF\n```\n- DEB based distributions: Use the following repository configuration:\n```\nDISTRO=$(lsb_release -i | awk '{print tolower($3)}')\nCODENAME=$(lsb_release -c | awk '{print $2}')\nsudo tee /etc/apt/sources.list.d/torus.list \u003c\u003c\u003c \"deb https://get.torus.sh/$DISTRO/ $CODENAME main\"\n```\n- [npm](https://www.npmjs.com): `npm install -g torus-cli`\n- bare zip archives per release version are available on https://get.torus.sh/\n\n### Windows (Alpha)\n\nInstall torus via npm using `npm install -g torus-cli` or manally using the\nsteps below!\n\n- Get the desired version on [https://get.torus.sh/](https://get.torus.sh/)\n- Unzip the file\n- Put the `torus.exe` file in your path\n  - **System Settings**\n  - **Advanced System Settings**\n  - **Advanced**\n  - **Environment Variables**\n  - Edit **Path** in **System Variables** and add the full path to the folder where your `torus.exe` file is\n\n#### Security note\n\nCurrently 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.\n\nMore information can be found [here](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365150(v=vs.85).aspx).\n\n## Contributing\n\nWe're always looking for new contributors to help us improve Torus! To get started give our [Contributor Guidelines](./.github/CONTRIBUTING.md) a quick read!\n\n## Security Disclosure\n\nPlease follow our security disclosure document [found here](./internal/security.md).\n\n## License\n\nManifold's torus-cli is released under the [BSD 3-Clause License](./LICENSE.md).\n","funding_links":[],"categories":["Go","windows","Tools"],"sub_categories":["Satellite"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifoldco%2Ftorus-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanifoldco%2Ftorus-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifoldco%2Ftorus-cli/lists"}