# stackql を Homebrew, Nix でインストール

stackql のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:stackql
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install stackql
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#stackql
```

  証拠: nixpkgs package indexes: pkgs/by-name/st/stackql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:stackql
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.10.582
- **ソース概要:** SQL interface for arbitrary resources with full CRUD support
- **ホームページ:** <https://stackql.io/>
- **リポジトリ:** <https://github.com/stackql/stackql>
- **最終更新:** 2026-07-31T09:52:03Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- stackql (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.10.582
## プロジェクトの歴史と使われ方

StackQL is an open-source SQL interface for querying, provisioning, and operating cloud, SaaS, API, and MCP resources.

### プロジェクトの歴史

The official README describes StackQL as a Go application that turns SQL statements into provider API requests using provider definitions generated from OpenAPI extensions. The documentation presents it as a standalone CLI with exec, shell, and server modes rather than as a database.

### 採用の歴史

StackQL's official installation docs emphasize multiple distribution channels: Homebrew and signed macOS installers, Linux binaries, Chocolatey and signed Windows installers, Docker images, GitHub Actions, and MCP bundles. Its newer documentation also positions StackQL as infrastructure context for AI agents and publishes a StackQL MCP server through the Official MCP Registry plus npm, PyPI, Docker, GitHub Actions, and bundle artifacts.

### 使われ方

Common usage is either interactive or batch-oriented. Users run stackql shell for a REPL, stackql exec for one statement or an input file, or stackql srv for Postgres wire protocol access, then query or change provider resources with SQL-like SELECT, INSERT, and other statements.

### パッケージ好きにとっての重要性

Package nerds care about StackQL because it makes cloud APIs look like a portable CLI database surface without requiring a local database or state file. Its packaging story is also broad: native installers, Homebrew, Docker, CI actions, and MCP server distributions all carry the same command-line core into different automation environments.

### タイムライン

- 2025: Official docs documented interactive shell, exec mode, input files, and .stackqlrc initialization behavior.
- 2026: Official docs positioned StackQL as a universal interface for agents and humans, with MCP packaging and registry distribution.
- 2026: Official GitHub releases and docs show continuing 0.9.x development with MCP-focused distribution assets.

### Related projects

- The official README links StackQL to the StackQL Provider Registry, any-sdk, Docker images, GitHub Actions, MCP server packaging, OpenAPI provider specifications, and the Postgres wire protocol.

### ソース

- <https://raw.githubusercontent.com/stackql/stackql/main/README.md>
- <https://stackql.io/docs>
- <https://stackql.io/docs/getting-started/using-stackql>
- <https://stackql.io/docs/installing-stackql>


## セキュリティノート

stackql に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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

- Unix: ./.stackqlrc, path passed with --configfile
## 他のパッケージマネージャ記録

- Nix - stackql: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/stackql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/stackql.yml](https://github.com/mxcl/pkgdb/blob/main/combined/stackql.yml)


## ソース

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