# curlie mit Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für curlie in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:curlie
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install curlie
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install curlie
```

  Evidenz: MacPorts ports tree: net/curlie/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add curlie
```

  Evidenz: Alpine Linux edge package indexes: curlie from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#curlie
```

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

- pacman (92%):

```sh
sudo pacman -S curlie
```

  Evidenz: Arch Linux sync databases: curlie from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install curlie
```

  Evidenz: openSUSE Tumbleweed package metadata: curlie from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/curlie
```

  Evidenz: Scoop official bucket manifest trees: bucket/curlie.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:curlie
- **Paketmanager:** Homebrew
- **Version:** 1.8.2
- **Quellzusammenfassung:** Power of curl, ease of use of httpie
- **Homepage:** <https://rs.github.io/curlie/>
- **Repository:** <https://github.com/rs/curlie>
- **Zuletzt aktualisiert:** 2026-07-25T14:20:52-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- curlie (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.8.2
## Projektgeschichte und Nutzung

Curlie is a Go command-line frontend to curl that borrows HTTPie's interactive syntax and output formatting while keeping curl's option surface.

### Projektgeschichte

The official README positions Curlie directly between curl and HTTPie: it is for users who like HTTPie's interface but want curl's features and performance. The repository's tag history shows releases in the 1.6.x series by 2021 and active releases through the 1.8.x series in 2025.

### Adoptionsgeschichte

Curlie spread through developer-oriented package channels rather than through operating-system base installs. Its official install notes mention Homebrew, webi, eget, MacPorts, FreeBSD pkg, Go install, Scoop, mise, and binary downloads.

### Wie es verwendet wird

Users invoke curlie with curl options, an optional HTTP method, a URL, and request items. Its main usage pitch is concise API testing with pretty JSON output while retaining access to curl options and a --curl mode to print the executed curl command.

### Warum Paket-Nerds sich dafür interessieren

Curlie is useful to package nerds as a modern single-binary wrapper around an established base tool. Its packaging story is mostly about shipping a Go CLI across many developer package managers while depending conceptually on curl's semantics rather than replacing libcurl.

### Zeitleiste

- 2021: GitHub tags page shows v1.6.6 and v1.6.7.
- 2023: GitHub tags page shows v1.7.x releases.
- 2025: GitHub tags page shows v1.8.x releases.

### Related projects

- curl and HTTPie are the explicit upstream inspirations; webi, eget, mise, Homebrew, MacPorts, Scoop, and pkg are named install channels.

### Quellen

- <https://github.com/rs/curlie>
- <https://rs.github.io/curlie>
- <https://github.com/rs/curlie/tags>


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- Nix - curlie: normalized package name match | nixpkgs package indexes: pkgs/by-name/cu/curlie/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - curlie - 1.8.2-r14: normalized package name match | Alpine Linux edge package indexes: curlie from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Curlie is a frontend to curl that adds the ease of use of httpie | https://curlie.io/
- apk - curlie-doc - 1.8.2-r14: normalized package name match | Alpine Linux edge package indexes: curlie-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Curlie is a frontend to curl that adds the ease of use of httpie (documentation) | https://curlie.io/
- pacman - curlie - 1.8.2-1: normalized package name match | Arch Linux sync databases: curlie from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The power of curl, the ease of use of httpie. | https://rs.github.io/curlie
- zypper - curlie - 1.8.2-1.7: normalized package name match | openSUSE Tumbleweed package metadata: curlie from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | a frontend to curl that adds the ease of use of httpie | https://github.com/rs/curlie
- MacPorts - curlie: normalized package name match | MacPorts ports tree: net/curlie/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/curlie: normalized package name match | Scoop official bucket manifest trees: bucket/curlie.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/curlie.yml](https://github.com/mxcl/pkgdb/blob/main/combined/curlie.yml)


## Quellen

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