{"id":15042161,"url":"https://github.com/useinterstellar/interstellar","last_synced_at":"2025-05-13T21:02:45.776Z","repository":{"id":65250272,"uuid":"585712715","full_name":"UseInterstellar/Interstellar","owner":"UseInterstellar","description":"One of the most popular modern web proxies with blazing fast speeds and a variety of games.","archived":false,"fork":false,"pushed_at":"2025-04-15T22:19:41.000Z","size":911094,"stargazers_count":1455,"open_issues_count":22,"forks_count":17810,"subscribers_count":65,"default_branch":"main","last_synced_at":"2025-04-22T14:54:52.165Z","etag":null,"topics":["discord","games","interstellar","interstellarnetwork","interstellarproxy","interstellarunblocker","proxies","proxy","school","unblocked","unblocked-games","unblocker","unblockers","web-proxy","youtube"],"latest_commit_sha":null,"homepage":"https://discord.gg/Interstellar","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UseInterstellar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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},"funding":{"github":null,"patreon":"useinterstellar","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"https://cash.app/$akabubbo"}},"created_at":"2023-01-05T21:57:19.000Z","updated_at":"2025-04-22T11:12:01.000Z","dependencies_parsed_at":"2024-04-02T22:42:31.695Z","dependency_job_id":"5c8cb457-5766-4916-90cd-4eff7dc69dae","html_url":"https://github.com/UseInterstellar/Interstellar","commit_stats":null,"previous_names":["useinterstellar/interstellar","interstellarnetwork/interstellar"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseInterstellar%2FInterstellar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseInterstellar%2FInterstellar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseInterstellar%2FInterstellar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseInterstellar%2FInterstellar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UseInterstellar","download_url":"https://codeload.github.com/UseInterstellar/Interstellar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252612438,"owners_count":21776252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["discord","games","interstellar","interstellarnetwork","interstellarproxy","interstellarunblocker","proxies","proxy","school","unblocked","unblocked-games","unblocker","unblockers","web-proxy","youtube"],"created_at":"2024-09-24T20:46:55.487Z","updated_at":"2025-05-06T02:45:50.824Z","avatar_url":"https://github.com/UseInterstellar.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/UseInterstellar/Interstellar/main/.github/branding/in.png\"\u003e\n    \u003cp\u003eServing over 8+ million users since 2023.\u003cp\u003e\n    \u003cp\u003eInterstellar is a web proxy with a Clean and Sleek UI and easy to use menus. Our goal is to provide the best user experience to everyone.\u003c/p\u003e\n\u003c/div\u003e\n\n![inpreview](https://github.com/UseInterstellar/Interstellar/assets/89202835/2669efed-5186-4932-83c4-725acae60bd2)\n\n\u003e [!IMPORTANT]\n\u003e If you fork this project, consider giving it a star in the original repository!\n\n**Join Our [Discord Community](https://discord.gg/interstellar) for support, more links, and an active community!**\n\n## Features\n\n- About:Blank Cloaking\n- Tab Cloaking\n- Wide collection of apps \u0026 games\n- Clean, Easy to use UI\n- Inspect Element\n- Various Themes\n- Password Protection (Optional)\n- Built-in Tab System\n- Now.gg Support\n- Fast Speeds\n- Geforce NOW Support\n\n## Deployment\n\n\u003e [!IMPORTANT]\n\u003e You **cannot** deploy to static web hosts, including Netlify, Cloudflare Pages, and GitHub Pages.\n\n### Password Protection\n\n1. Go to the `config.js` file and set `challenge` to **true**. Then, set the environment variable as follows:\n2. For PNPM: Run either `config=true pnpm start` or `$env:config=true; pnpm start`, depending on your server.\n3. For Bun: Run either `config=true bun start` or `$env:config=true; bun start` if you prefer Bun.\n4. For NPM: Run either `config=true npm start` or `$env:config=true; npm start` if you prefer NPM.\n\n\n### Server Deployment\n\nYou must run these commands on your server:\n\n```bash\ngit clone https://github.com/UseInterstellar/Interstellar\ncd Interstellar\n```\n\n#### Ad-Free Deployment\n\n```bash\ngit clone --branch Ad-Free https://github.com/UseInterstellar/Interstellar\ncd Interstellar\n```\n\nNext depending on your package manager, run one of the following commands:\n\n#### Bun\n\nIf you are using Bun, run the following commands:\n\n```bash\nbun i\nbun start\n```\n\n#### pnpm\n\nIf you are using pnpm, run the following commands:\n\n```bash\npnpm i\npnpm start\n```\n\n#### npm\n\nIf you are using npm, run the following commands:\n\n```bash\nnpm i\nnpm run start\n```\n\n### Updating\n\n```bash\ncd Interstellar\ngit pull --force --allow-unrelated-histories # This may overwrite your local changes\n```\n\n\u003ca target=\"_blank\" href=\"https://heroku.com/deploy/?template=https://github.com/UseInterstellar/Interstellar\"\u003e\u003cimg alt=\"Deploy to Heroku\" src=\"https://binbashbanana.github.io/deploy-buttons/buttons/remade/heroku.svg\"\u003e\u003c/a\u003e\n\u003ca target=\"_blank\" href=\"https://app.koyeb.com/deploy?type=git\u0026repository=github.com/UseInterstellar/Interstellar\"\u003e\u003cimg alt=\"Deploy to Koyeb\" src=\"https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg\"\u003e\u003c/a\u003e\n\n### Deployment Alternatives\n\nFor more deployment options, join our [Discord Server](https://discord.gg/interstellar) for various ways to deploy Interstellar.\nThis includes methods of deploying to Render/OnRender.\n\n#### What happened to Replit Deployment?\n\nAs of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/hosting-changes). Try GitHub Codespaces instead.\n\n### GitHub Codespaces\n\n\u003e [!NOTE]\n\u003e If you're setting the port below 1023, then you must run `sudo PORT=1023`\n\n1. Create a GitHub account if you haven't already.\n2. Click \"Code\" (green button) and then \"Create Codespace on main.\"\n3. In the terminal at the bottom, paste `pnpm i \u0026\u0026 pnpm start`.\n4. Respond to the application popup by clicking \"Make public.\"\n\u003e [!IMPORTANT]\n\u003e Make sure you click the \"Make public.\" button, or the proxy won't function properly.\u003cbr\u003e\n\u003e If you get a Range Error, go back and make sure you clicked Make public!\n5. Access the deployed website from the ports tab.\n6. For subsequent uses in the same codespace, just run `pnpm start`\n\n### Solution for if there is no popup.\n\n1. Run `pnpm i`, and before `pnpm start`, prepend `PORT=8080`, replacing 8080 with another port. For example, `PORT=6969 pnpm start`.\n2. If this does not work then you can prepend `$env:PORT=8080;`, replacing 8080 with another port. For example, `$env:PORT=6969; pnpm start`\n3. Go to the ports tab, Click Forward A Port, And type the port number.\n4. Right-click Visibility and set Port Visibility to Public.\n\n\u003e [!NOTE]\n\u003e We are committed to making Interstellar easy and personalized however, as of now we need your support in making it ad-free. Consider keeping ads so Interstellar can run freely or contribute by being a supporter.\n\n## Report Issues\n\nIf you encounter problems, open an issue on GitHub, and we'll address it promptly.\n\n\u003e [!TIP]\n\u003e If you're having trouble, don't hesitate to reach out to us on [Discord](https://discord.gg/interstellar) for personalized support.\n\n# Credits\n\nA huge thanks goes out to all of the people who have contributed to Interstellar.\n\n[![Contributors](https://contrib.rocks/image?repo=UseInterstellar/Interstellar)](https://github.com/UseInterstellar/Interstellar/graphs/contributors)\n","funding_links":["https://patreon.com/useinterstellar","https://cash.app/$akabubbo"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseinterstellar%2Finterstellar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseinterstellar%2Finterstellar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseinterstellar%2Finterstellar/lists"}