pkg.soopen package index

brew / rang 7677

Installer trurl avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, winget

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install trurl

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install trurl

MacPorts ports tree · net/trurl/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add trurl

Alpine Linux edge package indexes · trurl · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install trurl

Debian stable package indexes · trurl · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install trurl

Fedora Rawhide package metadata · trurl · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#trurl

nixpkgs package indexes · pkgs/by-name/tr/trurl/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S trurl

Arch Linux sync databases · trurl · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install trurl

openSUSE Tumbleweed package metadata · trurl · Source: download.opensuse.org

Windows

Windows Package Managervérifié · 92%
winget install --id cURL.trurl -e

Windows Package Manager source index · cURL.trurl · Source: cdn.winget.microsoft.com

aperçu

Résumé du paquet

Command-line tool for URL parsing and manipulation

Commandes et alias

  • trurl

historique

Historique du projet et usages

trurl is a curl-adjacent command-line tool for parsing, normalizing, extracting, and modifying URLs using libcurl's URL parser.

Historique du projet

Daniel Stenberg introduced trurl in April 2023 as a small command-line tool in the spirit of Unix 'tr', but for URLs. He wrote that it was created on March 31, 2023 to help shell script authors avoid repeatedly inventing unsafe or inconsistent URL parsing.

The curl project page positions trurl as a companion to curl: it uses libcurl's URL parser, so it understands URLs the same way curl does. That makes it especially useful in scripts that already rely on curl and need to manipulate URLs before passing them to other tools.

The GitHub repository stayed intentionally compact: C source, tests, a man page, release notes, and compatibility notes around libcurl versions. Releases on curl.se and GitHub turned it from a fresh helper into a packaged utility available through Homebrew and multiple Unix distributions.

Historique d'adoption

trurl was adopted in the curl ecosystem because URLs are deceptively hard to parse correctly in shell. Instead of sed, awk, cut, or hand-rolled regular expressions, users can ask trurl for structured URL parts, normalized URLs, redirects, query edits, or JSON output.

Its package-manager spread is unusually broad for a young utility: the input package facts list Homebrew, Debian, Ubuntu, Fedora, Alpine, Arch, Nix, MacPorts, and openSUSE-style packages, matching its role as a small Unix command that distribution maintainers can ship easily.

Modes d'utilisation

trurl can change hosts, schemes, ports, paths, query strings, and fragments; append path or query components; trim tracking parameters; sort query pairs; handle redirects; read URLs from files or stdin; and emit JSON for scripts.

For package nerds, the appeal is that trurl is a purpose-built URL transformer that composes cleanly with curl, xargs, shell pipelines, package build scripts, and CI jobs without pulling in a heavier language runtime.

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

trurl is significant because it packages a common but error-prone scripting task into a tiny, curl-family binary. It is the sort of tool that shows up in dotfiles, release scripts, URL cleanup jobs, and packaging automation once people stop trusting ad hoc regex parsing.

Its libcurl dependency also matters: package maintainers can reason about its URL behavior in terms of the same parser used by curl, while its compatibility table documents which libcurl versions enable which features.

Chronologie

  • 2023-03-31: Daniel Stenberg creates trurl.
  • 2023-04-03: Stenberg publishes the introductory trurl article.
  • 2024-09-12: Stenberg describes trurl as maturing in the 0.15.1 release notes.
  • 2025-05-12: curl.se lists trurl 0.16.1 as the current download.

Related projects

  • curl is the command-line tool trurl is designed to complement.
  • libcurl provides the URL parser used by trurl.
  • wcurl is another small curl.se-listed command-line companion tool.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
trurlexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire0.16.1
gestionnaire mis à jour
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:trurl
Version0.16.1
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://curl.se/trurl/
Dépôthttps://github.com/curl/trurl
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

trurl 0.16.1-1

command line tool for URL parsing and manipulation

https://github.com/curl/trurl

sudo apt install trurl
  • Section: utils
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Trurl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: trurl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

trurl

nix profile install nixpkgs#trurl
  • normalized package name match
  • Correspondance par : Trurl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tr/trurl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

trurl 0.9-1build2

command line tool for URL parsing and manipulation

https://github.com/curl/trurl

sudo apt install trurl
  • Section: universe/utils
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Trurl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: trurl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

trurl 0.16.1-r1

command line tool for URL parsing and manipulation

https://curl.se/trurl/

sudo apk add trurl
  • License: curl
  • Architecture: x86_64
  • Source Package: trurl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Trurl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: trurl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

trurl-doc 0.16.1-r1

command line tool for URL parsing and manipulation (documentation)

https://curl.se/trurl/

sudo apk add trurl-doc
  • License: curl
  • Architecture: x86_64
  • Source Package: trurl
  • normalized package name match
  • Correspondance par : Trurl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: trurl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

trurl 0.16.1-6.fc45

Command line tool for URL parsing and manipulation

https://curl.se/trurl

sudo dnf install trurl
  • License: curl
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: trurl
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Trurl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: trurl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

trurl 0.16.1-1

Command line tool for URL parsing and manipulation

https://github.com/curl/trurl

sudo pacman -S trurl
  • License: custom
  • Architecture: x86_64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Trurl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: trurl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

trurl 0.16.1-4.3

Command line tool for URL parsing and manipulation

https://curl.se/trurl

sudo zypper install trurl
  • License: curl
  • Category: Productivity/Networking/Web/Utilities
  • Architecture: x86_64
  • Source Package: trurl
  • 2 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Trurl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: trurl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

trurl-zsh-completion 0.16.1-4.3

Zsh Completion for trurl

https://curl.se/trurl

sudo zypper install trurl-zsh-completion
  • License: curl
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: trurl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Trurl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: trurl-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

trurl

sudo port install trurl
  • normalized package name match
  • Correspondance par : Trurl
MacPorts ports tree · api.github.com · MacPorts ports tree: net/trurl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

cURL.trurl

winget install --id cURL.trurl -e
  • normalized package name match
  • Correspondance par : Trurl
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: cURL.trurl from https://cdn.winget.microsoft.com/cache/source.msix

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation