Skip to content

Releases: incyashraj/krate

v0.1.0-rc4

v0.1.0-rc4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:07

Full Changelog: v0.1.0-rc3...v0.1.0-rc4

v0.1.0-rc3

v0.1.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 08:58
6476bce

What's Changed

  • feat: clickable + selectable list rows, notes UI polish by @incyashraj in #8
  • feat: native consent window — a .krate asks before it runs by @incyashraj in #9
  • Full text-editing parity on the drawn path (Linux/Windows) by @incyashraj in #10
  • The complete AI authoring loop: agent request → shareable .krate by @incyashraj in #11
  • Self-service krate create: request → shareable, editable, permission-gated .krate by @incyashraj in #12

New Contributors

Full Changelog: v0.1.0-rc2...v0.1.0-rc3

v0.1.0-rc2

v0.1.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jul 05:01

Krate Notes v0.1.0

Krate Notes v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@incyashraj incyashraj released this 22 Jul 21:27

Krate Notes, a small note taking app packaged as a single .krate file.

The bundle carries the app and the permissions it asks for. It cannot read a
file, reach the network, or touch anything else unless you allow it.

Run it from this URL, without downloading anything first:

krate run https://github.com/incyashraj/krate/releases/download/notes-v0.1.0/notes.krate --native-window --prompt

--prompt shows you what the app wants and lets you choose, one capability at
a time.

Or see what it wants without running it:

krate run https://github.com/incyashraj/krate/releases/download/notes-v0.1.0/notes.krate --dump-caps

You need the runtime. Until signed binary releases land, build it once:

git clone https://github.com/incyashraj/krate && cd krate
cargo build -p krate-cli
export PATH="$PWD/target/debug:$PATH"   # so `krate` resolves in this shell

Full walkthrough: https://incyashraj.github.io/krate/try-krate-notes.html

notes.krate sha256: 162f256e058b54cb5dc5832e0b2623da394fa07cac0dc5ded741346ad3645d0c

Known limits today: widgets are drawn rather than native on Linux and Windows;
on macOS they are real AppKit controls but keyboard input is not wired yet, so
Linux is the most complete experience. There is no signing on bundles yet, so
only run ones you trust the source of.

v0.1.0-rc1

v0.1.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 May 02:58