# toot を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:toot
```

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

### macOS

- Homebrew (100%):

```sh
brew install toot
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install toot
```

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

### Linux

- apk (92%):

```sh
sudo apk add toot
```

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

- Debian apt (92%):

```sh
sudo apt install toot
```

  証拠: Debian stable package indexes: toot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install toot
```

  証拠: Fedora Rawhide package metadata: toot from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#toot
```

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

- pacman (92%):

```sh
sudo pacman -S toot
```

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

## パッケージ情報

- **パッケージキー:** brew:toot
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.52.1
- **ソース概要:** Mastodon CLI & TUI
- **ホームページ:** <https://toot.bezdomni.net/>
- **リポジトリ:** <https://github.com/ihabunek/toot>
- **最終更新:** 2026-07-10T11:42:37Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- toot (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

toot is a Python command-line and terminal UI client for Mastodon and compatible Fediverse servers. It belongs to the long-running niche of social-network clients for people who prefer shell workflows, scriptable commands, and terminal timelines over a browser.

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

PyPI release history starts with toot 0.1.0 on April 12, 2017, soon after Mastodon became a visible open-source social-networking project. The official documentation describes toot as both a CLI and TUI for interacting with Mastodon-compatible instances from the command line.

The project grew from posting and timeline commands into a broader Fediverse client. The 2023 changelog records the documentation move from Read the Docs to toot.bezdomni.net, later releases added settings, shell completion, JSON output, account and list features, richer TUI behavior, image display, poll support, timeline command groups, and follow-request commands.

### 採用の歴史

The official installation page says toot is packaged for various platforms and recommends using the operating system package manager when possible. It also documents Homebrew for macOS users, pipx for Python-oriented installs, and source installs from the GitHub release archive. The input package metadata additionally shows packaging in Homebrew, Debian, Ubuntu, Fedora, Alpine, Arch, MacPorts, and Nix.

### 使われ方

The basic workflow starts with `toot login`, which stores application and user access tokens in `~/.config/toot/config.json`. Users can then post statuses from arguments, pipes, files, or an editor, view timelines, manage accounts, and use the TUI with keyboard shortcuts for navigation, boosting, replying, editing, bookmarking, media viewing, and JSON inspection.

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

toot matters in the package-nerd niche because it makes a social network behave like a Unix program: installable from distro or language package managers, configurable under XDG-style paths, scriptable in shell pipelines, and usable in terminals on servers or minimal desktops.

### タイムライン

- 2017: First PyPI release, 0.1.0.
- 2023: Documentation moved to toot.bezdomni.net.
- 2023: 0.38.0 added a settings file and more TUI timeline support.
- 2024: 0.40.0 moved command handling to Click and added shell completion and environment-variable support.
- 2025: 0.48.0 introduced the `toot timelines` command group.
- 2026: 0.52.1 published on PyPI.

### Related projects

- Mastodon, Fediverse-compatible servers, Pleroma, GoToSocial, snac2, pipx, Homebrew.

### ソース

- <https://pypi.org/project/toot/>
- <https://toot.bezdomni.net/>
- <https://toot.bezdomni.net/changelog.html>
- <https://toot.bezdomni.net/installation.html>
- <https://toot.bezdomni.net/tui.html>
- <https://toot.bezdomni.net/usage.html>
- source_facts.package-manager


## セキュリティノート

toot に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ 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/toot/settings.toml
- Windows: %APPDATA%\toot\settings.toml

## Credential files

- Unix: ~/.config/toot/config.json
## 他のパッケージマネージャ記録

- Debian apt - toot - 0.48.1-0: normalized package name match | Debian stable package indexes: toot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | mastodon cli client | https://github.com/ihabunek/toot
- Nix - toot: normalized package name match | nixpkgs package indexes: pkgs/by-name/to/toot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - toot - 0.41.1-1: normalized package name match | Ubuntu 24.04 LTS package indexes: toot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | mastodon cli client | https://github.com/ihabunek/toot
- apk - toot - 0.52.1-r0: normalized package name match | Alpine Linux edge package indexes: toot from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | mastodon cli & tui | https://github.com/ihabunek/toot
- apk - toot-pyc - 0.52.1-r0: normalized package name match | Alpine Linux edge package indexes: toot-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for toot | https://github.com/ihabunek/toot
- dnf - toot - 0.51.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: toot from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A CLI and TUI tool for interacting with Mastodon | https://github.com/ihabunek/toot
- pacman - toot - 0.52.1-1: normalized package name match | Arch Linux sync databases: toot from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A Mastodon CLI client | https://github.com/ihabunek/toot
- MacPorts - toot: normalized package name match | MacPorts ports tree: net/toot/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/toot.yml](https://github.com/mxcl/pkgdb/blob/main/combined/toot.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
