# Installer exercism avec Homebrew, apk, dnf, MacPorts, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:exercism
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install exercism
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install exercism
```

  Preuve: MacPorts ports tree: devel/exercism/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add exercism
```

  Preuve: Alpine Linux edge package indexes: exercism from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install exercism
```

  Preuve: Fedora Rawhide package metadata: exercism from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#exercism
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ex/exercism/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/exercism
```

  Preuve: Scoop official bucket manifest trees: bucket/exercism.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Exercism.CLI -e
```

  Preuve: Windows Package Manager source index: Exercism.CLI from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:exercism
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/exercism>
- **Version:** 3.5.8
- **Résumé source:** Command-line tool to interact with exercism.io
- **Page d'accueil:** <https://exercism.io/cli/>
- **Dépôt:** <https://github.com/exercism/cli>
- **Docs amont:** <https://exercism.io/cli/>
- **Licence:** MIT
- **Archive source:** <https://github.com/exercism/cli/archive/refs/tags/v3.5.8.tar.gz>
- **Dernière mise à jour:** 2026-07-25T14:23:19-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- exercism (cli)
- exercism (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-08-04
- version du gestionnaire: 3.5.8
- gestionnaire mis à jour: 2026-07-25
- données locales: OK
- dépôt amont: https://github.com/exercism/cli
- dernière version détectée: v3.5.8 (à jour)
## Historique du projet et usages

The Exercism CLI is the local command-line companion to Exercism, a free programming-practice and mentoring platform. It downloads exercises into a developer's own workspace and submits completed solutions back to exercism.org.

### Historique du projet

Exercism was first created in 2013 by Katrina Owen as a tool for her students. The project's own v3 materials describe v1 as a collection of practice exercises, v2 as a free code-mentorship platform, and v3 as the next major platform generation.

Exercism v3 launched on September 1, 2021 after about two years of work. The launch migrated data from v2, changed mentoring from an automatic request to a deliberate user action, and marked a broader redesign of the platform's learning model.

At the same time, Exercism moved from exercism.io to exercism.org after roughly eight years on the old domain. The project framed the move as a better fit for its not-for-profit mission and a more trustworthy home for a growing learning platform.

### Historique d'adoption

Exercism's adoption comes from the platform rather than the CLI alone: the official about page describes programming practice and mentorship across 83 languages, and the CLI repository has a long-lived release stream with prebuilt binaries. Package managers carry the CLI because local solving is a normal Exercism workflow, not a fringe integration.

The CLI itself is a Go binary with no additional runtime requirements, which made it easy for Homebrew, Linux distributions, Windows package managers, and language learners to install without pulling in a language-specific toolchain.

### Modes d'utilisation

The core workflow is configure, download, solve, submit. Users configure the CLI with an Exercism API token, download a track exercise by slug, work locally with the track's tests and tooling, and submit implementation files when the solution is ready.

The CLI also handles routine support tasks: checking the installed version, finding the binary with which exercism, opening issue-tracker context through troubleshoot output, and showing command help for less common operations.

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

For package maintainers, exercism is a nice example of a service-backed developer tool whose value is in a stable command-line contract rather than a local compiler or language runtime. It is tiny, cross-platform, frequently released, and directly tied to a public learning service.

For developers, the CLI keeps Exercism from being only a browser exercise site. It lets people use their editor, shell, local tests, and normal version-control habits while still participating in the hosted mentorship and solution-sharing platform.

### Chronologie

- 2013: Katrina Owen creates Exercism as a tool for her students.
- 2018: Exercism v2 era centers the platform on free code mentorship.
- 2021-09-01: Exercism v3 launches.
- 2021-09-01: Exercism moves from exercism.io to exercism.org.
- 2025-09-24: exercism/cli publishes v3.5.8 on GitHub.

### Related projects

- The CLI is part of the broader Exercism platform, including language track repositories, mentoring tools, the exercism.org website, and the platform's GitHub-hosted open-source infrastructure.

### Sources

- <https://exercism.org/blog/whats-new-in-v3-with-angelika>
- <https://exercism.org/blog/exercism-v3-has-launched>
- <https://exercism.org/blog/exercism-io-is-now-exercism-org>
- <https://exercism.org/about>
- <https://exercism.org/docs/using/solving-exercises/working-locally>
- <https://github.com/exercism/cli>
- <https://github.com/exercism/cli/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** exercism
- **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

## Autres enregistrements de gestionnaires de paquets

- Nix - exercism: normalized package name match | nixpkgs package indexes: pkgs/by-name/ex/exercism/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - exercism - 3.5.8-r1: normalized package name match | Alpine Linux edge package indexes: exercism from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Command-line client for exercism.io | https://github.com/exercism/cli
- apk - exercism-bash-completion - 3.5.8-r1: normalized package name match | Alpine Linux edge package indexes: exercism-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for exercism | https://github.com/exercism/cli
- apk - exercism-fish-completion - 3.5.8-r1: normalized package name match | Alpine Linux edge package indexes: exercism-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for exercism | https://github.com/exercism/cli
- apk - exercism-zsh-completion - 3.5.8-r1: normalized package name match | Alpine Linux edge package indexes: exercism-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for exercism | https://github.com/exercism/cli
- dnf - exercism - 3.5.8-5.fc45: normalized package name match | Fedora Rawhide package metadata: exercism from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Exercism command-line interface | https://github.com/exercism/cli
- MacPorts - exercism: normalized package name match | MacPorts ports tree: devel/exercism/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/exercism: normalized package name match | Scoop official bucket manifest trees: bucket/exercism.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Exercism.CLI: normalized package name match | Windows Package Manager source index: Exercism.CLI from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [leetcode-cli](https://pkg.so/fr/brew/leetcode-cli/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools.
- [leetgo](https://pkg.so/fr/brew/leetgo/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools.
- [leetup](https://pkg.so/fr/brew/leetup/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools.
- [leetsolv](https://pkg.so/fr/brew/leetsolv/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools.
- [cppinsights](https://pkg.so/fr/brew/cppinsights/) - Shares pkgdb curated category or tags: cli, developer-tools, education.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
