- 🆓 Free and Open-Source
- ✉️ Multiple Connections
- 🤔 Remember Past Credentials
- 👋 Automatically Join Channels After Connecting
- 🔔 Desktop Notifications
- 👔 Clean Interface
- 😈 Dark Mode
download apps for macOS and Windows here!
for other platforms, you'll have to build your own.
$ npm install
$ npm startto start this thing with react/redux devtools
$ npm run devto lint, check types, and run tests
$ npm testwhile writing code, you might want to watch things
# run tests when code changes
$ npm run jest -- --watch
# check types when code changes
$ npm run flow -- --watchto build an executable for your OS
$ npm run build