pkg.soopen package index

brew / Rang 1578

exercism mit Homebrew, apk, dnf, MacPorts, Nix, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für exercism in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install exercism

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install exercism

MacPorts ports tree · devel/exercism/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add exercism

Alpine Linux edge package indexes · exercism · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install exercism

Fedora Rawhide package metadata · exercism · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#exercism

nixpkgs package indexes · pkgs/by-name/ex/exercism/package.nix · Quelle: api.github.com

Windows

Scoopverifiziert · 92%
scoop install main/exercism

Scoop official bucket manifest trees · bucket/exercism.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id Exercism.CLI -e

Windows Package Manager source index · Exercism.CLI · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Command-line tool to interact with exercism.io

Befehle und Aliase

  • exercism

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
exercismExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version3.5.8
Manager aktualisiert2026-07-25
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:exercism
Version3.5.8
PaketmanagerHomebrew
Homepagehttps://exercism.io/cli/
Repositoryhttps://github.com/exercism/cli
Zuletzt aktualisiert2026-07-25T14:23:19-04:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

exercism

nix profile install nixpkgs#exercism
  • normalized package name match
  • Abgeglichen nach: Exercism
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ex/exercism/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

exercism 3.5.8-r1

Command-line client for exercism.io

https://github.com/exercism/cli

sudo apk add exercism
  • License: MIT
  • Architecture: x86_64
  • Source Package: exercism
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Exercism
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exercism from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

exercism-bash-completion 3.5.8-r1

Bash completions for exercism

https://github.com/exercism/cli

sudo apk add exercism-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: exercism
  • normalized package name match
  • Abgeglichen nach: Exercism
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exercism-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

exercism-fish-completion 3.5.8-r1

Fish completions for exercism

https://github.com/exercism/cli

sudo apk add exercism-fish-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: exercism
  • normalized package name match
  • Abgeglichen nach: Exercism
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exercism-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

exercism-zsh-completion 3.5.8-r1

Zsh completions for exercism

https://github.com/exercism/cli

sudo apk add exercism-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: exercism
  • normalized package name match
  • Abgeglichen nach: Exercism
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exercism-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

exercism 3.5.8-5.fc45

Exercism command-line interface

https://github.com/exercism/cli

sudo dnf install exercism
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: exercism
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Exercism
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: exercism from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
MacPorts95%

exercism

sudo port install exercism
  • normalized package name match
  • Abgeglichen nach: Exercism
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/exercism/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/exercism

scoop install main/exercism
  • normalized package name match
  • Abgeglichen nach: Exercism
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/exercism.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Exercism.CLI

winget install --id Exercism.CLI -e
  • normalized package name match
  • Abgeglichen nach: Exercism
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Exercism.CLI from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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