| Crates.io | pipe-audit |
| lib.rs | pipe-audit |
| version | 0.2.1 |
| created_at | 2025-10-02 18:39:29.582492+00 |
| updated_at | 2025-11-11 14:02:34.962557+00 |
| description | Command-line interface for the pipa audit engine |
| homepage | https://github.com/lokryn-suite/pipe-audit-core-cli |
| repository | https://github.com/lokryn-suite/pipe-audit-core-cli |
| max_upload_size | |
| id | 1864825 |
| size | 169,753 |
A standalone CLI for universal data validation and compliance audits.
The pipe-audit crate provides the pipa binary, a command-line tool that helps data engineers, developers, and technical managers enforce reproducible, compliance-grade validation without heavy setup. It is built on the pipe-audit-core engine.
You should add this information directly to the "Installation" section of your pipe-audit CLI's README.md file.
It's best to present the installers as the primary, recommended method, and then add a subsection for advanced users who want to build from source with cargo install, clearly listing the necessary requirements.
The easiest way to install the pipa CLI is to download a pre-compiled installer for your operating system from our latest GitHub Release.
➡️ Download the Latest Release from GitHub
.msi file and run the graphical installer.brew install lokryn-suite/pipa/pipe-auditcargoThis method is for advanced users who have a Rust development environment set up.
1. Install the CLI:
cargo install pipe-audit
2. Windows Requirements:
If you are on Windows, cargo install needs to compile the code from source, which requires the Visual Studio C++ Build Tools. You can download them directly from Microsoft.
During the installation, make sure you select the "C++ build tools" workload.
First, initialize a new project structure with example contracts and configurations:
pipa init
Validate a specific contract:
pipa contract validate contracts/example.toml
Run all validation contracts defined in your project:
pipa run --all
Check system health and connectivity:
pipa health
List available validation profiles:
pipa profile list
Verify the integrity of an audit log:
pipa logs verify ./examples/logs/test.log
👉 For full guides and examples, see the 📚 Documentation.
This tool (pipe-audit, which installs as pipa) is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later). See the LICENSES/ directory in the root of the project for the full text.
Full docs: https://docs.lokryn.com
Join the discussion on Discord