Automic VaultAutomic Vault

brew

opentofu mit Homebrew, apk, chocolatey, dnf, Nix, pacman, zypper, scoop, winget installieren

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

Agent-Sicherheit

Antwort zur Agent-Sicherheit

opentofu plans and applies infrastructure changes from local state and cloud credentials.

Credential-Zugriff

Reads backend credentials, provider credentials, variables, and state data.

Änderungen an Remote-Zustand

Can create, update, or destroy infrastructure resources.

Publish-/Artefakt-Risiko

Can deploy infrastructure that exposes or runs application artifacts.

Empfohlene Kontrolle

Gate apply, destroy, import, state, and backend changes.

Hinweise für Agent-Nutzung

Allow plan by default; require approval for any state-changing command.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install opentofu

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add opentofu

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

Fedora dnfverifiziert · 92%
sudo dnf install opentofu

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

Nixverifiziert · 92%
nix profile install nixpkgs#opentofu

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S opentofu

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

openSUSE zypperverifiziert · 92%
sudo zypper install opentofu

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

Windows

Chocolateyverifiziert · 92%
choco install opentofu

Chocolatey community package catalog · opentofu · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/opentofu

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

Windows Package Managerverifiziert · 92%
winget install --id OpenTofu.Tofu -e

Windows Package Manager source index · OpenTofu.Tofu · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Drop-in replacement for Terraform. Infrastructure as Code Tool

Verlauf

Projektgeschichte und Nutzung

OpenTofu is a community-driven infrastructure-as-code tool created as an open-source fork of Terraform after HashiCorp changed Terraform’s license from MPL-2.0 to the Business Source License. It keeps the familiar `plan`, `apply`, state, provider, module, and HCL-style workflows while using the `tofu` executable and Linux Foundation governance.

Projektgeschichte

The OpenTF manifesto began as an appeal to keep Terraform under a truly open-source license. When that did not happen, the initiative forked the last MPL-licensed Terraform codebase and moved forward as OpenTofu under the Linux Foundation. The project’s own announcement framed OpenTofu as community-driven, impartial, layered, modular, and backward-compatible.

OpenTofu reached its first stable release, 1.6.0, on January 10, 2024, after roughly four months of work. The project documented migration paths from Terraform 1.5.x and 1.6.x and positioned the release as production-ready for users who wanted open-source infrastructure-as-code continuity.

Adoptionsgeschichte

OpenTofu adoption was unusually fast because it started with Terraform’s established user model, provider ecosystem, and module habits. The Linux Foundation launch announcement named broad community and company backing, while the OpenTofu homepage later described thousands of providers and modules available to users.

The package-manager story matters because OpenTofu’s promise is partly operational: users need a `tofu` binary in CI images, developer laptops, container builds, and distribution repositories. Homebrew, Nix, Alpine, Fedora, Arch, Scoop, Chocolatey, winget, and other package channels made the fork installable without bespoke bootstrapping.

Wie es verwendet wird

Operators use OpenTofu to declare infrastructure resources, initialize providers and modules, compute plans, apply changes, manage state, and integrate infrastructure changes into CI/CD. It is intentionally familiar to Terraform users, with migration guides focused on preserving existing workflows and configurations.

The CLI reads configuration files, talks to provider plugins, stores state locally or remotely, and exposes command behavior that infrastructure teams script heavily. That makes packaging details such as executable name, plugin cache behavior, credentials files, and compatibility promises more important than for a throwaway CLI.

Warum Paket-Nerds sich dafür interessieren

OpenTofu is one of the clearest examples of licensing changing a package graph. A single upstream license decision created a new binary, new governance, new release channel, and new distro formulas for a tool already embedded in deployment pipelines.

Zeitleiste

  • 2023-08: the OpenTF manifesto objected to Terraform’s license change and proposed an open-source path.
  • 2023-09-20: the Linux Foundation announced OpenTofu as an open-source Terraform fork.
  • 2024-01-10: OpenTofu 1.6.0 became the first stable release.
  • 2024-01-10: the Linux Foundation announced OpenTofu general availability.

Related projects

  • Related projects include Terraform, the OpenTofu provider registry ecosystem, HCL, Terragrunt, Atlantis, Spacelift, env0, and CI/CD systems that run infrastructure plans as part of deployment workflows.

Sicherheitslage

Risikostufe: orange

infrastructure as code tool.

Risikoklassifikator

orange Risiko · hoch Konfidenz · infrastructure

Warum

  • infrastructure as code tool

Signale

  • override:opentofu

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

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
~/.tofurc$XDG_CONFIG_HOME/opentofu/tofurc
Windows
%APPDATA%\tofu.rc

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.terraform.d/credentials.tfrc.json

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
tofucliglobales Executable

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-07-25
Manager-Version1.12.5
Manager aktualisiert2026-07-21
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.12.5

https://github.com/opentofu/opentofu

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:opentofu
Version1.12.5
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/opentofu
Homepagehttps://opentofu.org/
Repositoryhttps://github.com/opentofu/opentofu
Upstream-Dokumentationhttps://opentofu.org/docs
LizenzMPL-2.0
Quellarchivhttps://github.com/opentofu/opentofu/archive/refs/tags/v1.12.5.tar.gz
Zuletzt aktualisiert2026-07-21T12:35:43Z
Pulseupdated
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopentofu
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • tenv
  • tofuenv
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Nix95%

opentofu

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

opentofu 1.12.1-r0

OpenTofu lets you declaratively manage your cloud infrastructure

https://opentofu.org/

sudo apk add opentofu
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: opentofu
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opentofu
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: opentofu from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

opentofu 1.12.0-1.fc45

OpenTofu lets you declaratively manage your cloud infrastructure

https://github.com/opentofu/opentofu

sudo dnf install opentofu
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unlicense
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: opentofu
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opentofu
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: opentofu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

opentofu 1.12.0-1

Lets you declaratively manage your cloud infrastructure

https://github.com/opentofu/opentofu

sudo pacman -S opentofu
  • License: MPL-2.0
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opentofu
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: opentofu from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

opentofu 1.12.1-1.1

Declaratively manage your cloud infrastructure

https://github.com/opentofu/opentofu

sudo zypper install opentofu
  • License: MPL-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: opentofu
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opentofu
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: opentofu from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Chocolatey95%

opentofu

choco install opentofu
  • normalized package name match
  • Abgeglichen nach: Opentofu
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: opentofu from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.9764','inconsolata'
Scoop95%

main/opentofu

scoop install main/opentofu
  • normalized package name match
  • Abgeglichen nach: Opentofu
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/opentofu.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

OpenTofu.Tofu

winget install --id OpenTofu.Tofu -e
  • normalized package name match
  • Abgeglichen nach: Opentofu
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: OpenTofu.Tofu from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

OpenTofu.Tofu.Alpha

winget install --id OpenTofu.Tofu.Alpha -e
  • normalized package name match
  • Abgeglichen nach: Opentofu
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: OpenTofu.Tofu.Alpha from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

OpenTofu.Tofu.Beta

winget install --id OpenTofu.Tofu.Beta -e
  • normalized package name match
  • Abgeglichen nach: Opentofu
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: OpenTofu.Tofu.Beta from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

OpenTofu.Tofu.RC

winget install --id OpenTofu.Tofu.RC -e
  • normalized package name match
  • Abgeglichen nach: Opentofu
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: OpenTofu.Tofu.RC from https://cdn.winget.microsoft.com/cache/source.msix

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
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment