{"id":42708782,"url":"https://github.com/jakeayy/starshift","last_synced_at":"2026-01-31T17:01:00.598Z","repository":{"id":334573129,"uuid":"1141540351","full_name":"jakeayy/Starshift","owner":"jakeayy","description":"(WIP) Starshift is a powerful Mod Loader for game ISAT (In Stars And Time) with minimal footprint and as much performance as possible!","archived":false,"fork":false,"pushed_at":"2026-01-29T13:17:51.000Z","size":303,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-30T02:53:16.765Z","etag":null,"topics":["in-stars-and-time","isat","mod-loader","modloader","mods","rpg-maker","siffrin","starshift"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakeayy.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":"2026-01-25T01:43:22.000Z","updated_at":"2026-01-29T13:16:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jakeayy/Starshift","commit_stats":null,"previous_names":["jakeayy/starshift"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jakeayy/Starshift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2FStarshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2FStarshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2FStarshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2FStarshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakeayy","download_url":"https://codeload.github.com/jakeayy/Starshift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2FStarshift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"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":["in-stars-and-time","isat","mod-loader","modloader","mods","rpg-maker","siffrin","starshift"],"created_at":"2026-01-29T15:00:57.453Z","updated_at":"2026-01-31T17:01:00.561Z","avatar_url":"https://github.com/jakeayy.png","language":"JavaScript","readme":"![](/assets/icon.webp)\n# Starshift\nStarshift is a powerful Mod Loader for game ISAT (In Stars And Time) with minimal footprint and as much performance as possible!\n\u003e [!CAUTION]\n\u003e Currently this project is in **VERY** early stage, things **WILL** break. Pull requests and bug reports are welcome. Although modding with raw game variables would be possible already!\n\n\n## Installing\n### a) Automatic (Linux Only)\nThis project includes an installation script that looks for the game's directory and installs all needed files! (Including Steam Integration Fix)\n```sh\nbash \u003c(curl -sSL https://raw.githubusercontent.com/jakeayy/Starshift/main/scripts/install.sh)\n```\n\u003e [!WARNING]\n\u003e Even though this script is trusted, ALWAYS check it's source before executing! - as a safety measure.\n\n### b) Manual\n1. Go to [Releases](https://github.com/jakeayy/Starshift/releases) page\n2. Download latest release\n3. Unpack all files to game directory. **Ensure path of `www` directory matches the one you just unpacked!**\n\n### c) Building\n#### Prerequisites:\n- [git (most likely already included if you're on Linux)](https://git-scm.com)\n- [npm (included with NodeJS)](https://nodejs.org/) or preferably [bun runtime](https://bun.sh) (for this guide we'll use bun)\n#### Tutorial:\n1. Clone the repo with:\n    ```sh\n    git clone https://github.com/jakeayy/Starshift.git\n    ```\n2. Navigate to the newly downloaded directory\n3. Download dependencies with:\n    ```sh\n    bun install\n    ```\n4. Build it!\n    ```sh\n    bun run build\n    ```\n5. The final files should be in `dist` directory! Just follow the same steps as from [Manual Guide](#b-manual) or you can use `bun inject` to automatically install it to your game\n\u003e [!CAUTION]\n\u003e Injecting currently works only on Linux and **OVERRIDES ALL YOUR MOD LOADER DATA**. Be sure to backup any mods you care about.\n\n\n## Options\n### Arguments\n- `--no-mods` - Runs the game with no mods whatsoever. (also prevents from showing Mods list and it's settings - they're in CORE mod)\n### Environment Variables\n- `DEBUG` - Running this will enable some useful features for modding, such as internal NWJS' dev tools\n\n\n## TODO\n- [ ] - REWRITE - internal variable typings\n- [x] - REWRITE - loading screen\n- [ ] - REWRITE - logs\n- [x] - Ability to disable specific mods from menu\n- [ ] - Mods and loader in-fly building and caching\n- [ ] - Built-in helpers and API\n- [ ] - Universal Game Interpreter API for easier RPG Maker scripting support\n- [x] - Proper install script w/ Linux Support - **CURRENTLY LINUX ONLY**\n- [ ] - Possibly more game optimizations? (including memory leak fix)\n\n...and more\n\n\n## Licenses\nBoth Starshift and Greenworks (that is bundled with this project for compatibility reasons) are licensed under MIT License! Check Starshift's license [here](/LICENSE) and Greenwork's license [here](/www/lib/GREENWORKS_LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeayy%2Fstarshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakeayy%2Fstarshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeayy%2Fstarshift/lists"}