macOS
brew install otslocal Homebrew formula metadata
brew
ots のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install otslocal Homebrew formula metadata
sudo apt install libots-devDebian stable package indexes · libots-dev · ソース: deb.debian.org
sudo dnf install otsFedora Rawhide package metadata · ots · ソース: dl.fedoraproject.org
nix profile install nixpkgs#otsnixpkgs package indexes · pkgs/by-name/ot/ots/package.nix · ソース: api.github.com
概要
Share end-to-end encrypted secrets with others via a one-time URL
履歴
ots is a Go command-line tool from Sniptt for sharing secrets through one-time URLs. It encrypts a secret on the client side, uploads encrypted bytes to the service, and returns a URL intended to be opened once or expire after a chosen lifetime.
Sniptt introduced ots publicly in a 14 June 2021 post about developer-focused secret sharing. The post described one-time URL sharing as a popular Sniptt use case and presented ots as a lightweight, zero-configuration Go CLI for creating end-to-end encrypted one-time secrets.
The GitHub repository keeps the implementation compact and Go-only. Its README positions the tool for API keys, signing secrets, passwords, and environment data, with support for interactive prompts, pipelines, expiry settings, and regional data residency.
ots gained package-manager visibility through Homebrew, where the formula builds the Go CLI and installs shell completions. The GitHub repository lists fourteen releases and a substantially larger star count than many single-purpose secret-sharing CLIs, suggesting interest beyond the original Sniptt audience.
Users can create a secret interactively with ots new, pass data through a shell pipeline such as pbpaste or cat .env, set an expiry, and choose a storage region. The hosted web page offers the same one-time-secret model from a browser and advertises the CLI install path.
The code encrypts bytes with AES-256-GCM using a randomly generated key and nonce before sending encrypted bytes to the API. The service model is therefore aimed at quick exchange of sensitive material without placing plaintext into chat, email, or issue trackers.
ots is interesting as a package because it turns a hosted security workflow into a Unix-friendly pipe target. It is not a general secret manager; its value is the narrow workflow of making one encrypted, expiring URL from terminal input.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ots | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/sniptt-official/ots
インストールメタデータ
| パッケージキー | brew:ots |
|---|---|
| バージョン | 0.3.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ots |
| ホームページ | https://ots.sniptt.com |
| リポジトリ | https://github.com/sniptt-official/ots |
| 上流ドキュメント | https://github.com/sniptt-official/ots#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/sniptt-official/ots/archive/refs/tags/v0.3.1.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ots |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libots-dev 0.5.0-9+b1
Open Text Summarizer (development)
http://libots.sourceforge.net/
sudo apt install libots-devlibots0 0.5.0-9+b1
Open Text Summarizer (library)
http://libots.sourceforge.net/
sudo apt install libots0ots 0.5.0-9+b1
Open Text Summarizer
http://libots.sourceforge.net/
sudo apt install otsots
nix profile install nixpkgs#otslibots-dev 0.5.0-9
Open Text Summarizer (development)
http://libots.sourceforge.net/
sudo apt install libots-devlibots0 0.5.0-9
Open Text Summarizer (library)
http://libots.sourceforge.net/
sudo apt install libots0ots 0.5.0-9
Open Text Summarizer
http://libots.sourceforge.net/
sudo apt install otsots 0.5.0-36.fc44
A text summarizer
http://libots.sourceforge.net/
sudo dnf install otsots-devel 0.5.0-36.fc44
Libraries and include files for developing with libots
http://libots.sourceforge.net/
sudo dnf install ots-develots-libs 0.5.0-36.fc44
Shared libraries for ots
http://libots.sourceforge.net/
sudo dnf install ots-libsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.