~hww3/chicken

78f05c24ef85a56d7a01eecb5dd5d66455505e9b — H. William Welliver III 6 months ago 764af97 master
add some notes about what we're doing here.
1 files changed, 11 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +11 -1
@@ 1,4 1,14 @@
# chicken
# Universal Chicken

Universal Chicken is a VNC client for MacOS. It is based on Chicken, from the following repository:

https://github.com/boecko/chicken

This project has been updated to produce a Signed and Notarized Universal application that should run on Intel and Apple Silicon Macs running MacOS 10.15 and newer. 

The venerable Chicken application had not been updated in many years and as a 32-bit application, ceased to work on MacOS 10.14. Luckily, the code itself works properly when compiled as a 64-bit application, so getting things running on modern MacOS was a relatively straightforward process.

The notes below are included from that repository for historical purposes.

Description
Chicken is a VNC client for Mac OS X. A VNC client allows remote access to another computer over the network. Chicken is based on Chicken of the VNC.