MCPcopy Index your code
hub / github.com/amanharwara/altus

github.com/amanharwara/altus @5.8.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 5.8.0 ↗ · + Follow
103 symbols 271 edges 58 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Altus

Altus is an Electron-based WhatsApp client with themes and multiple account support, available for Windows, Mac and Linux!

Installation

Windows

  • 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"

macOS

  • 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
  • Open the dmg file
  • Drag the Altus icon onto the Applications 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

Linux

  • 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.

Features

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.

Feature Requests

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.

Screenshots

First Start

Altus First Start

Default Theme

Altus Default Theme

"Dark Plus" Theme

Altus Dark Theme

Acknowledgements

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

Contributors

Below is the list of contributors who have contributed to Altus by creating a feature or helping fix an issue.

Melvin-Abraham - Helped fix issues #55, #53

Dylan McDougall - PR #10 (Added feature - Confirmation Dialog on close)

Dafnik - PR #5 (Helped fix issue #4)

Marcelo Zapatta - PR #77 (Fixed #23 by adding tray icon support on Linux)

Maicol Battistini - PR #153 (Added Italian translation)

Nicolás González Meneses - PR #163 (Added Spanish translation)

Hugo Rocha de Moura - PR #185 (Added Portuguese(pt) translation)

Extension points exported contracts — how you extend this code

Window (Interface)
(no doc)
src/contextBridge.d.ts
IntrinsicElements (Interface)
(no doc)
src/webview.d.ts
ImportMeta (Interface)
(no doc)
src/types.d.ts
TabComponentProps (Interface)
(no doc)
src/components/TabsList.tsx

Core symbols most depended-on inside this repo

t
called by 70
src/i18n/solid.tsx
getSettingValue
called by 21
src/stores/settings/solid.ts
updateAndSyncTabStore
called by 18
src/stores/tabs/solid.ts
getSettingWithDefault
called by 16
src/main.ts
setSettingValue
called by 15
src/stores/settings/solid.ts
setTabActive
called by 8
src/stores/tabs/solid.ts
formatSelectedText
called by 5
src/utils/webview/formatSelectedText.ts
getDefaultTab
called by 4
src/stores/tabs/common.ts

Shape

Function 85
Class 8
Method 6
Interface 4

Languages

TypeScript100%

Modules by API surface

src/main.ts15 symbols
src/stores/tabs/solid.ts8 symbols
src/components/TabsList.tsx7 symbols
src/utils/webview/formatSelectedText.ts6 symbols
src/whatsapp.preload.ts4 symbols
src/stores/themes/solid.ts4 symbols
src/preload.ts4 symbols
src/components/ThemeManagerDialog.tsx4 symbols
makers/MakerNSIS.ts4 symbols
makers/MakerDMG.ts4 symbols
makers/MakerAppImage.ts4 symbols
src/components/CustomTitlebar.tsx3 symbols

For agents

$ claude mcp add altus \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact