HabrAugust 31, 2026🇷🇺Translated from Russian

WebDesktopGL Framework Turns Web Sites into Desktop Apps on Astra Linux via Chromium

WebDesktopGL is a new open-source framework that allows developers to run web sites as native desktop applications on Astra Linux and other Linux distributions by leveraging a local Chromium instance.

The project was created after an information system based on an existing web platform had to be delivered under strict licensing constraints that forbade the use of unlicensed software. Instead of adopting Electron, the author built a custom solution using Bash scripts, a recompiled VirtualGL, and a local copy of ungoogled-chromium.

Technical Implementation

The framework supports both X11 and Wayland sessions. On X11 it can launch Chromium inside an Xephyr virtual display with GPU acceleration provided by the modified VirtualGL build. Clipboard synchronization between the host and the virtual display is handled by xclip.

Two main launch scripts are included:

  • InfoDoc.sh – full version that creates an isolated Xephyr session, applies window icon and title via the custom xdotool_xseticon utility, and enables GPU acceleration where available.
  • InfoDoc_light.sh – simplified version that runs Chromium directly without a virtual display, making it suitable for remote deployment over scp.

The repository also contains the source for xdotool_xseticon, example animated icons, and a demo web application featuring a 3D scene, PDF viewer based on pdf.js, and image viewer supporting common formats.

Installation is automated by Install_bash_WebDesktopGL.sh, which installs build dependencies, compiles VirtualGL and the icon utility, and unpacks the bundled Chromium archive. The framework has been verified on Ubuntu 24.04 (KDE), Ubuntu 22.04 (KDE), and Astra Linux 1.8.

Related articles

HabrOther

Bots Overload OT Commerce Store on OT Box, Spike Paid OTAPI Calls Mistaken for DDoS Attack

An online store running OT Commerce experienced CPU loads reaching 98-100% and a 6-7x increase in paid OTAPI calls over three days due to automated bot traffic rather than a traditional DDoS. The site owner had already deployed a paid anti-bot module on the VPS, yet behavioral bots continued to bypass protections and force expensive calls to the external OTAPI platform for product data from Taobao, Tmall, 1688 and other marketplaces. Traffic analysis after switching to the CRONARMOR WAF revealed that 41.9% of page requests were automated, with 99.3% of early-stage automation blocked before reaching the origin server. Only 0.5% were behavioral bots visible in analytics, while legitimate search crawlers accounted for 27,190 requests that were explicitly allowed. The WAF approach stopped requests at the reverse proxy layer, preventing PHP execution, database queries and OTAPI billing events on the origin. Post-deployment CPU dropped to single digits for most of the day, eliminating both performance issues and the anomalous rise in paid API usage.

SecuritylabOther

Teenage Smartphone Addiction: Causes, Consequences, and Treatment Approaches

Smartphone use has become an integral part of adolescent life, but problematic usage patterns rather than device ownership itself are the focus of concern. Medical experts avoid the term smartphone addiction and instead address issues like disrupted self-control, social media overuse, and gaming disorder that interfere with sleep, studies, relationships, and mental health. Data from Pew Research indicates nearly 50% of U.S. teens aged 13-17 are online almost constantly, while CDC findings link four or more hours of daily screen time to elevated anxiety and depression symptoms. Family digital habits strongly influence teen behavior, and rigid bans often fail without addressing underlying issues such as boredom, anxiety, or social isolation. Parents are advised to track specific disruptions over a week and consider professional help when signs of depression, bullying, or self-harm appear alongside device overuse.

HabrOther

VK WorkSpace Federation Enables Secure Multi-Organization On-Premise Messaging Without Infrastructure Merge

VK Tech has released federation capabilities for its VK WorkSpace corporate messenger that connect independent On-Premise installations while preserving each organization's full control over data, administration, and security policies. The feature, first piloted in November 2025 and expanded in the July 2026 26.2 release, supports multi-party chats across more than two separate environments. Federation relies on mutual trust establishment and per-user access grants rather than full directory replication or proxy access to a single host instance. Each participating organization maintains local copies of messages, files, and chat metadata, allowing continued access even if a partner installation becomes unavailable. The architecture deliberately avoids both centralized hosting and open protocols such as Matrix to keep changes to the existing messenger core minimal. Administrators retain independent levers to create or revoke trusts and to limit which employees may communicate externally.

AntiMalwareOther

Sergey Volkov of Cloud.ru Named Top CISO in Russian IT Sector Ranking

Sergey Volkov, Director of the Cyber Protection Center at Cloud.ru, has secured first place in the information security category of the annual Top-1000 Russian Managers ranking. The ranking, published by the Association of Managers in the Kommersant newspaper since 2001, is compiled through peer evaluations by top executives followed by review from expert commissions. Volkov oversees information security strategy and operations for Cloud.ru, and his top position reflects professional recognition of his leadership results. The Association also analyzed broader achievements among laureates and identified key trends in Russian management. Artificial intelligence adoption for business process optimization appeared in 80 percent of reviewed accomplishments. Client orientation through user experience analysis and personalized solutions ranked second, while operational efficiency via cost reduction, automation, and digitalization took third place.