v6.165.0
[v6.165.0] 2026-09-03 Release v6.165.0
Added & Enhanced
-
Database Architecture Inspector & Management Suite (
gitmap db):gitmap helpfooter identity block now displays the active Primary Master SQLite database file path (● Database: <path>).- Added
gitmap db lsto display architectural breakdown of the Primary Master DB, per-repository Split DBs (repo_search/*.db), and architectural rationale (lock elimination, concurrency, query isolation). - Added
gitmap db repo-db listto inspect per-repository split databases, table row counts (RepoFile,SearchCache), file sizes, and tracking status. - Added
gitmap db sizes listto display consolidated disk usage tables across all database files. - Added
gitmap db reset / clearto reset repository records and clear split DBs with confirmation prompts. - Added
gitmap start-freshwith irreversible transaction warning prompt to completely purge database files/journals and recreate fresh schemas and split directories.
-
Cross-Platform Duplicate Detection & Immediate Remediation (
gitmap find-duplicates):- Audits duplicate projects and repositories across Antigravity (AGY), VS Code, Chrome, and Git.
- Displays instant copy-pasteable CLI fix commands directly beneath findings for single deletion,
--exceptpreservation, batch optimization (optimize-projects/--repeat-fix/clone --fix), and remapping. - Supported as unified
gitmap find-duplicatesor platform-specificgitmap <platform> find-duplicates.
-
Cross-Platform Standard Python Tooling:
- Converted all shell (
.sh) scripts repository-wide to pure standard-library Python scripts (.py) with cross-platform OS and UTF-8 console support.
- Converted all shell (
-
Documentation & UI Registry:
- Registered
db,start-fresh, andfind-duplicatesinsrc/data/commands.tsfor the web UI dashboard. - Added dedicated CLI help documentation:
gitmap/helptext/db.md,gitmap/helptext/start-fresh.md, andgitmap/helptext/find-duplicates.md.
- Registered
Release Info
| Field | Value |
|---|---|
| Version | v6.165.0 |
| Commit | 334b22338f |
| Branch | release/v6.165.0 |
| Build Date | 2026-09-02 16:53:00 UTC |
| Go Version | go1.25.0 |
Checksums (SHA256)
3df8131d279e8a9c0f822b729ddc770273fd010cf2c868b3e891373d2ca48b50 docs-site.zip
996e7729a6921751bf5ab13c4e6d5524d0a0b9059a7f5613c0ac42b0fb27822e gitmap-updater-v6.165.0-darwin-amd64.tar.gz
8017846460ce24ace67f403c2ab9c82e2d479dd1ee9cc937d3d118fe4d3b6aaf gitmap-updater-v6.165.0-darwin-arm64.tar.gz
525c9a14dacc91d5a571fed44512164342cfcb3bcb337cb62dd7753576d40b48 gitmap-updater-v6.165.0-linux-amd64.tar.gz
37d9158f3c5663a51c522ba370eda3a63b6909dae1cc15f8a54c744ac45436e4 gitmap-updater-v6.165.0-linux-arm64.tar.gz
06d6455e57b9294ef8c98d516d4560e1154f6d5abc2832e4c00c9a4b8a78e77e gitmap-updater-v6.165.0-windows-amd64.zip
3ebf8a70fc3f19eb04425add390f891c375f45308ea89354eed69f78afef97e6 gitmap-updater-v6.165.0-windows-arm64.zip
379ab76763ecbf0730363c2cb47b2ca12a45e0b38d87f6e3d020f520a3855511 gitmap-v6.165.0-darwin-amd64.tar.gz
51aef511566ff0e7b24ff718a0bd23b2abf052eed520498634a0adcc0812ffdb gitmap-v6.165.0-darwin-arm64.tar.gz
39cb0125b0196b6345429bb60c301c18a3d31f121fe318cf0edfb9ef5cd46977 gitmap-v6.165.0-linux-amd64.tar.gz
98fc6fa9b1f72b1a1ee7416a0b573cfe66a1da04e4438e22d012f22f469734ca gitmap-v6.165.0-linux-arm64.tar.gz
4c56dbcf96b77d594a6943841e8605584cd3a74416b0bfaa492d3583402b4cf0 gitmap-v6.165.0-windows-amd64.zip
270f0aadfde1105893a249a8b2aedac8aab61804bd51614ab61c7e2a8f6455f0 gitmap-v6.165.0-windows-arm64.zip
Install
Quick install (Windows PowerShell)
irm https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.165.0/install.ps1 | iexQuick install (Linux / macOS)
curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.165.0/install.sh | bashInstall specific version (generic installer)
irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex
# Or pin this version:
& { $Version = "v6.165.0"; irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex }curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash
# Or pin this version:
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash -s -- --version v6.165.0Manual download
Download the appropriate archive for your platform from the assets below, extract, and place the binary in your PATH.
Assets
| Platform | Architecture | File |
|---|---|---|
| Windows | amd64 | gitmap-v6.165.0-windows-amd64.zip |
| Windows | arm64 | gitmap-v6.165.0-windows-arm64.zip |
| Linux | amd64 | gitmap-v6.165.0-linux-amd64.tar.gz |
| Linux | arm64 | gitmap-v6.165.0-linux-arm64.tar.gz |
| macOS | amd64 | gitmap-v6.165.0-darwin-amd64.tar.gz |
| macOS | arm64 | gitmap-v6.165.0-darwin-arm64.tar.gz |