| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-02-26 | 536 Bytes | |
| pinchtab-linux-arm64 | 2026-02-26 | 9.6 MB | |
| pinchtab-windows-amd64.exe | 2026-02-26 | 10.5 MB | |
| pinchtab-darwin-amd64 | 2026-02-26 | 10.5 MB | |
| pinchtab-darwin-arm64 | 2026-02-26 | 9.9 MB | |
| pinchtab-linux-amd64 | 2026-02-26 | 10.3 MB | |
| pinchtab-windows-arm64.exe | 2026-02-26 | 9.7 MB | |
| README.md | 2026-02-26 | 3.1 kB | |
| v0.7.6 source code.tar.gz | 2026-02-26 | 3.3 MB | |
| v0.7.6 source code.zip | 2026-02-26 | 3.4 MB | |
| Totals: 10 Items | 67.2 MB | 15 | |
Changelog
- [f0137b] Merge branch 'main' into feature/install-sh
- [937abb] Merge branch 'main' into feature/npm-package
- [d0e618] Merge branch 'main' into fix/dashboard-child-auth
- [586635] Merge pull request [#35] from jzakirov/fix/dashboard-child-auth
- [0f5c0d] Merge pull request [#36] from pinchtab/fix/goreleaser-config
- [f669a4] Merge pull request [#42] from pinchtab/fix/postinstall-getbindir
- [ef8a05] Merge pull request [#47] from pinchtab/fix/postinstall-redirects
- [1fd0ac] bump: version 0.7.1 — npm package + goreleaser ready
- [f96488] bump: version 0.7.5 — production npm package release
- [6e5404] bump: version 0.7.6 (HTTP redirect handling fix)
- [ecc8de] feat: add install.sh for one-liner setup
- [4aac6c] feat: add npm package wrapper for pinchtab binary
- [1dd17e] feat: production hardening — proxy, dedup logic, env vars, .npmignore
- [b4b0e0] fix: add 500ms sleep to stealth tests — race condition on injection timing
- [8bf866] fix: add HTTP 302 redirect handling to TypeScript download module
- [7613c5] fix: add explicit permissions blocks to GitHub Actions workflows
- [44599d] fix: align architecture naming with goreleaser (x64 → amd64)
- [048dd0] fix: authenticate dashboard/orchestrator calls to child instances
- [3b9958] fix: critical — binary download safety, versioning, error handling
- [01e898] fix: goreleaser Windows binary naming — remove double .exe (#40)
- [20b55a] fix: goreleaser binary output — remove invalid goos field (#37)
- [2e3f73] fix: goreleaser config — separate archive sections for OS
- [0bafc3] fix: goreleaser output binaries directly (not archives)
- [ab1b2c] fix: handle HTTP 302 redirects in postinstall download
- [714548] fix: harden npm package per modern best practices
- [a25c78] fix: increase stealth injection wait from 500ms to 1s for CI reliability
- [4e4afa] fix: integration test stability and isolation
- [645104] fix: make postinstall graceful when binary release not ready
- [25f981] fix: npm postinstall + ci + build cleanup + linting + automated verification
- [0fb432] fix: npm publish — install dependencies before build (#41)
- [f63765] fix: npm publish — skip version update if already correct (#38)
- [8a0ad9] fix: postinstall.js missing getBinDir() function
- [d57ac0] fix: production-grade download robustness improvements
- [d07528] fix: production-grade installer — permissions, cleanup, docs
- [0a72f3] fix: resolve ESLint warnings with strict typing (from PR [#46])
- [599055] fix: revert to ESLint v8 (stable), keep TypeScript v6 latest
- [d6eab4] fix: skip screenshot test gracefully in CI headless environment
- [981a65] fix: update ESLint to v9 and remove deprecated dependencies
- [21fced] fix: verify actual tarball contents, not dry-run output
- [62c15a] lock: update package-lock.json for ESLint v9 + TypeScript v8
- [c9f96d] merge: feature/npm-package and feature/install-sh to main
- [c7c37d] security: suppress CodeQL SSRF alert in health.go (#39)
- [c0ff43] style: use const for currentUrl variable (never reassigned)