Skip to content

Conversation

@trietphm
Copy link
Contributor

@trietphm trietphm commented Jan 30, 2026

Summary

  • feat: update dependency and use upx to compress release files
  • Compressing with UPX will help reduce the binary size
  ┌──────────────┬────────┬───────┬───────────┐
  │    Binary    │ Before │ After │ Reduction │
  ├──────────────┼────────┼───────┼───────────┤
  │ linux-x64    │ 96 MB  │ 24 MB │ 75%       │
  ├──────────────┼────────┼───────┼───────────┤
  │ linux-arm64  │ 90 MB  │ 21 MB │ 77%       │
  ├──────────────┼────────┼───────┼───────────┤
  │ windows-x64  │ 108 MB │ 30 MB │ 72%       │
  ├──────────────┼────────┼───────┼───────────┤
  │ darwin-x64   │ 61 MB  │ 61 MB │ —         │
  ├──────────────┼────────┼───────┼───────────┤
  │ darwin-arm64 │ 55 MB  │ 55 MB │ —         │
  └──────────────┴────────┴───────┴───────────┘

Checklists

Please check directly on the box once each of these are done

  • Update CHANGELOG.md
  • Documentation (if necessary)

@trietphm trietphm requested a review from khanhhuy January 30, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants