{"id":48807972,"url":"https://github.com/kethakav/rainmeter-editor","last_synced_at":"2026-04-14T06:09:40.759Z","repository":{"id":351220052,"uuid":"1021217842","full_name":"kethakav/rainmeter-editor","owner":"kethakav","description":"A user-friendly application designed to help you create and manage Rainmeter skins effortlessly. ","archived":false,"fork":false,"pushed_at":"2026-04-14T05:43:09.000Z","size":62739,"stargazers_count":23,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T06:08:02.068Z","etag":null,"topics":["customization","desktop","open-source","rainmeter","rainmeter-editor","rainmeter-plugin","rainmeter-skin","rmskin","widget","windows"],"latest_commit_sha":null,"homepage":"https://rainmetereditor.pages.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kethakav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2025-07-17T04:38:31.000Z","updated_at":"2026-04-14T05:43:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kethakav/rainmeter-editor","commit_stats":null,"previous_names":["kethakav/rainmeter-editor"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kethakav/rainmeter-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kethakav%2Frainmeter-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kethakav%2Frainmeter-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kethakav%2Frainmeter-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kethakav%2Frainmeter-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kethakav","download_url":"https://codeload.github.com/kethakav/rainmeter-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kethakav%2Frainmeter-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["customization","desktop","open-source","rainmeter","rainmeter-editor","rainmeter-plugin","rainmeter-skin","rmskin","widget","windows"],"created_at":"2026-04-14T06:09:40.247Z","updated_at":"2026-04-14T06:09:40.755Z","avatar_url":"https://github.com/kethakav.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rainmeter Editor\n\n[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![GitHub release](https://img.shields.io/github/v/release/kethakav/rainmeter-editor)](https://github.com/kethakav/rainmeter-editor/releases)\n\nA modern, open-source GUI editor for [Rainmeter](https://www.rainmeter.net/) skins. Design, preview, and export Rainmeter skins visually—no INI editing required!\n\n\u003e **Note:** Rainmeter Editor and Rainmeter itself are **Windows-only**. This app will not run on macOS or Linux.\n\n\n## Features\n\n- **Visual Skin Editor:** Drag-and-drop interface for creating and arranging layers (text, images, bars, rotators, etc.)\n- **Layer Management:** Reorder, select, and delete layers with a sidebar and drag-and-drop support\n- **Property Editing:** Sidebars for editing properties of each layer type (text, image, rotator, bar, etc.)\n- **Font \u0026 Image Management:** Use local fonts and images, which are bundled with your exported skin\n- **Rainmeter Export:** Export your design as a Rainmeter-compatible `.ini` skin, with all assets and correct folder structure\n- **Native Windows Integration:**\n  - File dialogs for opening/saving\n  - Auto-update via GitHub Releases\n  - Fast, lightweight Tauri backend\n- **Community:** Discord and Reddit for support, feedback, and sharing\n\n\n## Screenshots \u0026 Videos\n\n#### YouTube Tutorial (Click on the image)\n[![Video 2](media/images/explorer_QlFPmVzH8R.png)](https://youtu.be/FxBZCdO-a5o)  \n#### Screenshots\n![Screenshot 1](media/images/ss-rm-editor.png)\n\n\n\n## Quick Start (Development)\n\n1. **Install Prerequisites:**\n   - [Node.js](https://nodejs.org/)\n   - [Rust](https://www.rust-lang.org/tools/install)\n   - [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.io/)\n\n2. **Clone the Repository:**\n   ```sh\n   git clone https://github.com/kethakav/rainmeter-editor.git\n   cd rainmeter-editor\n   ```\n\n3. **Install Dependencies:**\n   ```sh\n   npm install\n   # or\n   pnpm install\n   ```\n\n4. **Run the App:**\n   ```sh\n   npm run tauri dev\n   ```\n   The app will open in a native window. You can now start designing Rainmeter skins!\n\n\n## Download and Install (Windows)\n\nTo get the latest version of Rainmeter Editor, visit the [official website](https://rainmetereditor.pages.dev/) and download the Windows setup file.\n\nAlternatively, you can also find releases on the [GitHub Releases](https://github.com/kethakav/rainmeter-editor/releases) page.\n\n### Installation Instructions\n\n1. Download the latest release from the [official website](https://rainmetereditor.pages.dev/) or [GitHub Releases](https://github.com/kethakav/rainmeter-editor/releases).\n2. Run the downloaded setup file.\n3. **Important:** Windows SmartScreen may display a warning indicating that the app is from an unverified developer. To proceed with the installation:\n   - Click on \"More info\".\n   - Click on \"Run anyway\".\n\n\n## Usage\n\n- Use the toolbar to add text, images, bars, and rotators to your canvas.\n- Arrange and configure layers using the sidebars.\n- Export your skin via the Export button; the app will generate a Rainmeter-compatible folder with all assets and an `.ini` file.\n- Import/export project support is coming soon.\n\n\n## Community \u0026 Support\n\n- [Discord](https://discord.gg/tzY82KkS4H) — Get support, share your creations, and connect with other Rainmeter enthusiasts\n- [Reddit](https://www.reddit.com/r/rainmetereditor/) — Share and discuss skins and features\n- [Report a Bug](https://github.com/kethakav/rainmeter-editor/issues/new?template=bug_report.yml)\n- [Request a Feature](https://github.com/kethakav/rainmeter-editor/issues/new?template=feature_request.yml)\n\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. All contributions, bug reports, and feature requests are welcome!\n\n\n## Security\n\nSee [SECURITY.md](SECURITY.md) for reporting vulnerabilities.\n\n\n## License\n\nMIT License (see [LICENSE](LICENSE))\n\n## Acknowledgements\n\n- Built with [Tauri](https://tauri.app/), [React](https://react.dev/), [Fabric.js](http://fabricjs.com/), [Radix UI](https://www.radix-ui.com/), and [Tailwind CSS](https://tailwindcss.com/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkethakav%2Frainmeter-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkethakav%2Frainmeter-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkethakav%2Frainmeter-editor/lists"}