pkg.soopen package index

brew / Rang 2654

foundry mit Homebrew, apk, dnf, Nix, pacman, zypper, winget, scoop, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für foundry in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install foundry

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add foundry

Alpine Linux edge package indexes · foundry · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install foundry

Fedora Rawhide package metadata · foundry · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#foundry

nixpkgs package indexes · pkgs/by-name/fo/foundry/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S foundry

Arch Linux sync databases · foundry · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install foundry

openSUSE Tumbleweed package metadata · foundry · Quelle: download.opensuse.org

Ubuntu aptverifiziert · 92%
sudo apt install forge-doc

Ubuntu 24.04 LTS package indexes · forge-doc · Quelle: archive.ubuntu.com

Windows

Windows Package Managerverifiziert · 92%
winget install --id Microsoft.FoundryLocal -e

Windows Package Manager source index · Microsoft.FoundryLocal · Quelle: cdn.winget.microsoft.com

Scoopverifiziert · 92%
scoop install main/chisel

Scoop official bucket manifest trees · bucket/chisel.json · Quelle: api.github.com

Überblick

Paketzusammenfassung

Blazing fast, portable and modular toolkit for Ethereum application development

Befehle und Aliase

  • anvil
  • cast
  • chisel
  • forge

Verlauf

Projektgeschichte und Nutzung

Foundry is a Rust-written toolkit for Ethereum application development. The package ships the `forge`, `cast`, `anvil`, and `chisel` commands for building and testing Solidity contracts, interacting with EVM chains, running a local node, and using a Solidity REPL.

Projektgeschichte

The `foundry-rs/foundry` repository was created in 2021. Its README presents Foundry as a fast, portable, modular Ethereum development toolkit and splits the suite into Forge, Cast, Anvil, and Chisel.

The official docs now organize Foundry around installation with `foundryup`, project setup, dependencies, Forge workflows, Cast chain interaction, Anvil local node usage, Chisel sessions, and `foundry.toml` configuration.

Adoptionsgeschichte

Foundry became a common smart-contract development package because it moved the Ethereum workflow into fast local CLIs: Solidity tests through Forge, forked-chain testing through Anvil, RPC and wallet tasks through Cast, and repeatable installs through `foundryup`, GitHub Releases, Docker, Homebrew, and source builds.

Wie es verwendet wird

The README's basic workflow is `forge init`, `forge build`, and `forge test`; common operational workflows include `cast block-number`, `cast balance`, and `anvil --fork-url` for a forked local chain. Configuration is kept in `foundry.toml` with profiles and environment-variable overrides.

Warum Paket-Nerds sich dafür interessieren

Foundry is important in package history because it packaged a complete blockchain developer workstation as native CLIs rather than a JavaScript-only toolchain. It also made release management and version switching part of the package story through `foundryup`, nightly builds, binary attestations, Docker images, and Cargo builds.

Zeitleiste

  • 2021: The public `foundry-rs/foundry` repository was created.
  • 2026: GitHub tags included stable v1.7.x releases and GitHub Releases continued to publish nightly builds.
  • 2026: The official installation docs described `foundryup` as the installer and version manager and listed precompiled binaries, Docker, and source builds as alternatives.

Related projects

  • Foundry is related to Ethereum, Solidity, EVM-compatible chains, GitHub artifact attestations, Docker images, Cargo/Rust builds, and the earlier smart-contract tooling ecosystem that it complements or replaces in many projects.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für foundry wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
foundry.toml~/.foundry/foundry.toml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
anvilExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
castExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
chiselExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
forgeExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version1.7.1
Manager aktualisiert2026-05-08
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:foundry
Version1.7.1
PaketmanagerHomebrew
Homepagehttps://github.com/foundry-rs/foundry
Repositoryhttps://github.com/foundry-rs/foundry
Zuletzt aktualisiert2026-05-08T09:43:00Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

foundry

