Featured

The Official Claude Desktop Beta Has Arrived

For a long time, the ritual for Linux enthusiasts wanting to leverage Claude’s full power was clear: open a browser tab, or dive straight into a terminal wrapper. While community-built packages did an admirable job filling the void, a first-class, natively maintained desktop experience was the missing piece of the puzzle. That wait is officially over. Anthropic has formally released the Claude Desktop App Beta for Linux, bringing a cohesive ecosystem directly to your workstation. The Linux release is a mirror image of the robust desktop architecture available on macOS and Windows, bringing three foundational workspaces under a single native roof: The familiar, polished conversation interface for day-to-day inquiries and rapid brainstorming. A background agent designed to run complex, long-running workflows (like research synthesis and multi-file organization) within a secure environment, leaving you free to focus on other tasks. Perhaps the most anticipated addition for op...

WSA with Google Play store and Magisk

Download the WSA (windows subsystem for Android) from here and adb from here

Extract the platform tools to a folder named adb in C:\

Unzip the package with 7zip or WinRAR 

right-click, extract to \ 

Find the install PowerShell script , right-click and open in PowerShell

This will install the package 

Open WSA and turn on developer options , also turn on developer mode in windows settings

Open Windows Terminal in admin mode in the adb folder and type : 

adb connect localhost:58526

Or use your IP address 

adb connect <your IP address> 

Copy the path to the magisk.apk in the  WSA folder 

  
Then use this command to install magisk : 

adb install <paste the copied path> 




Comments