{"id":33589344,"url":"https://github.com/iamnotmega/reskin","last_synced_at":"2026-01-25T10:20:09.329Z","repository":{"id":307648745,"uuid":"1030129696","full_name":"iamnotmega/reskin","owner":"iamnotmega","description":"A modern Linux desktop theming app for browsing, applying, and managing custom themes.","archived":false,"fork":false,"pushed_at":"2026-01-18T06:51:17.000Z","size":814,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-18T16:36:11.618Z","etag":null,"topics":["customization","desktop","linux","ricing"],"latest_commit_sha":null,"homepage":"https://reskinapp.github.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamnotmega.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":"2025-08-01T06:14:58.000Z","updated_at":"2026-01-04T02:51:00.000Z","dependencies_parsed_at":"2025-08-01T12:43:22.282Z","dependency_job_id":"a30902e3-9180-4898-b1b3-eb423efba35c","html_url":"https://github.com/iamnotmega/reskin","commit_stats":null,"previous_names":["iamnotmega/reskin"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/iamnotmega/reskin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotmega%2Freskin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotmega%2Freskin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotmega%2Freskin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotmega%2Freskin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamnotmega","download_url":"https://codeload.github.com/iamnotmega/reskin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotmega%2Freskin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28751432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T09:58:17.166Z","status":"ssl_error","status_checked_at":"2026-01-25T09:55:56.104Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","linux","ricing"],"created_at":"2025-11-29T14:04:37.780Z","updated_at":"2026-01-25T10:20:09.319Z","avatar_url":"https://github.com/iamnotmega.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg alt=\"Reskin logo\" width=80px src=\"public/assets/logo.svg\"\u003e\n    \u003cdiv align=\"center\"\u003e\n\n  [Website] | [Quick Start]\n\u003c/div\u003e\n\n[Website]: https://reskinapp.github.io/\n[Quick Start]: https://reskinapp.github.io/guides/quick-start/about/\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\nReskin is a modern Linux desktop theming app for browsing, applying, and managing custom themes. It supports portable `.reskin` theme packages and provides a simple GUI for theme management across different desktop environments.\n\n![AUR Version](https://img.shields.io/aur/version/reskin?style=flat) ![GitHub License](https://img.shields.io/github/license/iamnotmega/reskin?style=flat) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/iamnotmega/reskin/nightly.yml?style=flat)\n\n\u003cimg alt=\"Reskin demo slideshow\" src=\"public/assets/readme/demo.gif\"\u003e\n\nLearn more at: https://reskinapp.github.io\n\n## Installation\n\nReskin can be installed in 3 different ways:\n\n### Prebuilt binary\nThis is the easiest and most common method to install Reskin. \nBefore installation, please make sure you have installed the necessary [prerequisites](https://reskinapp.github.io/guides/quick-start/prerequisites/).\n\n1. Go to the [Releases](https://github.com/iamnotmega/reskin/releases) page and download the latest pre-built binary.\n\n2. Once the binary is downloaded, you need to make the binary executable:\n\n### For GUI file managers (e.g Nautilus)\nFind the downloaded binary, right-click on it and select Properties and then toggle on \"Executable as a program\" to make it executable.\n\n### For terminals\nFind the downloaded binary (usually its in `~/Downloads`, the ~ representing your home directory) and use the `chmod` command to make it executable:\n```bash\nchmod +x reskin\n```\n\n3. Now that the binary is executable, you can run it:\n\n### For GUI file managers (e.g Nautilus)\nYou should just be able to double-click the program to run it, otherwise you can right-click and select \"Run as a program\"\n\n### For terminals\nRun the binary: \n```bash\n./reskin\n```\n\n### Manual installation\n\u003e ⚠️ This installation method is not recommended for beginners and should only be used by advanced users. If you are a beginner, we strongly suggest using a pre-built binary instead.\n\n1. Clone the repository using `git`:\n\n```bash\ngit clone https://github.com/iamnotmega/reskin\n```\n\n2. `cd` into the cloned repository:\n```bash\ncd reskin/src-tauri\n```\n\n3. Use `npm` to install the Node modules:\n```bash\nnpm install\n```\n\n4. Build the frontend with `npm`:\n```bash\nnpm run build\n```\n\n5. Build the binary using `cargo`:\n```bash\ncargo build --release\n```\n\n6. Once the binary has been created, run it:\n```bash\ntarget/release/reskin\n```\n\n### AUR (Arch User Repository)\n\u003e ℹ️ Please note that this method of installation only works on Arch Linux or distributions based on it.\n\n1. If you haven't already, install an AUR helper like `yay`:\n```bash\ngit clone https://aur.archlinux.org/yay.git\ncd yay\nmakepkg -si\n```\n\n2. Install Reskin from the AUR:\n```bash\nyay -S reskin\n```\n\nFor nightly preview builds:\n```bash\nyay -S reskin-git\n```\n\nOnce you have installed Reskin using your preferred method, take a look at the [usage instructions](https://reskinapp.github.io/guides/how-to-use/welcome/) to get started.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=iamnotmega/reskin\u0026type=date\u0026legend=top-left)](https://www.star-history.com/#iamnotmega/reskin\u0026type=date\u0026legend=top-left)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnotmega%2Freskin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamnotmega%2Freskin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnotmega%2Freskin/lists"}