macOS
brew install epics-baselocal Homebrew formula metadata
brew
epics-base のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install epics-baselocal Homebrew formula metadata
sudo apt install epics-baseDebian stable package indexes · epics-base · ソース: deb.debian.org
概要
Experimental Physics and Industrial Control System
履歴
EPICS Base is the C/C++ core of the Experimental Physics and Industrial Control System toolkit. EPICS provides software components and command-line tools for building distributed control systems used by particle accelerators, telescopes, large experiments, and industrial installations.
EPICS grew out of accelerator control-system work at Los Alamos National Laboratory and Argonne National Laboratory. Official historical material describes GTACS, the Ground Test Accelerator Control System, as the immediate predecessor and explains that the EPICS name was adopted as the LANL and ANL collaboration generalized the software for multi-lab use.
The EPICS repository documentation says current and past EPICS Base versions are maintained in the same GitHub repository, with EPICS 7 development on the 7.0 branch and older branches for 3.13, 3.14, 3.15, and 3.16. The project continues to release EPICS Base as the central core of the toolkit.
The official EPICS site describes a collaboration spanning many projects across disciplines, sizes, and continents. Historical EPICS material records the early LANL-ANL collaboration, 1992 participation by LBL, SSCL, and CEBAF, and later commercial licensing of EPICS Release 3.8.
Package adoption follows EPICS Base's role as a foundational scientific-control dependency: the supplied source metadata lists Homebrew, Debian, and Ubuntu package names, while the official repository documents the portable branch and release structure needed by downstream users.
EPICS Base users build the toolkit, create or run IOCs, and use Channel Access and PV Access tools to read, write, monitor, and serve process variables. The repository README shows a quick `make` build and a `softIoc` example, while the documentation indexes installation, IOC creation, database concepts, Channel Access commands, and system administration topics.
For package maintainers, EPICS Base is significant because it is a long-lived scientific infrastructure package with many executables, C/C++ libraries, Perl tooling, architecture-specific install paths, and downstream modules. Its branch history, tagged releases, and broad operating-system support make it a classic example of packaging research-facility infrastructure rather than a single small CLI.
セキュリティ状態
epics-base に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
EpicsHostArch.pl | cli | グローバル実行可能ファイル | |
caRepeater | cli | グローバル実行可能ファイル | |
caget | cli | グローバル実行可能ファイル | |
cainfo | cli | グローバル実行可能ファイル | |
camonitor | cli | グローバル実行可能ファイル | |
caput | cli | グローバル実行可能ファイル | |
casw | cli | グローバル実行可能ファイル | |
pvcall | cli | グローバル実行可能ファイル | |
pvget | cli | グローバル実行可能ファイル | |
pvinfo | cli | グローバル実行可能ファイル | |
pvlist | cli | グローバル実行可能ファイル | |
pvmonitor | cli | グローバル実行可能ファイル | |
pvput | cli | グローバル実行可能ファイル | |
softioc | cli | グローバル実行可能ファイル | |
softiocpva | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/epics-base/epics-base
インストールメタデータ
| パッケージキー | brew:epics-base |
|---|---|
| バージョン | 7.0.10 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/epics-base |
| ホームページ | https://epics-controls.org/ |
| リポジトリ | https://github.com/epics-base/epics-base |
| 上流ドキュメント | https://docs.epics-controls.org/en/latest |
| ライセンス | EPICS |
| ソースアーカイブ | https://github.com/epics-base/epics-base.git |
| 最終更新 | 2026-07-01T09:38:18Z |
| Pulse | updated |
| 依存関係 | perl, readline |
| ビルド依存関係 | pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | To use EPICS in the shell you have to put this here into shell configuration: export EPICS_BASE=$HOMEBREW_PREFIX/opt/epics-base/libexec export EPICS_HOST_ARCH=$($HOMEBREW_PREFIX/opt/epics-base/bin/EpicsHostArch.pl) |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | epics-base |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
epics-base 7.0.8.1+dfsg1-7+deb13u1
EPICS tools
sudo apt install epics-baseepics-dev 7.0.8.1+dfsg1-7+deb13u1
EPICS header files
sudo apt install epics-devepics-doc 7.0.8.1+dfsg1-7+deb13u1
EPICS documentation
sudo apt install epics-doclibca-dev 7.0.8.1+dfsg1-7+deb13u1
EPICS channel access client library (headers)
sudo apt install libca-devlibca4.14.4 7.0.8.1+dfsg1-7+deb13u1
EPICS channel access client library
sudo apt install libca4.14.4libcom-dev 7.0.8.1+dfsg1-7+deb13u1
EPICS common library (headers)
sudo apt install libcom-devlibcom3.23.1 7.0.8.1+dfsg1-7+deb13u1
EPICS common library
sudo apt install libcom3.23.1libepics-perl 7.0.8.1+dfsg1-7+deb13u1
EPICS perl module
sudo apt install libepics-perlepics-base 7.0.7+dfsg1-5
EPICS tools
sudo apt install epics-baseepics-dev 7.0.7+dfsg1-5
EPICS header files
sudo apt install epics-devepics-doc 7.0.7+dfsg1-5
EPICS documentation
sudo apt install epics-doclibca-dev 7.0.7+dfsg1-5
EPICS channel access client library (headers)
sudo apt install libca-devlibca4.14.2 7.0.7+dfsg1-5
EPICS channel access client library
sudo apt install libca4.14.2libcom-dev 7.0.7+dfsg1-5
EPICS common library (headers)
sudo apt install libcom-devlibcom3.22.0 7.0.7+dfsg1-5
EPICS common library
sudo apt install libcom3.22.0libepics-perl 7.0.7+dfsg1-5
EPICS perl module
sudo apt install libepics-perlソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.