Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

GrishMahat/SkyCrypt-desktop

Repository files navigation

SkyCrypt Desktop

GitHub release (latest) GitHub all releases Platform License

SkyCrypt Desktop is a lightweight desktop app for viewing Hypixel SkyBlock statistics via SkyCrypt (https://sky.shiiyu.moe/). Built with Rust and Tauri, it delivers a fast native window without Electron overhead.


Downloads

Latest Release (v0.1.6)

Platform File
Windows SkyCrypt.Desktop_0.1.6_x64-setup.exe
macOS (Apple Silicon) SkyCrypt.Desktop_0.1.6_aarch64.dmg
Linux (Debian) SkyCrypt.Desktop_0.1.6_amd64.deb
Linux (RPM) SkyCrypt.Desktop-0.1.6-1.x86_64.rpm

Previous Releases

Version Release Page
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0

Overview

This project turns the SkyCrypt web app into a native desktop experience without the overhead of Electron. It uses a minimal WebView approach while allowing custom enhancements like UI injection and additional controls.

Use Cases

  • View SkyCrypt profiles on desktop
  • Open Hypixel SkyBlock stats quickly in a native window
  • Keep a dedicated SkyCrypt desktop window while gaming

Features

  • Fast and lightweight (Rust + Tauri)
  • Native desktop window for SkyCrypt
  • Custom JavaScript injection support
  • No Chromium bloat or heavy runtime

Tech Stack

  • Rust
  • Tauri (WebView-based desktop framework)

Notes

This is essentially a thin wrapper around the SkyCrypt website. Functionality depends on the upstream site, and UI injections may break if the site structure changes.

Installation

Build from source

pnpm install
pnpm run tauri dev

To build a release binary:

pnpm run tauri build

Arch Linux (AUR)

Package names:

  • skycrypt (builds from source)
  • skycrypt-bin (prebuilt binary)

Install:

yay -S skycrypt
# or
yay -S skycrypt-bin

This repo includes the PKGBUILDs in AUR/ and AUR-bin/.

Related Searches

People also find this project when looking for a SkyCrypt desktop app, SkyCrypt desktop client, SkyCrypt for PC, Hypixel SkyBlock stats app, SkyBlock profile viewer, or a lightweight SkyBlock stats desktop client.

SkyCrypt-desktop