Skip to content

Open source keystroke application for Windows that inspired by Keycast

Notifications You must be signed in to change notification settings

hudy9x/keyreader

Repository files navigation

Introduction

KeyReader - an open source keystroke visualizer that inspired from KeyCastr

Watch how i built it on youtube: https://www.youtube.com/watch?v=hhwjGIICLuA&t=27s

image-1

KeyReader enables you to share your keystroke when streaming your screen. And yes, it looks like KetCastr. The only difference is that it supports Windows.

For now, it only provide one theme as the above image

Demo

Visit homepage

Enable to visualize typing

image-2

KeyReader allows you to moving around as well

image-3

Installation

For Windows

Download the latest version from here

Or, install using scoop

$ scoop bucket add my-bucket https://github.com/hudy9x/scoop-buckets
$ scoop install keyreader

For Linux

For now, follow Development guide to build your own.

For Mac

Please use KeyCastr instead

Upgrade

For Windows

If you already have KeyReader on your PC and you want to upgrade it's version

Follow the guide

$ scoop update
$ scoop update keyreader

Or, just download the latest version and re-install it

Development

KeyReader built on Tauri. So, please follow their instruction for installing development environment

Second, you must have nodejs, npm or yarn

After installing all above dev tools. Open terminal and start developing

$ npm run devapp

For building

$ npm run tauri build

Issues

Please visit issues Feel free to fork and make a PR for me

Note: I'm a new to Rust, so please help me improve the source code. Big thanks for good explanation, i'd love to learn from you guys

License

BSD 3-Clause

KeyCastr has been freely available for the Windows since 2023.