macOS
brew install srclocal Homebrew formula metadata
brew
Simple revision control: RCS reloaded with a modern UI. Version 1.45 via Homebrew; verified 2026-05-20.
install
brew install srclocal Homebrew formula metadata
sudo dnf install srcFedora Rawhide package metadata · src · source: dl.fedoraproject.org
overview
Simple revision control: RCS reloaded with a modern UI
history
`src` is Eric S. Raymond's simple revision-control tool for solo, single-file projects. It wraps old RCS and SCCS storage ideas in a more modern command-line interface for people who want version history for loose scripts, HOWTOs, and small files without creating a full Git repository.
The official manual describes SRC as simple revision control for single-file projects by solo developers and authors, explicitly calling it a modernization of RCS. The FAQ frames the tool as a response to modern VCS tools that are powerful for multi-user, multi-file projects but awkward for small private files.
SRC is built on top of RCS rather than reimplementing RCS master-file internals. It can also operate on SCCS repositories, mostly for legacy compatibility, while its default storage directory is `.src`.
The package metadata in this batch shows `src` available through Homebrew and Fedora/DNF. That is a modest but meaningful packaging footprint for a niche developer tool: it is not trying to replace Git, but package managers make it easy to install alongside RCS for the narrow single-file use case.
Typical use is deliberately small: initialize a directory, commit one or more files, inspect status and logs, and retrieve previous revisions. The manual documents RCS/SCCS interoperability, import from RCS or SCCS directories, and commands shaped to feel familiar to Subversion, Mercurial, and Git users.
`src` is interesting to package nerds because it is a compatibility-layer package around very old Unix version-control machinery. It preserves the single-file workflow that RCS was good at while exposing a friendlier CLI, so the packaging question is less about ecosystem size and more about keeping a classic Unix niche installable.
security posture
No matching local secret-handling manifest was found for src. Nucleus package metadata is still published here so future coverage has a stable package URL.
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 |
|---|---|---|---|
src | 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.
install metadata
| Package key | brew:src |
|---|---|
| Version | 1.45 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/src |
| Homepage | http://www.catb.org/~esr/src/ |
| Repository | https://gitlab.com/esr/src |
| Upstream docs | http://www.catb.org/~esr/src/FAQ.html |
| License | BSD-2-Clause |
| Source archive | https://gitlab.com/esr/src/-/archive/1.45/src-1.45.tar.bz2 |
| Last updated | 2026-05-20T15:38:01Z |
| Pulse | updated |
| Dependencies | rcs |
| Build dependencies | asciidoctor |
| Uses from macOS | python |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | src |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
src 1.38-5.fc44
Simple Revision Control
sudo dnf install srcsource 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.