Rare find

C64 Kitty. A Commodore 64 emulator that runs inside your terminal.

github.com/antirez/c64-kitty

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2025
  • Zoom option.
  • Switch between Ghostty and Kitty mode via option.
  • Try using the Kitty animation protocol.
  • Kitty protocol: use chunks of 4096 bytes max.
  • Global vars removed.
May 2025
  • Merge pull request #6 from 539hex/main
  • Fixed make command for macos in README.md
  • Also translate ^H as C64 DEL.
  • Less crude keyboard handling.
  • Just make shows targets instead of compiling.
  • Merge pull request #3 from gmerlino/patch-1
  • fix for syntax in audio_macos.c
  • audio_linux.c renamed for clarity.
  • MacOS audio: implement audio_cleanup().
  • Merge pull request #1 from 89luca89/feat/linux_audio
  • Merge branch 'main' into feat/linux_audio
  • Merge pull request #2 from siddolo/linux-audio
  • renaming alsa implementation
  • make: switch to linux-pulseaudio target
  • linux-audio to Makefile