Desktop Clippy is a macOS desktop companion inspired by the classic Microsoft Office Assistants.
- macOS 13 or later
- Xcode Command Line Tools or a recent Swift toolchain
If needed, install the command line tools with:
xcode-select --installRun the app in development mode:
swift run ClippyBuild the executable:
swift buildRun the test suite:
swift test