{"id":28277941,"url":"https://github.com/vasak-os/vasak-desktop","last_synced_at":"2026-04-15T02:00:58.685Z","repository":{"id":167257441,"uuid":"538556872","full_name":"Vasak-OS/vasak-desktop","owner":"Vasak-OS","description":"Desktop for VasakOS","archived":false,"fork":false,"pushed_at":"2026-04-09T21:02:41.000Z","size":64701,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-09T23:10:16.410Z","etag":null,"topics":["background","desktop","desktop-environment","javascript","linux","vasak"],"latest_commit_sha":null,"homepage":"https://os.vasak.net.ar","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vasak-OS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-19T14:59:51.000Z","updated_at":"2026-04-09T21:02:46.000Z","dependencies_parsed_at":"2023-12-21T14:50:45.698Z","dependency_job_id":"6b0a830e-9951-4a88-89df-9f914b613d10","html_url":"https://github.com/Vasak-OS/vasak-desktop","commit_stats":null,"previous_names":["vasak-os/vasak-desktop"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Vasak-OS/vasak-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasak-OS%2Fvasak-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasak-OS%2Fvasak-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasak-OS%2Fvasak-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasak-OS%2Fvasak-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vasak-OS","download_url":"https://codeload.github.com/Vasak-OS/vasak-desktop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasak-OS%2Fvasak-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31822903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["background","desktop","desktop-environment","javascript","linux","vasak"],"created_at":"2025-05-21T07:13:58.964Z","updated_at":"2026-04-15T02:00:58.637Z","avatar_url":"https://github.com/Vasak-OS.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" src=\"https://icon.icepanel.io/Technology/svg/Tauri.svg\" style=\"block-display: inline;\"\u003e\n   \u003cimg width=\"200\" src=\"https://icon.icepanel.io/Technology/svg/Vue.js.svg\" style=\"block-display: inline;\"\u003e\n   \u003cimg width=\"200\" src=\"https://icon.icepanel.io/Technology/svg/TypeScript.svg\" style=\"block-display: inline;\"\u003e\n   \u003cimg width=\"200\" src=\"https://icon.icepanel.io/Technology/svg/Bun.svg\" style=\"block-display: inline;\"\u003e\n\u003c/p\u003e\n\u003cbr /\u003e\nVasak Desktop is a modern desktop environment built with Tauri (Rust backend + Vue.js frontend) that provides a comprehensive Linux desktop shell. It implements a multi-window desktop interface with system panel, application launcher, control center, and desktop background management across multiple monitors.\n\nThis document covers the overall system architecture, core components, and technology stack.\n\n## Preview\n\n![Vasak Desktop Preview](./preview.gif)\n\n## Getting Started\n\n### Prerequisites and System Requirements\nThe vasak-desktop application requires both Node.js/JavaScript and Rust toolchains due to its hybrid Tauri architecture.\n\n#### Required Dependencies\n* JavaScript Runtime (Bun Recommended):\n  * Bun runtime\n  * Package manager: bun\n* Rust Toolchain:\n  * Rust 1.70+ with Cargo\n  * Tauri CLI 2.8+\n* System Libraries: The application requires system libraries for desktop integration:\n  * GTK 3.0+ development libraries\n  * D-Bus development libraries\n  * X11 development libraries (for X11 support)\n  * Wayland development libraries (for Wayland support)\n\n### Installation \u0026 Development\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/vasak-os/vasak-desktop.git\n   cd vasak-desktop\n   ```\n\n2. **Install dependencies**\n   ```bash\n   bun install\n   ```\n\n3. **Run in development mode**\n   ```bash\n   bun tauri dev\n   ```\n\n4. **Build for production**\n   ```bash\n   bun tauri build\n   ```\n\n### Recommended IDE Setup\n\n- [VS Code](https://code.visualstudio.com/) \n- [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)\n- [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode)\n- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)\n\n## System Architecture\n\nVasak Desktop follows a hybrid web-native architecture where Vue.js handles the user interface layer while Rust manages system-level operations through Tauri's IPC bridge.\n\n## Technology Stack\n### Build and Development Stack\n\n| Component | Technology | Purpose |\n|-----------|------------|---------|\n| Frontend Framework | Vue.js 3.5.18 | Reactive user interface |\n| Backend Runtime | Rust + Tauri 2.x | System integration and window management |\n| Styling | Tailwind CSS 4.1.12 | Utility-first CSS framework |\n| Build Tool | Vite 7.1.3 | Frontend build and development server |\n| State Management | Pinia 3.0.3 | Vue.js state management |\n| Routing | Vue Router 4.5.1 | Client-side routing |\n| Type System | TypeScript 5.9.2 | Static type checking |\n\n### System Integration Technologies\n| Component | Technology | Purpose |\n|-----------|------------|---------|\n| Display Server | X11 + Wayland | Multi-protocol display server support |\n| GUI Toolkit | GTK 0.18 + GDK 0.18 | Native Linux widget integration |\n| IPC/DBus | zbus 4.x | D-Bus communication for system services |\n| Image Processing | image 0.25 | \n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasak-os%2Fvasak-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvasak-os%2Fvasak-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasak-os%2Fvasak-desktop/lists"}