Wingetlywingetly
← All apps

trurl

by curlv0.16.1

Last updated

a command line tool for URL parsing and manipulation.

Install with winget

$ winget install --id cURL.trurl --exact --version 0.16.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

trurl is a command line tool that parses and manipulates URLs, designed to help shell script authors everywhere.

URLs are tricky to parse and there are numerous security problems in software because of this.

trurl wants to help soften this problem by taking away the need for script and command line authors everywhere to re-invent the wheel over and over.

trurl uses libcurl URL parser. It parses and understands URLs exactly the same way curl the command line tool does - making it the perfect companion tool.

Installers · v0.16.1

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
-Direct
arm64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for trurl.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • cURLcurl
    cURL.cURLv8.21.0.6

    Command line tool and library for transferring data with URLs

  • R
    RipGrep MSVCBurntSushi
    BurntSushi.ripgrep.MSVCv15.2.0

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • Coreutils for WindowsMicrosoft Corporation
    Microsoft.Coreutilsv2026.9.3

    Coreutils for Windows Setup

  • C
    coreutilsuutils
    uutils.coreutilsv0.11.0

    Cross-platform Rust rewrite of the GNU coreutils

  • DecorationJapplis
    Japplis.Decorationv5.8

    Decoration is an image editor to add nice borders and effects to photos.

  • WeblocOpenerbenchdoos
    EugeneZrazhevsky.WeblocOpenerv2.0.2

    Open, create, and edit Apple .webloc files on Windows.

More from curl or browse command-line-tool, manipulation, parsing.

Frequently asked questions

How do I install trurl on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id cURL.trurl --exact --version 0.16.1. winget downloads the installer from curl and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install trurl silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id cURL.trurl --exact 0.16.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall trurl via winget?
Run: winget uninstall --id cURL.trurl --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from trurl's Apps & Features entry.
Is trurl free?
trurl is distributed under curl. Refer to the publisher (https://curl.se/trurl/) for the full license terms - Wingetly itself does not charge for installation.
Does trurl work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls trurl directly from the publisher.
How do I keep trurl up to date?
Run winget upgrade --id cURL.trurl --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of trurl from microsoft/winget-pkgs.