Remove Go implementation; complete Tauri/Rust cutover#27
Merged
statik merged 1 commit intoJun 21, 2026
Merged
Conversation
The full Rust rewrite (hyperdeck-core + hyperdeck-os + src-tauri) reaches parity with the Go daemon, so retire the Go tree and its packaging: - Delete cmd/, internal/, go.mod, go.sum, and build/ (NSIS/Info.plist/ signing scripts/nfpm/gen_appicon) — superseded by the Tauri bundler and tauri-action. - ci.yml: drop the Go test job; keep rustfmt, the rust matrix, and the tauri job. - justfile: rewrite recipes for cargo/tauri (test/fmt/build/run/serve/demo/ trust). - README.md: rewrite for the Rust/Tauri architecture, install, dev, config, and releasing (with the maintainer key-setup note). - .gitignore: drop Go-only entries. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R8X1NxFiaLGJzwUD5wgRTv
statik
marked this pull request as ready for review
June 21, 2026 15:20
statik
merged commit Jun 21, 2026
dab3dc8
into
claude/tauri-migration-self-update-74d57g
6 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes the Go → Rust/Tauri migration on the feature branch by retiring the Go tree now that the Rust rewrite (
hyperdeck-core+hyperdeck-os+src-tauri) is at parity.Changes
cmd/,internal/,go.mod,go.sum.build/(NSIS installer,Info.plist, macOS sign/notarize scripts,sign.ps1,nfpm.yaml,gen_appicon.go) — superseded by the Tauri bundler +tauri-action.ci.yml: drop the Gotestjob; keeprustfmt, therustmatrix (ubuntu/macos/windows), and thetaurijob (macos/windows).justfile: rewrite recipes for cargo/tauri (test/fmt/build/run/serve/demo/trust).README.md: rewrite for the Rust/Tauri architecture, install, development, configuration, and releasing (incl. the maintainer key-setup note)..gitignore: drop Go-only entries.Verification
cargo fmt --all --check✅cargo test --workspace✅ (71 core + 5 os tests pass — unaffected by the Go deletions)mainremains the Go app until the migration branch is merged.🤖 Generated with Claude Code
Generated by Claude Code