macOS
brew install fileqllocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de fileql pour les workflows d'agents IA.
installation
brew install fileqllocal Homebrew formula metadata
winget install --id amrdeveloper.fileql -eWindows Package Manager source index · amrdeveloper.fileql · Source: cdn.winget.microsoft.com
aperçu
Run SQL-like query on local files instead of database files using the GitQL SDK
historique
FileQL is a small Rust CLI that runs SQL-like queries against local filesystem metadata instead of a database, using the GitQL SDK.
Its package-manager hook is simple: it gives developers a query-language way to inspect files from a shell pipeline or terminal without standing up a database.
The FileQL repository was created in February 2024. The README describes it as File Query Language and says it lets users run SQL-like queries on local files using the GitQL SDK.
The first tagged release, 0.1.0, was published in February 2024, followed by a short sequence of 0.x releases through 2025.
The README documents a `files` table with columns such as path, parent, extension, is_dir, is_file, and size, plus SQL-like examples such as SELECT, COUNT, DISTINCT, LIKE, and local-file query functions.
FileQL is a newer niche developer tool rather than a broad infrastructure standard. Its adoption evidence is mainly official packaging/install notes from the README, which point to Cargo and winget, plus source_facts package-manager data for Homebrew and winget.
The project is best understood as part of the GitQL family of experiments: applying a familiar SQL-ish query model to developer-local data sources that are normally handled with find, awk, ls, or custom scripts.
Users run FileQL with paths supplied via file-selection options and a query supplied on the command line, optionally enabling pagination or choosing render, JSON, or CSV output.
Useful queries include enumerating files, grouping by parent directory, counting children, filtering by extensions, and emitting machine-readable output for further scripting.
Because FileQL is read-oriented and local, its workflow is lightweight: install the CLI, point it at paths, and use SQL-style expressions where shell globbing or ad hoc parsing gets awkward.
FileQL is notable less for scale than for shape: it is a Rust CLI distributed through developer package channels, with no daemon, no config, and no credentials.
It is also a tidy example of a domain-specific query executable where the package name, binary, README examples, and install path are the whole product surface.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
fileql | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/AmrDeveloper/FileQL
métadonnées d'installation
| Clé du paquet | brew:fileql |
|---|---|
| Version | 0.10.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/fileql |
| Page d'accueil | https://github.com/AmrDeveloper/FileQL |
| Dépôt | https://github.com/AmrDeveloper/FileQL |
| Docs amont | https://github.com/AmrDeveloper/FileQL#readme |
| Licence | MIT |
| Archive source | https://github.com/AmrDeveloper/FileQL/archive/refs/tags/0.10.0.tar.gz |
| Dépendances de compilation | rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fileql |
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
amrdeveloper.fileql
winget install --id amrdeveloper.fileql -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.