Automic VaultAutomic Vault

brew

w-calc を Homebrew, apt, MacPorts, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install w-calc

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install wcalc

MacPorts ports tree · science/wcalc/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install wcalc

Debian stable package indexes · wcalc · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#wcalc

nixpkgs package indexes · pkgs/by-name/wc/wcalc/package.nix · ソース: api.github.com

概要

パッケージ概要

Very capable calculator

履歴

プロジェクトの歴史と使われ方

Wcalc is a small command-line scientific calculator focused on natural mathematical expressions, arbitrary precision, constants, variables, command history, base conversion, and unit conversion.

プロジェクトの歴史

The Wcalc SourceForge project was registered in October 2002 and presents the program as a powerful arbitrary-precision calculator. Its project page identifies the main interface as command-line software written in C and distributed under GPLv2.

採用の歴史

Wcalc's adoption is modest but long-lived: its latest 2.5 source archives are still distributed from SourceForge, and Unix-like package ecosystems continue to carry it as a compact calculator for shell users.

使われ方

It is used where a terminal calculator is more convenient than a desktop calculator or a full computer-algebra system: quick scientific expressions, reusable variables, common constants, history-driven interactive work, and hexadecimal, octal, or binary input and output.

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

For package maintainers, w-calc is one of those small utilities that survives because it has a crisp Unix shape: one executable, text I/O, arbitrary precision through standard math libraries, and enough expression syntax to be useful in scripts or interactive shells.

タイムライン

  • 2002: The Wcalc SourceForge project was registered.
  • 2015: The Wcalc 2.5 release archives and README were published on SourceForge.
  • 2020s: The project remains available as a packaged command-line calculator on Unix-like systems.

Related projects

  • Related tools in the same niche include bc, dc, calc, and GUI scientific calculators, but Wcalc's package identity is the lightweight expression-oriented CLI.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
wcalccliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版2.5
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://w-calc.sourceforge.net/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://w-calc.sourceforge.net/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:w-calc
バージョン2.5
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/w-calc
ホームページhttps://w-calc.sourceforge.net/
リポジトリhttps://sourceforge.net/p/w-calc/code
上流ドキュメントhttps://sourceforge.net/projects/w-calc
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://downloads.sourceforge.net/project/w-calc/Wcalc/2.5/wcalc-2.5.tar.bz2
依存関係gmp, mpfr
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namew-calc
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

MacPorts94%

wcalc

sudo port install wcalc
  • installed executable or alias match
  • 一致条件: Wcalc
MacPorts ports tree · api.github.com · MacPorts ports tree: science/wcalc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

wcalc 2.5-3+b2

Flexible command-line scientific calculator

http://w-calc.sourceforge.net/

sudo apt install wcalc
  • Section: math
  • Architecture: amd64
  • Source Package: wcalc
  • 4 依存関係
  • installed executable or alias match
  • 一致条件: Wcalc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: wcalc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

wcalc

nix profile install nixpkgs#wcalc
  • installed executable or alias match
  • 一致条件: Wcalc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wc/wcalc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

wcalc 2.5-3build3

Flexible command-line scientific calculator

http://w-calc.sourceforge.net/

sudo apt install wcalc
  • Section: universe/math
  • Architecture: amd64
  • 4 依存関係
  • installed executable or alias match
  • 一致条件: Wcalc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: wcalc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment