Releases: mattyatea/zxcv
🚀 Release v1.2.7
🎉 What's New
- chore: bump version to v1.2.7 (382d0b2)
- Enhance: Run Biome formatting after jq updates package.json (5a1275b)
- Fix: Use tab indentation for jq in GitHub Actions (43e5b4e)
- Fix: ログイン不要であるべきエンドポイントがログイン必須になってた (42612cf)
- Fix: Format cli/package.json with tabs instead of spaces (bc8d278)
- Chore: Update zxcv-metadata.json lastSync timestamp (d53ec98)
🌐 Web Application
- Production: https://zxcv.nanasi-apps.xyz
- Staging: https://zxcv-staging.mattyatea.me
📦 CLI Tool
Download the appropriate binary for your platform from the assets below.
🤖 Automated Release - This release was created automatically after successful production deployment.
For issues or questions, please visit our GitHub Issues.
🚀 Release v1.2.6
🎉 What's New
- chore: bump version to v1.2.6 (6f1691e)
- Refactor: Remove include_cli and release_type options from release workflows (7dc17f9)
- いい感じに (6001e88)
🌐 Web Application
- Production: https://zxcv.nanasi-apps.xyz
- Staging: https://zxcv-staging.mattyatea.me
📦 CLI Tool
Download the appropriate binary for your platform from the assets below.
🤖 Automated Release - This release was created automatically after successful production deployment.
For issues or questions, please visit our GitHub Issues.
🚀 Release v1.2.5
🎉 What's New
🌐 Web Application
- Production: https://zxcv.nanasi-apps.xyz
- Staging: https://zxcv-staging.mattyatea.me
🤖 Automated Release - This release was created automatically after successful production deployment.
For issues or questions, please visit our GitHub Issues.
🚀 Release v1.2.4
🎉 What's New
- chore: bump version to v1.2.4 (c36bf15)
- Fix: GitHub Actions (998ae1d)
- Refactor: DBを直接参照しているような箇所をなくす (4103118)
- Fix: testが通らない問題を修正 (a03288d)
- Fix: Format ReportService constructor to single line (a47cb9e)
- Fix: Remove duplicate else block in CLI gitignore.ts (4bfcbab)
- Fix: Resolve linting issues and add Biome to CLI (c56e6f8)
- Fix: Resolve Biome configuration and linting issues (52056c5)
- Fix: BiomeのConfigMiss (a95bc09)
- Feat: Implement report functionality for rules (ad58428)
- Fix: Biomeのfixを適用 (7ae7818)
- Fix: 壊れているsymlinkを削除 (d794e27)
- Update pnpm lockfile (60d42ba)
- Chore: Apply Biome formatting to CLI files and update lockfile (4d09a55)
- Fix: Exclude CSS files from lint by using glob patterns in scripts (4249243)
- Fix: Exclude CSS files from Biome linting (776ba7b)
- Refactor: Unify Biome configuration to root .biome.json (a6270ec)
- Refactor: Improve UserProfile type structure and fix schema validation (07641a9)
- 命名規則が揃っていないのを修正 (0e40190)
- Feat: Create UserService to centralize user data fetching operations (10d6aeb)
- Refactor: Convert UserPackingService to pure utility and move to packing folder (850e4cd)
- Feat: Implement unified UserPackingService for consistent user data formatting (4d7c126)
- Feat: Implement role-based admin and moderator system (376681b)
- 色々修正 (270b6c1)
- Fix Cloudflare deploy paths (79618b1)
- Enhance: Auto-update version in cross-platform build script (156a467)
- Fix: Update CLI version to 1.2.3 and fix install script (82c59de)
- Refactor (c8ec53a)
- Enhance: Add consistent null safety checks across template engine (3336e2e)
- Enhance: Improve type safety for template options (ed9aa40)
- Fix: Resolve template replacement security issues and version switching bugs (04c8dc3)
- Fix: Address additional PR review feedback (5f8eb4a)
- Fix: Address PR review feedback - security and code quality improvements (e32710a)
- Feat: Implement template engine for dynamic rule variables (c8e1ef3)
- Fix: Add missing environment variables to staging configuration (9231ae4)
- Enhance: Add comprehensive OAuth and pagination i18n keys (43048fe)
- Fix: Add missing OAuth translation keys (a043c0d)
- Fix: Remove unused imports and parameters in disabled auth endpoints (4f82150)
- Emailログイン停止に伴って、testもskipするように (ec07412)
- 一旦Emailログインを停止 (bdd178a)
🌐 Web Application
- Production: https://zxcv.nanasi-apps.xyz
- Staging: https://zxcv-staging.mattyatea.me
🤖 Automated Release - This release was created automatically after successful production deployment.
For issues or questions, please visit our GitHub Issues.
🚀 Release v1.2.3
🎉 What's New
- chore: bump version to v1.2.3 (302c877)
- Fix: Add missing environment variables to staging configuration (3b8001d)
- Enhance: Add comprehensive OAuth and pagination i18n keys (98f4dbc)
- Fix: Add missing OAuth translation keys (6ae0afd)
- Fix: Remove unused imports and parameters in disabled auth endpoints (2e77065)
- Emailログイン停止に伴って、testもskipするように (9458ac8)
- 一旦Emailログインを停止 (fc7608a)
- actionsのifを変えてみる (3eda17d)
- Lintを通るように (e1adb0a)
- ルールを追加 (0f7a886)
- Refactor: Simplify UI and unify language to English (059e2ce)
- Enhance: Add Agents.md support and interactive gitignore configuration (9b0ac0b)
- Enhance: Add interactive CLI prompts with arrow key navigation (2d31b12)
- Enhance: Add workflow_dispatch to post-release and remove health checks (795ec91)
🌐 Web Application
- Production: https://zxcv.nanasi-apps.xyz
- Staging: https://zxcv-staging.mattyatea.me
🤖 Automated Release - This release was created automatically after successful production deployment.
For issues or questions, please visit our GitHub Issues.
🚀 Release v1.2.2
🎉 What's New
- fix(github): Make release workflow more robust (9685c81)
- feat: Add worker-configuration.override.d.ts for secrets (caf2a44)
- Refactor: Use wrangler secret for sensitive env vars (ce4682c)
- Refactor: Consolidate Cloudflare secrets in CI/CD (0dc623b)
- Checkpoint before follow-up message (a2aadf6)
- Update worker types and wrangler config with dummy secrets (223c670)
- Refactor: Use string for secrets, enable runtime configuration (17edbe7)
- Refactor: Move CI/CD env vars to GitHub Actions secrets (cfc81f2)
- feat: Add default secrets to wrangler.toml for local dev (9a076f0)
- Refactor: Use GitHub secrets for environment variables (5a3ae81)
- Refactor: Use staging and production secrets for CI/CD (ce6d14e)
- Enhance: Add workflow_dispatch to post-release and remove health checks (fb018eb)
- Update post-release.yml (ea6f173)
- Update post-release.yml (630e5f8)
- Fix: Add error handling for PR creation permission issues (13a9914)
- chore: bump version to v1.2.0 (a4f14d1)
- Fix: Remove invalid workflows permission (8249ebd)
- Fix: Add workflows permission and restore full file commits (4c05f56)
- Fix: Resolve GitHub App workflows permission issue (ee27444)
- Fix: Improve release branch conflict handling (ec69ec1)
- Fix: Remove GitHub labels from release workflow (23443f3)
- Fix: Reorder release workflow to build before tests (6b85d5d)
- Fix: Add missing computed import in install.vue (89f5598)
- "Update Claude Code Review workflow" (78843f5)
- "Update Claude PR Assistant workflow" (eb394b6)
- Fix: Resolve branch mismatch in install commands (9deb5b4)
- Fix: Address comprehensive PR review feedback (9f9c66e)
- Fix: Address PR review feedback (599317b)
- Fix: Remove non-existent Bun/NPM package installation method (3bf1d48)
- Feat: Add CLI installation page (#40) (5f8aa64)
- Fix: Biome formatting issues in RuleService (e10b44a)
- Fix: Avatar route TypeScript error (206acab)
- Fix: 全リンターエラーを修正 (0841253)
- Fix: 全TypeScriptエラーを修正 (f240df4)
- Fix: PRレビュー指摘事項を追加対応 (17f9408)
- Fix: PRレビュー指摘事項の修正 (b7a5d62)
- buildをするように (191486c)
- toml記述エラーを修正 (6fc9c9c)
- wrangler.test.jsoncを廃止 (5bc4f9a)
- wrangler.test.jsoncを廃止 wrangler.tomlのstangingのところにいいかん時に (b18ee82)
- wrangler.test.jsoncに
JWT_SECRETを定義 (37ce07d) - いい感じに (2b584c3)
- 全てをいい感じに (1dc4065)
- Optimize Cloudflare Workers TypeScript configuration (01a0d06)
- Remove unnecessary lint test and fix RuleService type error (1d16d0f)
- Fix: Resolve TypeScript type errors (bf3fda3)
- chore(i18n): remove Nuxt injection plugins and unify on useI18n().t usage (1221783)
- Feat: Add comprehensive prerelease support (alpha, beta, rc) (aa59805)
- Enhance: Address comprehensive PR review feedback (a977875)
- Enhance: Address PR review feedback with comprehensive improvements (09de693)
- Feat: Implement automated release system (a1447c0)
- Enhance: Address PR review feedback with comprehensive workflow improvements (9c49953)
- Fix: Update CLI workflow to use Bun instead of pnpm (dfef661)
- Enhance: Simplify and consolidate GitHub Actions workflows (93b1291)
- Enhance: Implement PR #36 security and UX improvements (c7c89d9)
- Fix: Resolve CI test failures with displayName and avatarUrl fields (0603f0a)
- Test: Add comprehensive tests for rule URL generation (14cd4f7)
- Fix: Correct rule URL generation in user profile page (e447145)
- Enhance: Unify avatar display across application with complete API support (b5582cb)
- Fix: Resolve auth store initialization timing on page reload (8b401a1)
- Debug: Add comprehensive error handling and context validation (6647b05)
- Debug: Add comprehensive logging for CI environment analysis (b99e9da)
- Fix: Enhance test mocking for users.me endpoint validation (a5924c1)
- Fix: Resolve users.me output validation failures (2369bec)
- Enhance: Fix avatar upload and display functionality (fca70fb)
- ORPCの使い方が間違っているので修正 (e2bff8a)
- ORPCの使い方が間違っているので修正 (c50c4fe)
- 色々を修正 (b1a243f)
- i18nの使用方法が間違っていた問題を修正 (ba4b0bc)
- testを修正 (3ff2dab)
- ロガーをいい感じに (afe6de2)
- Create LICENSE (e977643)
- Test: Implement oRPC testing patterns following official documentation (00f97ee)
- Fix: Update integration tests for new profile API (5c7be33)
- Test: Trigger CI test execution (730f890)
- Test: Add comprehensive tests for profile settings feature (7ee2d1e)
- Feat: プロフィール設定機能を実装 (fb71bef)
- Update: pnpm-lock.yamlをアップデート (fd34745)
- Fix: Resolve Biome lint errors in tests (d9f92b3)
- Refactor: Remove unnecessary legacy comments (8864c3a)
- Test: Add comprehensive unit tests for MemoryFileManager (140f70a)
- Fix: Improve type safety and input validation (7d7e2d4)
- Feat: Implement rule installation with memory file recording (200deda)
- Update: Readmeの画像のサイズがあまりにもアレなので修正 (1d5895b)
- Update README.md (59d953e)
- Refactor: Replace hardcoded values with dynamic environment detection (732b6e4)
- Fix: Resolve all branch condition evaluation issues in workflows (497c2ec)
- Fix: Split deployment commands by branch with explicit conditions (27ffcb1)
- Fix: Split migration commands by branch with explicit conditions (158f8c3)
- Debug: Add branch detection info to deployment workflow (251863d)
- Fix: Correct staging environment migration command structure (1a8aab0)
- Fix: Use correct database names in deployment migration command (4b6714f)
- Fix: Update test to match new i18n registration message (8e23319)
- Fix: Remove outdated migration causing CI failures (0b3f522)
- Fix: Clean up duplicate migration files (188a27a)
- Security: Restrict debug endpoints and API docs to non-production environments (bea48e9)
- Fix: Improve i18n support for error messages (7c20436)
- Refactor: Unify contentType and type fields per PR review (a4c989c)
- Fix: Enable rate limiting error to fix failing tests (f4d02a2)
- Refactor: Unify contentType and type fields (b3b8ff3)
- エラーハンドリング (196b7ea)
- WIP (fc8eb71)
- Fix: Use $Enums.RuleType for proper enum type import (4a71bfc)
- Refactor: Use Prisma enum for RuleType (ac1e2ae)
- jwt_secretは必須 (13395d4)
- secretsがなかったら空文字を突っ込むように (1152b91)
- Fix: Use D1 binding name instead of database name in migrations (a4d8aaf)
- Fix: Remove problematic bundle splitting for Cloudflare Workers (161bbb1)
- Refactor: Optimize codebase for performance and size reduction (a1c78da)
- Fix: Add rollback functionality to user registration (90c5112)
- Revert "Fix: Add debug logging for JWT authentication issues" (4af91e0)
- Revert "Fix: Add detailed JWT verification debugging" (112f082)
- Revert "Log: デバッグ用ログを仕込んでみる" (0dcccb1)
- Revert "Fix: Resolve circular reference error in environment logging" (a6c815c)
- Revert "Fix: Add CLI token processing debug logging" (fd63eaf)
- Fix: Correct JWT vs CLI token detection logic (08005ec)
- Fix: Add CLI token processing debug logging (9db7db1)
- Fix: Resolve circular reference error in environment logging (524417f)
- Log: デバッグ用ログを仕込んでみる (cd11db7)
- Fix: Add detailed JWT verification debugging (62950ee)
- Fix: Add debug logging for JWT authentication issues (972db23)
- Enhance: useRpcを使用するように (1e5539a)
- Fix: Replace setTimeout with requestAnimationFrame in device.vue (c3544a8)
- Fix: i18nで足りないキーがあるのを修正 (4702d22)
- Fix: APP_URLなどを修正 (e9a1cae)
- Fix: なんで変わってるの? (a1bbdc8)
- Fix: CLIのAPI URL間違ってた (0f600ee)
- Update: package.jsonとかのバージョン上げ忘れてた (c491310)
- Enhance: Add --update flag to install.sh (69583a4)
- Enhance: Update Flagを実装 (c928007)
🌐 Web Application
- Production: https://zxcv.nanasi-apps.xyz
- Staging: https://zxcv-staging.mattyatea.me
📦 CLI Tool
Download the appropriate binary for your platform from the assets below.
# Install CLI (replace with actual download URL)
curl -L https://github.com/mattyatea/zxcv/releases/download/$VERSION/zxcv-[platform] -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
🤖 Automated Release - This release was created automatically after successful production deployment.
For issues or questions, please visit our GitHub Issues.
🚀 Release v1.2.1
🎉 What's New
- feat: Add worker-configuration.override.d.ts for secrets (caf2a44)
- Refactor: Use wrangler secret for sensitive env vars (ce4682c)
- Refactor: Consolidate Cloudflare secrets in CI/CD (0dc623b)
- Checkpoint before follow-up message (a2aadf6)
- Update worker types and wrangler config with dummy secrets (223c670)
- Refactor: Use string for secrets, enable runtime configuration (17edbe7)
- Refactor: Move CI/CD env vars to GitHub Actions secrets (cfc81f2)
- feat: Add default secrets to wrangler.toml for local dev (9a076f0)
- Refactor: Use GitHub secrets for environment variables (5a3ae81)
- Refactor: Use staging and production secrets for CI/CD (ce6d14e)
- Enhance: Add workflow_dispatch to post-release and remove health checks (fb018eb)
- Update post-release.yml (ea6f173)
- Update post-release.yml (630e5f8)
- Fix: Add error handling for PR creation permission issues (13a9914)
- chore: bump version to v1.2.0 (a4f14d1)
- Fix: Remove invalid workflows permission (8249ebd)
- Fix: Add workflows permission and restore full file commits (4c05f56)
- Fix: Resolve GitHub App workflows permission issue (ee27444)
- Fix: Improve release branch conflict handling (ec69ec1)
- Fix: Remove GitHub labels from release workflow (23443f3)
- Fix: Reorder release workflow to build before tests (6b85d5d)
- Fix: Add missing computed import in install.vue (89f5598)
- "Update Claude Code Review workflow" (78843f5)
- "Update Claude PR Assistant workflow" (eb394b6)
- Fix: Resolve branch mismatch in install commands (9deb5b4)
- Fix: Address comprehensive PR review feedback (9f9c66e)
- Fix: Address PR review feedback (599317b)
- Fix: Remove non-existent Bun/NPM package installation method (3bf1d48)
- Feat: Add CLI installation page (#40) (5f8aa64)
- Fix: Biome formatting issues in RuleService (e10b44a)
- Fix: Avatar route TypeScript error (206acab)
- Fix: 全リンターエラーを修正 (0841253)
- Fix: 全TypeScriptエラーを修正 (f240df4)
- Fix: PRレビュー指摘事項を追加対応 (17f9408)
- Fix: PRレビュー指摘事項の修正 (b7a5d62)
- buildをするように (191486c)
- toml記述エラーを修正 (6fc9c9c)
- wrangler.test.jsoncを廃止 (5bc4f9a)
- wrangler.test.jsoncを廃止 wrangler.tomlのstangingのところにいいかん時に (b18ee82)
- wrangler.test.jsoncに
JWT_SECRETを定義 (37ce07d) - いい感じに (2b584c3)
- 全てをいい感じに (1dc4065)
- Optimize Cloudflare Workers TypeScript configuration (01a0d06)
- Remove unnecessary lint test and fix RuleService type error (1d16d0f)
- Fix: Resolve TypeScript type errors (bf3fda3)
- chore(i18n): remove Nuxt injection plugins and unify on useI18n().t usage (1221783)
- Feat: Add comprehensive prerelease support (alpha, beta, rc) (aa59805)
- Enhance: Address comprehensive PR review feedback (a977875)
- Enhance: Address PR review feedback with comprehensive improvements (09de693)
- Feat: Implement automated release system (a1447c0)
- Enhance: Address PR review feedback with comprehensive workflow improvements (9c49953)
- Fix: Update CLI workflow to use Bun instead of pnpm (dfef661)
- Enhance: Simplify and consolidate GitHub Actions workflows (93b1291)
- Enhance: Implement PR #36 security and UX improvements (c7c89d9)
- Fix: Resolve CI test failures with displayName and avatarUrl fields (0603f0a)
- Test: Add comprehensive tests for rule URL generation (14cd4f7)
- Fix: Correct rule URL generation in user profile page (e447145)
- Enhance: Unify avatar display across application with complete API support (b5582cb)
- Fix: Resolve auth store initialization timing on page reload (8b401a1)
- Debug: Add comprehensive error handling and context validation (6647b05)
- Debug: Add comprehensive logging for CI environment analysis (b99e9da)
- Fix: Enhance test mocking for users.me endpoint validation (a5924c1)
- Fix: Resolve users.me output validation failures (2369bec)
- Enhance: Fix avatar upload and display functionality (fca70fb)
- ORPCの使い方が間違っているので修正 (e2bff8a)
- ORPCの使い方が間違っているので修正 (c50c4fe)
- 色々を修正 (b1a243f)
- i18nの使用方法が間違っていた問題を修正 (ba4b0bc)
- testを修正 (3ff2dab)
- ロガーをいい感じに (afe6de2)
- Create LICENSE (e977643)
- Test: Implement oRPC testing patterns following official documentation (00f97ee)
- Fix: Update integration tests for new profile API (5c7be33)
- Test: Trigger CI test execution (730f890)
- Test: Add comprehensive tests for profile settings feature (7ee2d1e)
- Feat: プロフィール設定機能を実装 (fb71bef)
- Update: pnpm-lock.yamlをアップデート (fd34745)
- Fix: Resolve Biome lint errors in tests (d9f92b3)
- Refactor: Remove unnecessary legacy comments (8864c3a)
- Test: Add comprehensive unit tests for MemoryFileManager (140f70a)
- Fix: Improve type safety and input validation (7d7e2d4)
- Feat: Implement rule installation with memory file recording (200deda)
- Update: Readmeの画像のサイズがあまりにもアレなので修正 (1d5895b)
- Update README.md (59d953e)
- Refactor: Replace hardcoded values with dynamic environment detection (732b6e4)
- Fix: Resolve all branch condition evaluation issues in workflows (497c2ec)
- Fix: Split deployment commands by branch with explicit conditions (27ffcb1)
- Fix: Split migration commands by branch with explicit conditions (158f8c3)
- Debug: Add branch detection info to deployment workflow (251863d)
- Fix: Correct staging environment migration command structure (1a8aab0)
- Fix: Use correct database names in deployment migration command (4b6714f)
- Fix: Update test to match new i18n registration message (8e23319)
- Fix: Remove outdated migration causing CI failures (0b3f522)
- Fix: Clean up duplicate migration files (188a27a)
- Security: Restrict debug endpoints and API docs to non-production environments (bea48e9)
- Fix: Improve i18n support for error messages (7c20436)
- Refactor: Unify contentType and type fields per PR review (a4c989c)
- Fix: Enable rate limiting error to fix failing tests (f4d02a2)
- Refactor: Unify contentType and type fields (b3b8ff3)
- エラーハンドリング (196b7ea)
- WIP (fc8eb71)
- Fix: Use $Enums.RuleType for proper enum type import (4a71bfc)
- Refactor: Use Prisma enum for RuleType (ac1e2ae)
- jwt_secretは必須 (13395d4)
- secretsがなかったら空文字を突っ込むように (1152b91)
- Fix: Use D1 binding name instead of database name in migrations (a4d8aaf)
- Fix: Remove problematic bundle splitting for Cloudflare Workers (161bbb1)
- Refactor: Optimize codebase for performance and size reduction (a1c78da)
- Fix: Add rollback functionality to user registration (90c5112)
- Revert "Fix: Add debug logging for JWT authentication issues" (4af91e0)
- Revert "Fix: Add detailed JWT verification debugging" (112f082)
- Revert "Log: デバッグ用ログを仕込んでみる" (0dcccb1)
- Revert "Fix: Resolve circular reference error in environment logging" (a6c815c)
- Revert "Fix: Add CLI token processing debug logging" (fd63eaf)
- Fix: Correct JWT vs CLI token detection logic (08005ec)
- Fix: Add CLI token processing debug logging (9db7db1)
- Fix: Resolve circular reference error in environment logging (524417f)
- Log: デバッグ用ログを仕込んでみる (cd11db7)
- Fix: Add detailed JWT verification debugging (62950ee)
- Fix: Add debug logging for JWT authentication issues (972db23)
- Enhance: useRpcを使用するように (1e5539a)
- Fix: Replace setTimeout with requestAnimationFrame in device.vue (c3544a8)
- Fix: i18nで足りないキーがあるのを修正 (4702d22)
- Fix: APP_URLなどを修正 (e9a1cae)
- Fix: なんで変わってるの? (a1bbdc8)
- Fix: CLIのAPI URL間違ってた (0f600ee)
- Update: package.jsonとかのバージョン上げ忘れてた (c491310)
- Enhance: Add --update flag to install.sh (69583a4)
- Enhance: Update Flagを実装 (c928007)
🌐 Web Application
- Production: https://zxcv.nanasi-apps.xyz
- Staging: https://zxcv-staging.mattyatea.me
📦 CLI Tool
Download the appropriate binary for your platform from the assets below.
# Install CLI (replace with actual download URL)
curl -L https://github.com/mattyatea/zxcv/releases/download/$VERSION/zxcv-[platform] -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
🤖 Automated Release - This release was created automatically after successful production deployment.
For issues or questions, please visit our GitHub Issues.
zxcv CLI cli-v1.1.1
zxcv CLI Release
Security Verification
All binaries include SHA256 checksums for security verification. Download checksums.sha256 and verify:
# Verify downloaded binary
shasum -a 256 -c checksums.sha256
# or on Linux
sha256sum -c checksums.sha256
Installation
Download the appropriate binary for your platform and make it executable:
Windows
# Download zxcv-win-x64.exe and add to PATH
macOS (Intel)
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.1/zxcv-macos-x64 -o zxcv
# Remove quarantine attributes if needed
xattr -rc zxcv 2>/dev/null || true
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
macOS (Apple Silicon)
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.1/zxcv-macos-arm64 -o zxcv
# Remove quarantine attributes if needed
xattr -rc zxcv 2>/dev/null || true
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
Linux x64
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.1/zxcv-linux-x64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
Linux ARM64
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.1/zxcv-linux-arm64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
zxcv CLI cli-v1.1.0
zxcv CLI Release
Security Verification
All binaries include SHA256 checksums for security verification. Download checksums.sha256 and verify:
# Verify downloaded binary
shasum -a 256 -c checksums.sha256
# or on Linux
sha256sum -c checksums.sha256
Installation
Download the appropriate binary for your platform and make it executable:
Windows
# Download zxcv-win-x64.exe and add to PATH
macOS (Intel)
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.0/zxcv-macos-x64 -o zxcv
# Remove quarantine attributes if needed
xattr -rc zxcv 2>/dev/null || true
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
macOS (Apple Silicon)
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.0/zxcv-macos-arm64 -o zxcv
# Remove quarantine attributes if needed
xattr -rc zxcv 2>/dev/null || true
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
Linux x64
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.0/zxcv-linux-x64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
Linux ARM64
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.1.0/zxcv-linux-arm64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
zxcv CLI cli-v1.0.0
zxcv CLI Release
Installation
Download the appropriate binary for your platform and make it executable:
Windows
# Download zxcv-win-x64.exe and add to PATH
macOS (Intel)
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.0.0/zxcv-macos-x64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
macOS (Apple Silicon)
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.0.0/zxcv-macos-arm64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
Linux x64
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.0.0/zxcv-linux-x64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/
Linux ARM64
curl -L https://github.com/mattyatea/zxcv/releases/download/cli-v1.0.0/zxcv-linux-arm64 -o zxcv
chmod +x zxcv
sudo mv zxcv /usr/local/bin/