>_Hugging Face CLIOfficial
@huggingface
About Hugging Face CLI
Authenticate with the Hugging Face Hub, download and upload models, manage repositories, and run jobs.
Installation
pipx install huggingface-hubWhat it does
Model and dataset transfer
Repository management
Hub jobs and cache
Command examples
- 1
hf auth login - 2
hf download openai/gpt-oss-20b - 3
hf upload my-model ./model
Details
More AI agents CLIs
GitHub Copilot CLI
$ copilot
GitHub’s terminal coding agent for planning, editing, running, and reviewing changes with repository context.
LLM
$ llm
Run prompts, manage models, and extend LLM providers with plugins.
Ollama
$ ollama
Run and manage open models locally through a simple command-line interface.
AIChat
$ aichat
Chat with multiple AI providers, roles, sessions, tools, and local models.
Aider
$ aider
An open-source AI pair programmer that edits code in a local Git repository with many model providers.
Amazon Q Developer CLI
$ q
AWS’s terminal assistant for coding, shell completion, natural-language workflows, and AWS development.
Comments