macOS
brew install appiumlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für appium in AI-Agent-Workflows.
Installation
brew install appiumlocal Homebrew formula metadata
winget install --id JSFoundation.Appium -eWindows Package Manager source index · JSFoundation.Appium · Quelle: cdn.winget.microsoft.com
Überblick
Automation for Apps
Verlauf
Appium is an open-source WebDriver-based automation framework for native, hybrid, mobile web, desktop, and other app platforms. Its package-manager identity is a Node.js CLI server plus an ecosystem of separately installed drivers, clients, and plugins.
The Appium project grew from the idea that mobile app automation should use the same open WebDriver protocol that had become central to browser automation. The official docs state that Appium's initial goals were iOS and Android automation, and that Appium adopted WebDriver rather than inventing a new API.
The npm package history records Appium 1.0.0 in May 2014. Appium 2.0.0 was published in July 2023 after a long beta series, and the upstream changelog records Appium 3.0.0 in August 2025.
Appium became a standard fixture in mobile QA stacks because tests can be written in WebDriver-compatible client libraries rather than platform-native test languages only. The README lists official client support for Java, Python, Ruby, and .NET C#, with third-party clients for other languages.
The project's adoption model changed significantly with Appium 2: drivers and plugins became extensions installed and updated through the Appium CLI rather than everything being bundled into one server package. That made the Homebrew formula useful as an entry point to the server while real platform support moved into extension management.
A typical install starts the Appium server with `appium` or `appium server`, then installs a platform driver such as an iOS, Android, macOS, or Windows driver with `appium driver install`. Test suites connect over WebDriver using a language client.
Configuration can be auto-discovered from `.appiumrc.*`, `appium.config.*`, `.appiumrc`, or an `appium` property in `package.json`; Appium searches upward from the current working directory and also supports `appium --config /path/to/config/file`.
Appium is a good example of a CLI package whose real payload is an extension ecosystem. The formula installs the command, but the working toolchain is assembled from npm-distributed drivers and plugins plus language-specific test clients.
For packagers, Appium also marks the tension between system package managers and upstream Node distribution: the README says npm is the supported installation method, while Homebrew packages it for developers who expect a global `appium` command alongside other testing tools.
Sicherheitslage
formula declares a Homebrew service.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
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.
Config paths the tool may read or write during local use.
.appiumrc.json.appiumrc.yaml.appiumrc.yml.appiumrc.js.appiumrc.cjsappium.config.jsappium.config.cjs.appiumrcpackage.json appium property.appiumrc.json.appiumrc.yaml.appiumrc.yml.appiumrc.js.appiumrc.cjsappium.config.jsappium.config.cjs.appiumrcpackage.json appium propertyExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
appium | cli | globales Executable |
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.
Installationsmetadaten
| Paketschlüssel | brew:appium |
|---|---|
| Version | 3.5.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/appium |
| Homepage | https://appium.io/ |
| Repository | https://github.com/appium/appium |
| Upstream-Dokumentation | https://appium.io/docs/en/latest |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://registry.npmjs.org/appium/-/appium-3.5.2.tgz |
| Zuletzt aktualisiert | 2026-06-22T14:02:44-07:00 |
| Pulse | updated |
| Abhängigkeiten | gettext, glib, node, vips |
| Build-Abhängigkeiten | pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | declared |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | appium |
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
JSFoundation.Appium
winget install --id JSFoundation.Appium -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.