# Installer ioctl avec Homebrew

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

## installation

```sh
sudo av install brew:ioctl
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ioctl
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:ioctl
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ioctl>
- **Version:** 2.4.3
- **Résumé source:** Command-line interface for interacting with the IoTeX blockchain
- **Page d'accueil:** <https://docs.iotex.io/>
- **Dépôt:** <https://github.com/iotexproject/iotex-core>
- **Docs amont:** <https://docs.iotex.io/>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/iotexproject/iotex-core/archive/refs/tags/v2.4.3.tar.gz>
- **Dernière mise à jour:** 2026-07-07T07:00:48Z
- **Généré:** 2026-07-10T07:20:53+00:00

## exécutables

- ioctl (cli)
- ioctl (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-10
- version du gestionnaire: 2.4.3
- gestionnaire mis à jour: 2026-07-07
- données locales: OK
- dépôt amont: https://github.com/iotexproject/iotex-core
- dernière version détectée: v2.4.3 (à jour)
## Historique du projet et usages

ioctl is the command-line client for interacting with the IoTeX blockchain. It is built from the iotex-core repository and gives developers, node operators, and wallet users a terminal interface for installation checks, endpoint configuration, accounts, actions, queries, smart contracts, staking, tokens, ioID identities, W3bstream, DID, and JWT-related workflows.

### Historique du projet

ioctl's history is coupled to iotex-core, the Go implementation of the IoTeX blockchain protocol. The IoTeX docs show `make ioctl` as the source-build path and the GitHub repository describes iotex-core as the official implementation of the protocol.

The official reference includes a version example built in April 2019, which places the CLI in the early public mainnet era of IoTeX tooling. IoTeX project updates from that period discuss Mainnet Alpha launch preparation and delegate operations, the same operational context in which a chain CLI is needed.

Over time, ioctl became a documented developer and operator tool rather than only a build artifact. The docs include install scripts, Homebrew installation, endpoint setup for mainnet and testnet gateways, update commands, and a reference tree covering the core blockchain interaction surface.

### Historique d'adoption

ioctl adoption tracks IoTeX ecosystem participation: developers use it to configure endpoints and interact with the chain, wallet users can create and inspect accounts, and delegates or node operators rely on command-line workflows around releases and network operations. The Homebrew formula makes the CLI available as a standard macOS package.

### Modes d'utilisation

Users install ioctl with the IoTeX install script, Homebrew, or a source build from iotex-core, then configure an endpoint such as the IoTeX mainnet or testnet gateway. The reference documents `ioctl config`, `ioctl update`, `ioctl version`, and command groups for accounts, queries, actions, smart contracts, staking, tokens, and identity-related features.

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

ioctl is a good example of a blockchain project CLI packaged separately from the node daemon but built from the same monorepo. For package maintainers, that means versioning, release assets, install scripts, and node/network compatibility all matter more than a normal standalone utility's flags.

The name is also package-nerd bait: it collides conceptually with Unix `ioctl(2)`, but in Homebrew it is the IoTeX client executable. Context from docs and repository metadata is essential to avoid misclassifying it as a low-level Unix system tool.

### Chronologie

- 2018-2019: IoTeX project updates describe Mainnet Alpha preparation and launch-era network operations.
- 2019-04: IoTeX docs show `ioctl version` output from client and server builds around Mainnet Alpha timing.
- 2019 onward: Documentation organizes ioctl as the command-line client for accounts, actions, queries, smart contracts, staking, tokens, and identities.
- Package-manager era: Homebrew provides the `ioctl` formula for installing the IoTeX CLI.
- 2026: iotex-core release notes continue to ship protocol releases from the same repository that contains the CLI.

### Related projects

- iotex-core is the source repository and blockchain implementation that contains ioctl.
- iotex-bootstrap documents node and network operation around iotex-core releases.
- IoTeX docs, IoTeXscan, staking tools, ioID, and W3bstream are adjacent ecosystem surfaces referenced from the ioctl documentation.

### Sources

- <https://community.iotex.io/t/official-iotex-project-updates/695>
- <https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client>
- <https://docs.iotex.io/blockchain/build/web3-development/ioctl-cli>
- <https://docs.iotex.io/blockchain/build/web3-development/ioctl-cli/installation>
- <https://formulae.brew.sh/formula/ioctl>
- <https://github.com/iotexproject/iotex-core>
- <https://github.com/iotexproject/iotex-core/releases>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ioctl. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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

- Unix: ~/.config/ioctl/default/config.default

## Credential files

- Unix: ~/.config/ioctl/default
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ioctl
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [bcoin](https://www.automicvault.com/fr/pkg/brew/bcoin/) - Shares av.db curated category or tags: blockchain, cli, data.
- [burrow](https://www.automicvault.com/fr/pkg/brew/burrow/) - Shares av.db curated category or tags: cli, data, go.
- [cayley](https://www.automicvault.com/fr/pkg/brew/cayley/) - Shares av.db curated category or tags: cli, data, go.
- [clickhouse-sql-parser](https://www.automicvault.com/fr/pkg/brew/clickhouse-sql-parser/) - Shares av.db curated category or tags: cli, data, go.
- [conduit](https://www.automicvault.com/fr/pkg/brew/conduit/) - Shares av.db curated category or tags: cli, data, go.
- [cql](https://www.automicvault.com/fr/pkg/brew/cql/) - Shares av.db curated category or tags: blockchain, cli, data.
- [iceberg-cli](https://www.automicvault.com/fr/pkg/brew/iceberg-cli/) - Shares av.db curated category or tags: cli, data, go.
- [kaf](https://www.automicvault.com/fr/pkg/brew/kaf/) - Shares av.db curated category or tags: cli, data, go.
- [astra](https://www.automicvault.com/fr/pkg/brew/astra/) - Local package facts share a topical domain. Shared terms: cli, command-line, data, interface, line.
- [cubejs-cli](https://www.automicvault.com/fr/pkg/brew/cubejs-cli/) - Local package facts share a topical domain. Shared terms: cli, command-line, data, interface, line.

## Combined YAML source

View the package source record on GitHub. [combined/ioctl.yml](https://github.com/automic-vault/db/blob/main/combined/ioctl.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
