# Installer ots avec Homebrew, apt, dnf, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ots pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ots
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ots
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libots-dev
```

  Preuve: Debian stable package indexes: libots-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ots
```

  Preuve: Fedora Rawhide package metadata: ots from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ots
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ot/ots/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:ots
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ots>
- **Version:** 0.3.1
- **Résumé source:** Share end-to-end encrypted secrets with others via a one-time URL
- **Page d'accueil:** <https://ots.sniptt.com>
- **Dépôt:** <https://github.com/sniptt-official/ots>
- **Docs amont:** <https://github.com/sniptt-official/ots#readme>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/sniptt-official/ots/archive/refs/tags/v0.3.1.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- ots (cli)
- ots (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.3.1
- données locales: OK
- dépôt amont: https://github.com/sniptt-official/ots
- dernière version détectée: v0.3.1 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 14 June 2021: Sniptt's blog described ots as a zero-configuration Go CLI for one-time encrypted secret URLs.
- 8 February 2025: The GitHub repository lists v0.3.1 as a release, and Homebrew's formula builds from that tag.

### Related projects

- ots is related to Sniptt's broader secret-management tooling and web-ots, the hosted browser interface for one-time secrets.

### Sources

- <https://github.com/sniptt-official/ots>
- <https://ots.sniptt.com/>
- <https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/o/ots.rb>
- <https://raw.githubusercontent.com/sniptt-official/ots/main/crypto/encrypt/encrypt.go>
- <https://sniptt.medium.com/sharing-secrets-with-teams-82fde5b11149>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libots-dev - 0.5.0-9+b1: normalized package name match | Debian stable package indexes: libots-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Open Text Summarizer (development) | http://libots.sourceforge.net/
- Debian apt - libots0 - 0.5.0-9+b1: normalized package name match | Debian stable package indexes: libots0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Open Text Summarizer (library) | http://libots.sourceforge.net/
- Debian apt - ots - 0.5.0-9+b1: normalized package name match | Debian stable package indexes: ots from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Open Text Summarizer | http://libots.sourceforge.net/
- Nix - ots: normalized package name match | nixpkgs package indexes: pkgs/by-name/ot/ots/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libots-dev - 0.5.0-9: normalized package name match | Ubuntu 24.04 LTS package indexes: libots-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Open Text Summarizer (development) | http://libots.sourceforge.net/
- Ubuntu apt - libots0 - 0.5.0-9: normalized package name match | Ubuntu 24.04 LTS package indexes: libots0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Open Text Summarizer (library) | http://libots.sourceforge.net/
- Ubuntu apt - ots - 0.5.0-9: normalized package name match | Ubuntu 24.04 LTS package indexes: ots from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Open Text Summarizer | http://libots.sourceforge.net/
- dnf - ots - 0.5.0-36.fc44: normalized package name match | Fedora Rawhide package metadata: ots from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A text summarizer | http://libots.sourceforge.net/
- dnf - ots-devel - 0.5.0-36.fc44: normalized package name match | Fedora Rawhide package metadata: ots-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Libraries and include files for developing with libots | http://libots.sourceforge.net/
- dnf - ots-libs - 0.5.0-36.fc44: normalized package name match | Fedora Rawhide package metadata: ots-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Shared libraries for ots | http://libots.sourceforge.net/


## Liens liés

- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/fr/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [libgfshare](https://www.automicvault.com/fr/pkg/brew/libgfshare/) - Shares av.db curated category or tags: cli, secret-sharing, security.
- [sss-cli](https://www.automicvault.com/fr/pkg/brew/sss-cli/) - Shares av.db curated category or tags: cli, secret-sharing, security.
- [ssss](https://www.automicvault.com/fr/pkg/brew/ssss/) - Shares av.db curated category or tags: cli, secret-sharing, security.
- [teller](https://www.automicvault.com/fr/pkg/brew/teller/) - Shares av.db curated category or tags: cli, secret-management, security.
- [acme.sh](https://www.automicvault.com/fr/pkg/brew/acme-sh/) - Shares av.db curated category or tags: cli, security.
- [aescrypt](https://www.automicvault.com/fr/pkg/brew/aescrypt/) - Shares av.db curated category or tags: cli, security.
- [aespipe](https://www.automicvault.com/fr/pkg/brew/aespipe/) - Shares av.db curated category or tags: cli, security.
- [afflib](https://www.automicvault.com/fr/pkg/brew/afflib/) - Shares av.db curated category or tags: cli, security.

## Combined YAML source

View the package source record on GitHub. [combined/ots.yml](https://github.com/automic-vault/db/blob/main/combined/ots.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
