# cc65 を Homebrew, apk, apt, dnf, MacPorts, Nix, scoop でインストール

cc65 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cc65
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cc65
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cc65
```

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

### Linux

- apk (92%):

```sh
sudo apk add cc65
```

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

- Debian apt (92%):

```sh
sudo apt install cc65
```

  証拠: Debian stable package indexes: cc65 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install cc65
```

  証拠: Fedora Rawhide package metadata: cc65 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#cc65
```

  証拠: nixpkgs package indexes: pkgs/by-name/cc/cc65/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/cc65
```

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

## パッケージ情報

- **パッケージキー:** brew:cc65
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/cc65>
- **バージョン:** 2.19
- **ソース概要:** 6502 C compiler
- **ホームページ:** <https://cc65.github.io/cc65/>
- **リポジトリ:** <https://github.com/cc65/cc65>
- **上流ドキュメント:** <https://cc65.github.io/cc65/>
- **ライセンス:** Zlib
- **ソースアーカイブ:** <https://github.com/cc65/cc65/archive/refs/tags/V2.19.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ar65 (cli)
- ca65 (cli)
- cc65 (cli)
- chrcvt65 (cli)
- cl65 (cli)
- co65 (cli)
- da65 (cli)
- grc65 (cli)
- ld65 (cli)
- od65 (cli)
- sim65 (cli)
- sp65 (cli)
- ar65 (エイリアス)
- ca65 (エイリアス)
- cc65 (エイリアス)
- chrcvt65 (エイリアス)
- cl65 (エイリアス)
- co65 (エイリアス)
- da65 (エイリアス)
- grc65 (エイリアス)
- ld65 (エイリアス)
- od65 (エイリアス)
- sim65 (エイリアス)
- sp65 (エイリアス)

## インストール挙動

- post-install フック: 未定義
- 注意点: Library files have been installed to: $HOMEBREW_CELLAR/cc65/2.19/share/cc65
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.19
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/cc65/cc65
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

cc65 is a complete cross-development toolchain for 65(C)02 systems, including a C compiler, macro assembler, linker, archiver, simulator, and supporting tools.

### プロジェクトの歴史

The official README traces cc65 to Ron Cain's Small C, enhanced by James E. Hendrix, then to John R. Dunning's Atari-hosted compiler/runtime implementation. Ullrich von Bassewitz moved the code to modern systems, rewrote most of the compiler, and rewrote the runtime library.

### 採用の歴史

cc65 became a long-lived retrocomputing toolchain because it supports many 6502-family targets, including Apple II, Atari 8-bit systems, Commodore machines, NES, Oric, BBC, PC Engine, KIM-1, Commander X16, and others. The supplied package facts show it is packaged across Homebrew, Debian, Fedora, MacPorts, Nix, Scoop, Ubuntu, and Alpine.

### 使われ方

Developers use cc65 to build C and assembly programs for old 6502-family machines and custom hardware. The official documentation covers each tool and shows that ld65 linker configuration files define output layout, memory areas, and segment placement.

### パッケージ好きにとっての重要性

cc65 is a classic package-manager fixture: a portable cross-compiler suite that lets modern hosts build software for many constrained historic targets. Its many small executables also make it a good test case for toolchain packaging, documentation paths, and target-library layout.

### Related projects

- Small C, ca65, ld65, cl65, sim65, and target ecosystems for Apple II, Atari, Commodore, NES, and other 65(C)02 machines.

### ソース

- <https://api.github.com/repos/cc65/cc65>
- <https://github.com/cc65/cc65>
- <https://cc65.github.io/cc65/>
- <https://cc65.github.io/doc>
- <https://cc65.github.io/doc/cc65.html>
- <https://cc65.github.io/doc/ld65.html>
- <https://cc65.github.io/getting-started.html>
- <https://formulae.brew.sh/api/formula/cc65.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

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.


## Configuration files

- Unix: current directory, directories passed with --cfg-path, $LD65_CFG, $CC65_HOME/cfg
## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- Debian apt - cc65 - 2.19-2: normalized package name match | Debian stable package indexes: cc65 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | complete cross development package for 65(C)02 systems | https://cc65.github.io/cc65/
- Debian apt - cc65-doc - 2.19-2: normalized package name match | Debian stable package indexes: cc65-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | cc65 documentation | https://cc65.github.io/cc65/
- Nix - cc65: normalized package name match | nixpkgs package indexes: pkgs/by-name/cc/cc65/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cc65 - 2.19-1: normalized package name match | Ubuntu 24.04 LTS package indexes: cc65 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | complete cross development package for 65(C)02 systems | https://cc65.github.io/cc65/
- Ubuntu apt - cc65-doc - 2.19-1: normalized package name match | Ubuntu 24.04 LTS package indexes: cc65-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | cc65 documentation | https://cc65.github.io/cc65/
- apk - cc65 - 2.19-r0: normalized package name match | Alpine Linux edge package indexes: cc65 from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Compiler Suite for 6502 based processors | https://cc65.github.io/
- dnf - cc65 - 2.19-16.fc45: normalized package name match | Fedora Rawhide package metadata: cc65 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A free C compiler for 6502 based systems | https://cc65.github.io
- dnf - cc65-devel - 2.19-16.fc45: normalized package name match | Fedora Rawhide package metadata: cc65-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for cc65 | https://cc65.github.io
- dnf - cc65-doc - 2.19-16.fc45: normalized package name match | Fedora Rawhide package metadata: cc65-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Documentation files for cc65 | https://cc65.github.io
- dnf - cc65-utils - 2.19-16.fc45: normalized package name match | Fedora Rawhide package metadata: cc65-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Additional utilities for cc65 | https://cc65.github.io
- MacPorts - cc65: normalized package name match | MacPorts ports tree: lang/cc65/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/cc65: normalized package name match | Scoop official bucket manifest trees: bucket/cc65.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [dtc](https://pkg.so/ja/brew/dtc/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [nuitka](https://pkg.so/ja/brew/nuitka/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [nvc](https://pkg.so/ja/brew/nvc/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [pythran](https://pkg.so/ja/brew/pythran/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [mlton](https://pkg.so/ja/brew/mlton/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [acme](https://pkg.so/ja/brew/acme/) - Shares pkgdb curated category or tags: 6502, assembler, cli, developer-tools, retro-computing.
- [m68k-elf-gcc](https://pkg.so/ja/brew/m68k-elf-gcc/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [xa](https://pkg.so/ja/brew/xa/) - Shares pkgdb curated category or tags: 6502, assembler, cli, developer-tools, retro-computing.

## Combined YAML source

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


## ソース

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