Skip to content

Releases: itsucara/kagisecure

Release list

Kagisecure 0.1.1

Choose a tag to compare

@itsucara-oss itsucara-oss released this 19 Sep 06:38

Install

brew install --cask itsucara/tap/kagisecure

Or download Kagisecure.dmg below, open it and drag Kagisecure to Applications.
Requires macOS 15 Sequoia or later. Universal binary (Apple silicon and Intel).
Signed with Developer ID and notarized by Apple. 100% offline — no network code.

SHA-256 62f2175db1524ff27b98ae66694c95787279cc5e3d7708091b0251f878c0b8c2


Fixed

  • Release binaries no longer embed build-machine paths. The 0.1.0 app and Safari extension
    kept the linker's debug map in their symbol tables, which named the absolute path of every
    object file on the machine that built the release. Release builds are now stripped, and
    cargo xtask dist refuses to package any Mach-O that contains a /Users/ path. No change in
    behaviour; nothing about your vault or your data was involved.