Skip to content

v0.1.0 - kythe CLI

Choose a tag to compare

@chivaesi chivaesi released this 03 Aug 17:05

First public release of kythe, the command-line client for Kythene.

Most of Kythene runs over MCP, where your assistant connects itself and calls Kythene's tools in-session. This CLI is for the rest: scripts, cron jobs, CI, and piping a file in from a shell.

Install

Download the archive for your platform below, unpack it, and put kythe on your PATH.

# macOS (Apple silicon)
tar xzf kythe_0.1.0_darwin_arm64.tar.gz && sudo mv kythe /usr/local/bin/

# Linux (x86-64)
tar xzf kythe_0.1.0_linux_amd64.tar.gz && sudo mv kythe /usr/local/bin/

Windows builds are the .zip archives. checksums.txt holds SHA-256 sums for every asset.

Configure

export KYTHENE_URL=https://kythene.com   # the default; your own host if you self-host
export KYTHENE_TOKEN=twk_...             # create an API key in the app: Connect your AI

What it does

Publish work and add versions to it, walk the timeline, read and write the memory your instances recall, review at block level, share by tag or share code, and export or import a whole workspace.

Run kythe with no arguments for the full command list.

Make it known.