macOS
brew install fsqllocal Homebrew formula metadata
sudo port install fsqlMacPorts ports tree · sysutils/fsql/Portfile · source: api.github.com
brew
Search through your filesystem with SQL-esque queries. Version 0.5.2 via Homebrew; verified from local package data.
install
brew install fsqllocal Homebrew formula metadata
sudo port install fsqlMacPorts ports tree · sysutils/fsql/Portfile · source: api.github.com
nix profile install nixpkgs#fsqlnixpkgs package indexes · pkgs/by-name/fs/fsql/package.nix · source: api.github.com
overview
Search through your filesystem with SQL-esque queries
history
fsql is a Go command-line tool that searches a filesystem using SQL-like queries.
The fsql repository was created in 2017. Its README presents the tool as a filesystem search utility with a query language modeled on SELECT, FROM, and WHERE clauses rather than as a database server or indexer.
The official README documents installation from release binaries, Go source, Homebrew, and manual builds. The supplied package data also records packaging in Homebrew, MacPorts, and Nix.
fsql accepts a query on the command line or through stdin and can also run interactively. Queries select file attributes such as name, size, time, hash, and mode from one or more filesystem paths.
The README documents SQL-like operators including equality, LIKE, regular-expression matching, numeric comparisons, boolean conjunctions, negation, and output modifiers for hashes, case, paths, sizes, and times.
fsql is notable as a small package-manager-friendly CLI that puts a relational query idiom over ordinary files. Its appeal is less about infrastructure scale and more about making ad hoc filesystem inspection scriptable.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fsql | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/kashav/fsql
install metadata
| Package key | brew:fsql |
|---|---|
| Version | 0.5.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fsql |
| Homepage | https://github.com/kashav/fsql |
| Repository | https://github.com/kashav/fsql |
| Upstream docs | https://github.com/kashav/fsql#readme |
| License | MIT |
| Source archive | https://github.com/kashav/fsql/archive/refs/tags/v0.5.2.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fsql |
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fsql
nix profile install nixpkgs#fsqlfsql
sudo port install fsqlsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.