pkg.soopen package index

brew / Rang 6707

qqqa mit Homebrew, MacPorts, Nix, scoop, winget installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install qqqa

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install qq

MacPorts ports tree · textproc/qq/Portfile · Quelle: api.github.com

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#qq

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

Windows

Scoopverifiziert · 92%
scoop install extras/qq

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

Windows Package Managerverifiziert · 92%
winget install --id Tencent.QQ -e

Windows Package Manager source index · Tencent.QQ · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Fast, stateless LLM for your shell: qq answers; qa runs commands

Befehle und Aliase

  • qa
  • qq

Verlauf

Projektgeschichte und Nutzung

qqqa is a stateless LLM assistant for the shell. It installs two executables: qq for single questions and qa for a single tool-assisted action with confirmation and safety checks.

Projektgeschichte

The project was created as a two-command terminal assistant: qq means “quick question,” while qa means “quick agent.” Its stated design applies Unix-style composition to LLM interactions, keeping invocations mostly independent instead of maintaining a hidden long-running conversation.

Adoptionsgeschichte

The official README documents Homebrew installation on macOS and Linux, source installation through Cargo, and release binaries for Linux and Windows. This gives qqqa several distribution paths while keeping the two short shell commands central to its identity.

Wie es verwendet wird

Use qq for a one-shot answer and qa when the model may read or write a file or propose and execute one command. Both commands support initialization through --init.

The tool supports piped input, selectable provider profiles, and optional narrowly scoped terminal history. API credentials can come from environment variables or be stored explicitly in the configuration file.

On first run, configuration is created at ~/.qq/config.json; when XDG_CONFIG_HOME is set and the legacy file is absent, qqqa instead uses $XDG_CONFIG_HOME/qq/config.json.

Warum Paket-Nerds sich dafür interessieren

qqqa packages an LLM client into two unusually short Unix-style commands. Its stateless, single-shot design, pipe support, configurable providers, local-runtime option, and ability to reuse selected AI CLIs distinguish it from persistent chat applications and larger autonomous-agent frameworks.

Zeitleiste

  • The official README documents the current two-command, cross-platform design but does not provide a reliable project-origin date.

Related projects

  • The supplied profiles support services and runtimes including OpenRouter, OpenAI, Groq, Gemini, Ollama, Codex CLI, Claude Code CLI, and Gemini CLI.

Quellen

  • Official repository and README: https://github.com/iagooar/qqqa#readme

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:shell

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
~/.qq/config.json$XDG_CONFIG_HOME/qq/config.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.qq/config.json$XDG_CONFIG_HOME/qq/config.json

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
qacliglobales Executable
qqcliglobales 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-09-19
Manager-Version1.0.1
Manager aktualisiert2026-09-13
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.0.1

https://github.com/iagooar/qqqa

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:qqqa
Version1.0.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/qqqa
Homepagehttps://github.com/iagooar/qqqa
Repositoryhttps://github.com/iagooar/qqqa
LizenzMIT
Quellarchivhttps://github.com/iagooar/qqqa/archive/refs/tags/v1.0.1.tar.gz
Zuletzt aktualisiert2026-09-13T20:23:06Z
Pulseupdated
Build-Abhängigkeitenrust
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 Nameqqqa
Version Scheme0
Revision0
Head VersionHEAD
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.

MacPorts94%

qq

sudo port install qq
  • installed executable or alias match
  • Abgeglichen nach: Qq
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/qq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Nix92%

qq

nix profile install nixpkgs#qq
  • installed executable or alias match
  • Abgeglichen nach: Qq
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/qq/qq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Scoop92%

extras/qq

scoop install extras/qq
  • installed executable or alias match
  • Abgeglichen nach: Qq
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/qq.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget92%

Tencent.QQ

winget install --id Tencent.QQ -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQ from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQ.NT

winget install --id Tencent.QQ.NT -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQ.NT from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQBrowser

winget install --id Tencent.QQBrowser -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQBrowser from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQDevTools

winget install --id Tencent.QQDevTools -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQDevTools from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQImage

winget install --id Tencent.QQImage -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQImage from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQMusic

winget install --id Tencent.QQMusic -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQMusic from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQPinyin

winget install --id Tencent.QQPinyin -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQPinyin from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQPlayer

winget install --id Tencent.QQPlayer -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQPlayer from https://cdn.winget.microsoft.com/cache/source.msix
winget92%

Tencent.QQWubi

winget install --id Tencent.QQWubi -e
  • installed executable or alias match
  • Abgeglichen nach: Qq
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Tencent.QQWubi 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
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation