macOS
brew install bittensorlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bittensor pour les workflows d'agents IA.
installation
brew install bittensorlocal Homebrew formula metadata
aperçu
SDK and command-line tool for the Bittensor network
historique
Bittensor is the Python SDK and command-line tooling used to read from, transact with, and build applications for the Bittensor network. The legacy 10.x package represented by this Homebrew formula combines the `bittensor` SDK with the separately distributed `bittensor-cli` and `bittensor-wallet` packages.
The Bittensor SDK repository was created in 2020 and developed alongside the network's blockchain and subnet model. Bittensor's official academic history records the network's launch in November 2021. The SDK exposed Python APIs for Subtensor and installed `btcli` for wallet, subnet, staking, and chain operations.
In 2026, Bittensor 11 replaced the legacy 10.x SDK, separate 9.x CLI, and separate wallet package with one unified `bittensor` distribution. SDK, CLI, documentation, and chain development then moved into the `RaoFoundation/subtensor` monorepo, while the legacy SDK repository was archived in July 2026.
The SDK became the standard official Python and shell interface for participants operating wallets, querying network state, staking, registering subnets, and writing subnet software. Its packaging evolved from a multi-distribution Python stack in v9/v10 to a single generated SDK-and-CLI package in v11.
The legacy formula installs the Python SDK plus `btcli`. Users commonly select a network, configure a coldkey wallet and hotkey, inspect balances and subnets, and submit signed staking or registration operations. Configuration is stored by the legacy CLI at `~/.bittensor/config.yml`, while wallet keys live under `~/.bittensor/wallets/`.
Current upstream guidance installs `bittensor` with `uv` or pip, uses `btcli query` for reads and `btcli tx` for transactions, and recommends previewing mutations with `--dry-run`. Existing v10 wallet files remain compatible with v11, but scripts and CLI invocations require migration because the client API and command organization changed substantially.
Bittensor is notable as a package-management case study because an SDK, CLI, and cryptographic wallet moved from three interdependent Python distributions back into one package and monorepo. The official migration guide documents executable ownership conflicts during upgrades, Python-version resolution pitfalls, native Rust build requirements, and compatibility of existing on-disk keyfiles.
Its official wallet security guide also records a compromised PyPI release of legacy `bittensor` 6.12.2 in July 2024 and consequently recommends exact version pins and signed source tags for high-value systems. That incident makes provenance and upgrade discipline unusually important for this package.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour bittensor. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
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.
Config paths the tool may read or write during local use.
~/.bittensor/config.ymlCredential-bearing paths to review before unattended agent runs.
~/.bittensor/wallets/<wallet-name>/coldkey~/.bittensor/wallets/<wallet-name>/hotkeys/<hotkey-name>exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
btcli | cli | exécutable global | |
certifi.sh | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:bittensor |
|---|---|
| Version | 11.0.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/bittensor |
| Page d'accueil | https://subtensor.vercel.app/ |
| Dépôt | https://github.com/RaoFoundation/bittensor |
| Docs amont | https://www.bittensor.com/docs |
| Licence | Apache-2.0 |
| Archive source | https://files.pythonhosted.org/packages/b7/97/56d2f9f2a50f4a55d342707e56b281d5f2cc4634c8f18f9b147198e41d16/bittensor-11.0.1.tar.gz |
| Dernière mise à jour | 2026-07-24T23:57:51Z |
| Pulse | updated |
| Dépendances | openssl@3, pydantic, python@3.13 |
| Dépendances de compilation | rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bittensor |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.