CSCI-SHU-410-SE-Project / Deskulpt

Deskulpt (Desktop + Sculpt, pronounced /'deskʌlpt/), a cross-platform desktop customization tool.
https://csci-shu-410-se-project.github.io/Deskulpt/
MIT License
2 stars 0 forks source link

Deskulpt

Project status license hompage
Repository build test-core
Release release windows macos linux

Introduction

Deskulpt is a cross-platform desktop customization tool that allows you to write React code to define widgets on your desktop. It is powered by Tauri, and written in Rust and TypeScript.

The project was started in 2024 as a final project for the Software Engineering course at NYU Shanghai. It is currently maintained by the original authors.

Similar softwares exist (Rainmeter for Windows, Ubersicht for MacOS), but what makes Deskulpt different is that:

Currently, Deskulpt supports the following platforms:

Website: https://csci-shu-410-se-project.github.io/Deskulpt/

Download

Download the latest release of Deskulpt here. To install and build Deskulpt from source, see development. Refer to the installation guide for more details.

Development

We welcome new contributors of all experience levels. The goals of the Deskulpt community are to be helpful, welcoming, and effective. The developers' guide has detailed information about contributing code, documentation, tests, and more. We also provide developers' API references for both the frontend and backend of Deskulpt to help contributors better understand the codebase.

Authors