# Installer cbmbasic avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:cbmbasic
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cbmbasic
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cbmbasic
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cbmbasic
```

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

## Faits du paquet

- **Clé du paquet:** brew:cbmbasic
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0
- **Résumé source:** Commodore BASIC V2 as a scripting language
- **Page d'accueil:** <https://github.com/mist64/cbmbasic>
- **Dépôt:** <https://github.com/mist64/cbmbasic>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cbmbasic (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.0
## Historique du projet et usages

cbmbasic is a portable native implementation of Commodore BASIC V2, presented as a command-line interpreter and Unix scripting language.

### Historique du projet

The official README describes cbmbasic as a 100% compatible version of Commodore's Microsoft BASIC 6502 as found on the Commodore 64, but implemented natively rather than by emulating 6502 code. The public GitHub repository was created in 2014.

### Historique d'adoption

The README documents testing on Mac OS X, Debian Linux, and Windows NT-era Visual Studio toolchains, while supplied package facts show packaging in Homebrew, MacPorts, and Nix. Its audience is retro-computing users who want Commodore BASIC available as a normal host executable.

### Modes d'utilisation

Users can run cbmbasic interactively, pass an ASCII BASIC file on the command line, or add a hashbang line to run BASIC programs as Unix scripts. The README also documents a plugin-style extension path for additional statements and functions.

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

cbmbasic is a small package-manager gem: installing it drops a historically recognizable 8-bit BASIC dialect into a modern shell, with no emulator stack. It matters less as infrastructure and more as a portable preservation and scripting curiosity.

### Chronologie

- 2014: Public GitHub repository created.
- 2026: Repository metadata showed recent activity and an unarchived project.

### Related projects

- The README ties cbmbasic directly to Commodore BASIC V2, Microsoft BASIC 6502, the Commodore 64, and optional ANSI-style extensions documented in the repository.

### Sources

- <https://api.github.com/repos/mist64/cbmbasic>
- <https://github.com/mist64/cbmbasic>
- <https://github.com/mist64/cbmbasic#readme>
- <https://github.com/mist64/cbmbasic/blob/master/ANSI_Extension.md>
- <https://formulae.brew.sh/api/formula/cbmbasic.json>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- Nix - cbmbasic: normalized package name match | nixpkgs package indexes: pkgs/by-name/cb/cbmbasic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - cbmbasic: normalized package name match | MacPorts ports tree: lang/cbmbasic/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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