macOS
brew install crystal-icrlocal Homebrew formula metadata
brew
Interactive console for Crystal programming language. Version 0.9.0 via Homebrew; verified from local package data.
install
brew install crystal-icrlocal Homebrew formula metadata
nix profile install nixpkgs#icrnixpkgs package indexes · pkgs/by-name/ic/icr/package.nix · source: api.github.com
overview
Interactive console for Crystal programming language
history
ICR, short for Interactive Crystal, is a REPL-like console for the Crystal programming language. It exists because Crystal is normally compiled, so an interactive shell has to simulate the Ruby-style irb experience by generating and running Crystal programs behind the scenes.
The official GitHub repository was created in 2016 under the crystal-community organization. Its README presents the tool as an interactive console for Crystal and credits Potapov Sergey as creator and maintainer, with later community contributors adding support for newer Crystal versions, records, require flags, syntax highlighting, and maintenance.
ICR is a smaller companion package rather than part of Crystal's core distribution. The README documents source installation with make, use as a shard dependency, and an Arch AUR package; the supplied package metadata adds Homebrew and Nix packaging, showing that language-adjacent developer tools often get packaged separately from the compiler.
ICR is used like irb for Crystal: each submitted instruction is accumulated into a generated Crystal program, executed, and presented as if only the new instruction ran. It supports requiring local files or shards from the command line and includes console commands such as paste, debug, quit, exit, and reset.
ICR is significant mostly as a packaging companion to Crystal. Its usefulness depends on matching the installed Crystal compiler, readline, and LLVM development files, so it illustrates why language ecosystems often need small auxiliary formulae beyond the main runtime.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
icr | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/crystal-community/icr
install metadata
| Package key | brew:crystal-icr |
|---|---|
| Version | 0.9.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/crystal-icr |
| Homepage | https://github.com/crystal-community/icr |
| Repository | https://github.com/crystal-community/icr |
| Upstream docs | https://github.com/crystal-community/icr#readme |
| License | MIT |
| Source archive | https://github.com/crystal-community/icr/archive/refs/tags/v0.9.0.tar.gz |
| Dependencies | bdw-gc, crystal, libevent, libyaml, openssl@3, pcre2, readline |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | crystal-icr |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
icr
nix profile install nixpkgs#icrsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.