Gitkrunixdev is a development-focused fork of the original krunixbase project, providing audit-grade CLI tooling for cryptographic recovery, seed reconstruction, and Shamir-based secret analysis in blockchain and regulated environments.
This repository is designed for developers, security researchers, auditors, and Web3 infrastructure teams requiring deterministic, inspectable, and compliance-ready recovery workflows.
This repository is forked from:
krunixbase
Original author: @shamircrackerlab
https://github.com/krunixbase/krunixbase
Contact: https://x.com/shamircrackerlab
The fork preserves the original architectural intent while extending the tooling for development, experimentation, and institutional integration under the Gitkrunixdev namespace.
Gitkrunixdev builds upon Shamir’s Secret Sharing mechanisms to deliver modular CLI agents capable of:
- Secure seed and password reconstruction
- Threshold and quorum validation
- Share integrity analysis
- Blockchain-integrated recovery workflows
- Exportable audit artifacts (JSON, SVG, PDF)
All tooling is designed to be transparent, reproducible, and suitable for forensic or compliance review.
| Agent Name | Description |
|---|---|
decode-monometric |
Heuristic recovery of damaged or incomplete shares |
threshold-analyze |
Validates quorum, share integrity, and reconstruction feasibility |
seed-reconstruct |
Deterministic reconstruction of original seed material |
recover-password |
Password recovery using Shamir-based fragments |
wallet-unlock |
CLI-based wallet access recovery |
fullstack-deploy |
Deploys CLI tooling across supported blockchain environments |
Each agent supports modular output formats and can be embedded into automated pipelines or GUI dashboards.
The Gitkrunixdev fork introduces experimental agents and variants intended for testing and prototyping:
wallet-unlock-dev— sandboxed wallet recovery for testnetsseed-reconstruct-lite— optimized for mobile and offline environmentsthreshold-analyze-viz— SVG-based quorum visualization for audit reports
⚠️ Experimental modules are not production-certified and should be used in controlled environments only.
- Blockchain wallet recovery for DAOs and custodial services
- Seed reconstruction during legal or compliance audits
- Forensic analysis of partial or corrupted backups
- CLI tooling for regulated Web3 custody environments
- Educational and research use in cryptographic recovery systems
All agents are designed to integrate with:
- CI/CD pipelines
- Compliance and audit tooling
- Investor-facing dashboards
- Offline and air-gapped environments
Supported export formats include:
- JSON
- SVG
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
- Original work © @shamircrackerlab
- Forked and extended by Gitkrunixdev
- All derivative works remain GPL-3.0 compliant
See the LICENSE file for full terms.
This repository provides cryptographic tooling only.
- No guarantees are made regarding recovery success
- Users are responsible for lawful and ethical use
- No custodial services are provided
- No private keys or secrets are stored or transmitted
For security disclosures, see SECURITY.md.
Technical lineage and research continuity:
Gitkrunixdev serves as a development and experimentation layer, not a replacement for the original project.
This software is provided “as is”, without warranty of any kind.
Use at your own risk. Always validate results independently.