macOS
brew install c3clocal Homebrew formula metadata
brew
c3c のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install c3clocal Homebrew formula metadata
nix profile install nixpkgs#c3cnixpkgs package indexes · pkgs/by-name/c3/c3c/package.nix · ソース: api.github.com
sudo pacman -S c3cArch Linux sync databases · c3c · ソース: geo.mirror.pkgbuild.com
概要
Compiler for the C3 language
履歴
C3C is the reference compiler for C3, a systems programming language that presents itself as an evolutionary C-like language for programmers who want C syntax, C ABI compatibility, and more modern safety and metaprogramming conveniences.
The official C3 materials describe the language as building on C syntax and semantics while retaining familiarity for C programmers. The compiler project is organized around that goal: it ships prebuilt compiler binaries, a standard library, build commands, project templates, and a declarative project.json format.
The C3 project explicitly cites the C2 language as an inspiration for iterating on C without becoming a wholly new language. Its design principles emphasize procedural programming, staying close to C, C ABI compatibility, a modest language surface, and adding higher-level conveniences only where the value is high.
By the 0.8.x series, the official roadmap described C3 as feature-stable enough to run in production with the usual caveats for pre-1.0 software. The roadmap targets 0.9 in 2027 and 1.0 in 2028, with 1.0 meaning a language freeze while the standard library can continue to evolve.
C3C adoption is still early compared with established systems languages, but the project has moved beyond an experimental compiler-only artifact. Official releases provide binaries for Windows, Linux, macOS, and OpenBSD, and the README documents verified compiler builds across Windows, macOS, Linux, OpenBSD, and NetBSD.
The project uses a showcase repository and community channels to collect user projects and feedback. Its own demonstration of compiling a modified vkQuake with a portion converted to C3 is a practical adoption signal for the language's C interop story.
Package-manager users install c3c to get the C3 compiler executable. Typical usage begins with c3c init to create a project, project.json to describe targets and build settings, and c3c build or c3c run to compile and execute a project.
The language is aimed at systems and C-adjacent application work. Official materials highlight C ABI compatibility, modules, semantic macros, compile-time reflection, generic modules, slices, contracts, defer, value methods, and built-in build tooling.
For package nerds, c3c is interesting because it packages an emerging C-family language as a single CLI compiler with its own project format instead of delegating all build metadata to CMake, Meson, or make. It sits in the same modern systems-language conversation as Zig, Odin, Jai, Rust, and D, but keeps a deliberate C-like surface.
Its Homebrew, Nix, and pacman packaging means the compiler has crossed the threshold from source-only curiosity to something users expect to install through normal developer package channels.
セキュリティ状態
c3c に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
project.jsonproject.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
c3c | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:c3c |
|---|---|
| バージョン | 0.8.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/c3c |
| ホームページ | https://c3-lang.org |
| リポジトリ | https://github.com/c3lang/c3c |
| 上流ドキュメント | https://c3-lang.org/build-your-project/project-config |
| ライセンス | LGPL-3.0-only |
| ソースアーカイブ | https://github.com/c3lang/c3c/archive/refs/tags/v0.8.1.tar.gz |
| 最終更新 | 2026-06-15T10:20:11-04:00 |
| Pulse | updated |
| 依存関係 | lld, llvm |
| ビルド依存関係 | cmake |
| macOS 提供ライブラリ | curl |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | c3c |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
c3c
nix profile install nixpkgs#c3cc3c 0.8.1-1
Compiler for the C3 language
sudo pacman -S c3cソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.