Altus is an Electron-based WhatsApp client with themes and multiple account support, available for Windows, Mac and Linux!
- Download the
.exe
file from the latest release - Run the file and follow the setup wizard
If you see a "Windows protected your PC" error, it's because Altus is not signed. If you have doubts you can verify the file is safe using something like VirusTotal or any other antivirus software. To continue with the installation,
- Click on "More info"
- Click "Run anyway"
- Download one of the
.dmg
files from latest release- If you're on an Intel mac, download the regular
.dmg
file - If you're on an M-series mac, download the
-arm64.dmg
file
- If you're on an Intel mac, download the regular
- Open the dmg file
- Drag the
Altus
icon onto theApplications
icon as instructed
If you're on an M-series (i.e. arm) macOS, you'll need to run the following command, otherwise you'll get a Altus is damaged and cannot be opened.
error.
sudo xattr -d com.apple.quarantine /Applications/Altus.app
- Download the
.AppImage
file from the latest release - Make sure it is executable by running
chmod +x ./Altus-*.AppImage
in the same directory - Run the AppImage by either double-clicking it or running
./Altus-*.AppImage
There are separate tools like AppImageLauncher that make it easier to run the file and integrate it into your DE.
Altus uses the GitHub-produced Electron framework to wrap around WhatsApp Web and add extra features to it.
- Multiple Account Support: As of v2.0, you can use multiple WhatsApp accounts simultaneously!
- Native notification support for all of the platforms. Clicking the notification opens that specific chat!
- Online Indicator: Shows an indicator at the bottom-left corner of the chats that are online!
- Dark mode for when you need to chill out your eyes in the night (or even in the day)
- Custom Theme Support: Write your own CSS theme for WhatsApp or use the in-built Theme Customizer to create a new one just by picking colors!
- Available for most desktop platforms including Windows (7 or above), Linux and MacOS.
- Tray icon so you can minimize the app completely and still receive notifications.
In order to submit a feature request, create a new issue with the label enhancement
.
Please make sure that you provide a helpful description of your feature request. If possible, try implementing the feature yourself by forking this repository and then creating a pull request.
Below is the list of the dependencies that helped me greatly to create this app.
Dark-Whatsapp (vednoc/dark-whatsapp) - used as the base for the dark theme. A really cool project, you should definitely check it out!
Inter rsms/inter - The font used in Altus.
electron-store (sindresorhus/electron-store) - used to store information of settings, tabs and themes
Below is the list of contributors who have contributed to Altus by creating a feature or helping fix an issue.