Skip to content

SKI 1.0.0 (macOS + Windows)

Choose a tag to compare

@jomon003 jomon003 released this 27 Jul 12:33

The first release that auto-updates itself — signed updates via heyski.io, on macOS and Windows.

Requirements

  • macOS 14.4 (Sonoma) or newer · Apple Silicon (M1 or later)
  • Windows 10 / 11 · x64 (runs on ARM64 via emulation)

SKI 1.0

Voice for your coding agent. You talk; SKI transcribes it on your machine and hands it to your coding agent (Claude Code, Cursor, Codex, Gemini CLI and more); it does the work and answers back in a natural voice. Everything — speech‑to‑text and the voice — runs on‑device. Nothing you say leaves your machine.

  • The voice loop — talk to your agent, hear it answer; full‑duplex, barge‑in any time.
  • Meetings — record any call locally (unlimited, on‑device, no bot), or send your agent in as a participant or notetaker via AgentCall.
  • Screenshots, silent mode, calendar auto‑join, a voice per project, approve‑before‑send.
  • Lives where it belongs — on macOS it docks flush in the notch (or floats as a pill); on Windows it floats as a pill wherever you park it, with a tray icon for quick access.
  • Honest mute (macOS) — muting releases the mic and the recording indicator goes off.

Install — macOS

  1. If SKI is already installed, delete /Applications/SKI.app first — old copies stay Gatekeeper‑blocked and a fresh download won't heal them.
  2. Download SKI_1.0.0_aarch64.dmg below, open it, drag SKI to Applications.
  3. First launch → "downloaded from the Internet" prompt → Open.
  4. Verify: SKI → Preferences → About shows 1.0.0.

DMG and app are Developer‑ID signed, notarized, and stapled — both carry the notarization ticket.

Install — Windows

  1. Download SKI_1.0.0_x64-setup.exe below and run it. Windows may show a SmartScreen "Windows protected your PC" notice — the build isn't code‑signed yet — so click More info → Run anyway.
  2. Follow the prompts, then launch SKI from the Start menu.
  3. Verify: SKI → Preferences → About shows 1.0.0.

Windows builds aren't Authenticode‑signed yet, but every auto‑update is cryptographically signed and verified before it's applied.

From here, SKI keeps itself up to date automatically — on macOS it downloads in the background and applies on relaunch; on Windows, click Restart now in Preferences → About.

Make your agent talk — the skill

Install the SKI skill so your coding agent can hear you and answer.

Verify your download

# macOS
shasum -a 256 ~/Downloads/SKI_1.0.0_aarch64.dmg
# Windows (PowerShell)
Get-FileHash .\SKI_1.0.0_x64-setup.exe -Algorithm SHA256

Expected SHA‑256:

  • SKI_1.0.0_aarch64.dmgbd243fca232f5d6863f61997727d6545e7b0d258f23b5ac17f1b7de938bc1f60 (121,886,199 bytes)
  • SKI_1.0.0_x64-setup.exea2bcacb185642d0b69725f5331e86616868a9e1bb26336486231f7422f305928 (293,197,858 bytes)