# slumber を Homebrew, Nix, pacman でインストール

slumber のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:slumber
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install slumber
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#slumber
```

  証拠: nixpkgs package indexes: pkgs/by-name/sl/slumber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S slumber
```

  証拠: Arch Linux sync databases: slumber from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:slumber
- **パッケージマネージャ:** Homebrew
- **バージョン:** 5.3.0
- **ソース概要:** Terminal-based HTTP/REST client
- **ホームページ:** <https://slumber.lucaspickering.me/>
- **リポジトリ:** <https://github.com/LucasPickering/slumber>
- **最終更新:** 2026-05-16T15:18:21Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- slumber (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 5.3.0
## プロジェクトの歴史と使われ方

Slumber is a terminal HTTP/REST client with both TUI and CLI workflows. It is source-first: request collections are YAML files meant to be edited, shared, and committed with code.

### プロジェクトの歴史

The repository was created in August 2023. The official changelog identifies 0.3.1 in October 2023 as the initial distributed release, followed by 1.0.0 in April 2024 and later major releases that continued expanding the TUI, CLI, collections, and persistence features.

### 採用の歴史

The README links installation and documentation, shows a crates.io badge, and documents Homebrew as an install path. The supplied package metadata lists Homebrew, Nix, and pacman package names, placing Slumber in the newer Rust CLI tooling ecosystem.

### 使われ方

Users define request collections such as `slumber.yml`, run the TUI with `slumber`, or use CLI subcommands for scripted HTTP requests. The docs emphasize sharable collections, profiles, templates, imports from external formats, and local persistence.

### パッケージ好きにとっての重要性

Slumber appeals to package and CLI enthusiasts because it treats API-client state as text files rather than as opaque app data. That makes it friendlier to Git, dotfiles, reproducible environments, and terminal-first workflows.

### タイムライン

- 2023: GitHub repository created.
- 2023: 0.3.1 marked as the initial distributed release.
- 2024: 1.0.0 released.
- 2025: 4.0.0 released with a migration guide.
- 2026: 5.0.0 released.

### Related projects

- Slumber is adjacent to Postman, Insomnia, curl/httpie-style CLI clients, Rust TUI applications, and YAML-based API collection formats.

### ソース

- <https://api.github.com/repos/LucasPickering/slumber>
- <https://github.com/LucasPickering/slumber#readme>
- <https://slumber.lucaspickering.me/>
- <https://slumber.lucaspickering.me/api/configuration/index.html>
- <https://slumber.lucaspickering.me/api/request_collection/index.html>
- <https://slumber.lucaspickering.me/other/changelog.html>
- input.source_facts.package-manager


## セキュリティノート

slumber に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.config/slumber/config.yml
- macOS: ~/Library/Application Support/slumber/config.yml
- Unix: slumber.yml, slumber.yaml, .slumber.yml, .slumber.yaml
- Windows: C:\Users\<User>\AppData\Roaming\slumber\config.yml
## 他のパッケージマネージャ記録

- Nix - slumber: normalized package name match | nixpkgs package indexes: pkgs/by-name/sl/slumber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - slumber - 5.3.0-1: normalized package name match | Arch Linux sync databases: slumber from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Terminal-based REST client | https://github.com/LucasPickering/slumber


## Combined YAML source

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


## ソース

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