A simple CLI personal assistant written in Racket, aimed at Linux systems.
Current Features
- A todo list
- Search the web and open websites
- Download files from the web
- Scan system with ClamAV
- Open background music in browser
- Simple server functionality for LAN file sharing
- Interactive mode
Planned Features
- Personality in interactive mode (opening message for example)
- Combine with tutils
- Scan system with Lynis
These packages are installed along with alice when running make.sh
- Racket
- Git
- python3
- ClamAV
- pandoc
- gzip
To install alice run these commands:
curl https://raw.githubusercontent.com/TeaSkittle/alice/main/install.rkt | racketTo uninstall:
sudo rm -rf /usr/local/bin/alice && sudo rm /usr/local/man/man1/alice.1.gz