Privacy
Privacy Policy
Last updated: 26 May 2026
Short version
GODsend 360 doesn't collect anything. The desktop app runs entirely on your computer and your local network. This marketing site has no analytics, no cookies, and no tracking. We don't have a server that you talk to, and we don't have an account system to register against.
1. The desktop application
GODsend 360 is an open-source desktop app. The Go backend and Electron frontend run on your machine and talk only to:
- Your Xbox 360, over your local network, using Aurora's built-in FTP server.
- Public game-metadata services on the internet — only when you actually browse or trigger a download:
- Internet Archive — over HTTPS. If you log in (optional), your session cookie is stored locally only.
- Minerva Archive — over BitTorrent. The aria2c client connects to the BitTorrent swarm; the same peer-exposure considerations apply as with any BitTorrent client.
- XboxUnity and the public Xbox Live CDN — cover art, Title Updates, asset metadata.
- Other public sources used incidentally for cover art (Wikipedia, Microsoft Store autosuggest).
The app does not phone home, send crash reports, beacon usage events, or contact any server we operate. There is no telemetry of any kind.
2. What is stored locally
The app writes files only under its own runtime directory and your OS's user-data directory:
Transfer/,Ready/,Temp/,cache/,Saves/,pending_ftp/— game data, save-game backups, and queued FTP jobs.logs/— daily backend log files (stdout/stderr, FTP step traces, IA secrets redacted).- Your settings (Transfer folder path, default drive, Xbox IP/credentials, aria2 ports, IA cookie if you opted in) under the Electron user-data directory.
These files never leave your machine unless you copy them somewhere yourself.
3. Internet Archive login (optional)
If you choose to log in to Internet Archive inside the app's Settings, the app stores the session cookie locally. Your password is never saved, transmitted, or read after the initial login request to archive.org. You can sign out at any time, which clears the cookie.
4. This website (ghostyshell.github.io/GODSend-360)
The marketing site is a static HTML page hosted on GitHub Pages. It has:
- ❌ No analytics (no Google Analytics, no Plausible, no anything).
- ❌ No cookies set by us.
- ❌ No A/B testing, fingerprinting, or session recording.
The page loads three third-party resources, each of which sees only the standard request data (IP address, user-agent) that any web server sees:
- Google Fonts — for the Russo One, Chakra Petch, and JetBrains Mono fonts.
- Tailwind Play CDN — for the page's stylesheet.
- Outbound links to GitHub, GoFile, file.kiwi, and Ko-fi are only followed when you click them.
GitHub Pages itself logs basic access information at the server level; refer to GitHub's privacy statement for details.
5. Source code transparency
Everything described above is verifiable. The full source code — backend, app, scripts, and site — is at github.com/ghostyshell/GODSend-360. If any of this looks wrong, please file an issue.
6. Changes
If this policy changes, the "Last updated" date at the top will change with it, and the diff will be in the repository's git history.
7. Contact
For privacy questions, open an issue on the GitHub repo. There's no separate contact channel — the project is maintained by one person in their spare time.