nix profile install nixpkgs#foundry
  • normalized package name match
  • Abgeglichen nach: Foundry
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fo/foundry/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

foundry 1.1.1-r0

Companion command-line tool for IDE features of GNOME Builder

https://gitlab.gnome.org/GNOME/foundry

sudo apk add foundry
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: foundry
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: foundry from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

foundry-bash-completion 1.1.1-r0

Bash completions for foundry

https://gitlab.gnome.org/GNOME/foundry

sudo apk add foundry-bash-completion
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: foundry
  • normalized package name match
  • Abgeglichen nach: Foundry
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: foundry-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

foundry-dev 1.1.1-r0

Companion command-line tool for IDE features of GNOME Builder (development files)

https://gitlab.gnome.org/GNOME/foundry

sudo apk add foundry-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: foundry
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: foundry-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

foundry-doc 1.1.1-r0

Companion command-line tool for IDE features of GNOME Builder (documentation)

https://gitlab.gnome.org/GNOME/foundry

sudo apk add foundry-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: foundry
  • normalized package name match
  • Abgeglichen nach: Foundry
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: foundry-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

foundry-lang 1.1.1-r0

Languages for package foundry

https://gitlab.gnome.org/GNOME/foundry

sudo apk add foundry-lang
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: foundry
  • normalized package name match
  • Abgeglichen nach: Foundry
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: foundry-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

foundry-libs 1.1.1-r0

Companion command-line tool for IDE features of GNOME Builder (libraries)

https://gitlab.gnome.org/GNOME/foundry

sudo apk add foundry-libs
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: foundry
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: foundry-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

foundry 1.2~alpha-2.fc45

IDE library and command-line companion tool

https://gitlab.gnome.org/GNOME/foundry

sudo dnf install foundry
  • License: LGPL-2.1-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 8 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: foundry from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

libfoundry 1.2~alpha-2.fc45

IDE library and command-line companion tool (shared library)

https://gitlab.gnome.org/GNOME/foundry

sudo dnf install libfoundry
  • License: LGPL-2.1-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 23 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfoundry from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

libfoundry-devel 1.2~alpha-2.fc45

IDE library and command-line companion tool (development files)

https://gitlab.gnome.org/GNOME/foundry

sudo dnf install libfoundry-devel
  • License: LGPL-2.1-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfoundry-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

libfoundry-gtk 1.2~alpha-2.fc45

IDE library and command-line companion tool (GTK integration)

https://gitlab.gnome.org/GNOME/foundry

sudo dnf install libfoundry-gtk
  • License: LGPL-2.1-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 21 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfoundry-gtk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

libfoundry-gtk-devel 1.2~alpha-2.fc45

IDE library and command-line companion tool (development files)

https://gitlab.gnome.org/GNOME/foundry

sudo dnf install libfoundry-gtk-devel
  • License: LGPL-2.1-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfoundry-gtk-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

foundry 1.1.1-1

Aims to extract much of what makes GNOME Builder an IDE into a library and companion command-line tool

https://gitlab.gnome.org/GNOME/foundry

sudo pacman -S foundry
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • 28 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Foundry
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: foundry from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

foundry 1.1.1-1.4

IDE library and command-line companion tool

https://gitlab.gnome.org/GNOME/foundry

sudo zypper install foundry
  • License: LGPL-2.1-or-later AND GPL-3.0-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 5 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: foundry from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

foundry-devel 1.1.1-1.4

IDE library and command-line companion tool (development files)

https://gitlab.gnome.org/GNOME/foundry

sudo zypper install foundry-devel
  • License: LGPL-2.1-or-later AND GPL-3.0-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 6 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: foundry-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

libfoundry-1-1 1.1.1-1.4

IDE library and command-line companion tool

https://gitlab.gnome.org/GNOME/foundry

sudo zypper install libfoundry-1-1
  • License: LGPL-2.1-or-later AND GPL-3.0-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: foundry
  • 16 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Foundry
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfoundry-1-1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation