pkg.soopen package index

brew / 排名 6707

使用 Homebrew, MacPorts, Nix, scoop, winget 安装 qqqa

查看 qqqa 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install qqqa

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install qq

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

Linux

Nix已验证 · 92%
nix profile install nixpkgs#qq

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

Windows

Scoop已验证 · 92%
scoop install extras/qq

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

Windows Package Manager已验证 · 92%
winget install --id Tencent.QQ -e

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

概览

软件包摘要

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

命令和别名

  • qa
  • qq

历史

项目历史与用法

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.

项目历史

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.

采用历史

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.

使用方式

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.

为什么软件包爱好者会关心

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.

时间线

  • 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.

来源

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

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:shell

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
qacli全局可执行文件
qqcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-09-19
管理器版本1.0.1
管理器更新时间2026-09-13
本地数据OK
上游当前
检测到的最新版本v1.0.1

https://github.com/iagooar/qqqa

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:qqqa
版本1.0.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/qqqa
主页https://github.com/iagooar/qqqa
仓库https://github.com/iagooar/qqqa
许可证MIT
源码归档https://github.com/iagooar/qqqa/archive/refs/tags/v1.0.1.tar.gz
最后更新2026-09-13T20:23:06Z
Pulseupdated
构建依赖rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

MacPorts94%

qq

sudo port install qq
  • installed executable or alias match
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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