Spaces:
Sleeping
Sleeping
File size: 1,836 Bytes
cf63813 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
# Hugging Face Space configuration for LocalDesk
# -------------------------------------------------
title: "LocalDesk (Web Prototype)"
emoji: "π₯οΈ"
colorFrom: "green"
colorTo: "gray"
sdk: "gradio"
sdk_version: "4.44.0"
app_file: "app.py"
# License & author
license: "other" # Commons Clause + MIT
creator: "Justin Strange"
# Optional thumbnails (upload images to the Space repo root)
# Recommended: 512x512 logo and 1200x630 banner
thumbnail: "localdesk_logo.png"
banner: "localdesk_banner.png"
# Short and long descriptions
short_description: >
Offline-first utility suite prototype by Justin Strange.
Clipboard, notes, and system monitor rebuilt for simplicity, privacy, and resilience β right in your browser.
description: |
π₯οΈ **LocalDesk (Web Prototype)**
by **Justin Strange**
LocalDesk is a modern reinvention of the classic system toolbox β designed to work anywhere, even without the cloud.
This web prototype, built with Gradio + Python, demonstrates the core vision behind the upcoming LocalDesk desktop app:
a unified, offline-first environment for everyday digital tasks.
βοΈ **Modules**
β’ Clipboard Manager β capture and recall text snippets easily.
β’ Notes / Snippets β write, edit, and save short notes.
β’ System Monitor β view real-time CPU and memory usage.
π‘ **About the Project**
LocalDesk will evolve into a local-first desktop suite using Tauri + Rust, providing a fast, secure, and self-contained alternative to bloated subscription-based utilities.
tags:
- utilities
- productivity
- privacy
- offline-first
- tauri
- rust
- gradio
- python
- justin-strange
- salt-prophet
- system-tools
# Optional Space metadata
visibility: public
app_port: 7860
thumbnail: "localdesk_logo.png"
banner: "localdesk_banner.png" |