{"id":48838850,"url":"https://github.com/aura-industry/auramaxx","last_synced_at":"2026-04-15T01:00:58.584Z","repository":{"id":338685703,"uuid":"1156474152","full_name":"Aura-Industry/auramaxx","owner":"Aura-Industry","description":"Open-source game engine for vibe code. Play games from your terminal!","archived":false,"fork":false,"pushed_at":"2026-03-09T17:55:16.000Z","size":93545,"stargazers_count":67,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-09T19:00:53.848Z","etag":null,"topics":["3d","ai","game-development","game-engine","gamedev","godot","pixel","three-js"],"latest_commit_sha":null,"homepage":"https://www.aurajs.gg/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aura-Industry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-12T17:31:56.000Z","updated_at":"2026-03-09T17:55:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Aura-Industry/auramaxx","commit_stats":null,"previous_names":["aura-industry/aurawallet","aura-industry/auramaxx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aura-Industry/auramaxx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aura-Industry%2Fauramaxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aura-Industry%2Fauramaxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aura-Industry%2Fauramaxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aura-Industry%2Fauramaxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aura-Industry","download_url":"https://codeload.github.com/Aura-Industry/auramaxx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aura-Industry%2Fauramaxx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","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":["3d","ai","game-development","game-engine","gamedev","godot","pixel","three-js"],"created_at":"2026-04-15T01:00:52.985Z","updated_at":"2026-04-15T01:00:58.555Z","avatar_url":"https://github.com/Aura-Industry.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuraJS\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nWrite JavaScript 2D and 3D games, compile to native.\nCreate, play, and publish from your terminal.\n\n\u003e Alpha status: AuraJS is still in alpha and not ready for production use.\n\n![AuraJS](https://aurajs.gg/og.webp)\n\nWebsite: [aurajs.gg](https://aurajs.gg)\n\n## Quickstart\n\n```bash\nnpm install -g auramaxx\nauramaxx create my-game\ncd my-game\nnpm run dev\n```\n\nOne-off bootstrap without a global install:\n\n```bash\nnpx auramaxx\n```\n\nInside a scaffolded game, use the shorter `auramaxx` alias or the generated\n`npm run ...` scripts for local engine commands.\n\n## Play an Example\n\n```bash\nnpm install -g auramaxx\nauramaxx play auracraft\n\n# or run a published game wrapper directly\nnpx auracraft play\n```\n\n![Auracraft demo](https://aurajs.gg/auracraft-demo.gif)\n\n## Fork a Game\n\n```bash\nnpm install -g auramaxx\nauramaxx fork auramon\n```\n\n## Working With AI Agent\n\nInside your codebase:\n\n```bash\ncd \u003cyour-codebase\u003e\nnpx -y skills add Aura-Industry/auramaxx\n```\n\nThen use \u003chttps://www.aurajs.gg/docs\u003e for engine docs and API references.\n\n## Multiplayer TL;DR\n\n```bash\nauramaxx create my-room-game --template multiplayer\ncd my-room-game\nnpm run dev\n\n# second terminal\nnpm run join -- AURA2P\n```\n\nKeep that same flow and add internet-backed rooms with either:\n\n- `aura.config.json -\u003e multiplayer.relay = \"relay.aurajs.gg\"`\n- or `AURA_MULTIPLAYER_RELAY_HOST=relay.aurajs.gg`\n\nUse [Multiplayer Quickstart](https://www.aurajs.gg/docs/multiplayer-quickstart) for the short multiplayer doc, or [Multiplayer Party Example](./packages/aurascript/examples/multiplayer-party/README.md) for the same-project example with diagnostics and room chat.\n\n## Feature Set\n\n| Metric | AuraJS | Unity | C / C++ | Electron |\n|---|---|---|---|---|\n| Engine fees | **free** | paid tiers | none | free |\n| Hot reload | **\u003c1s** | 5-30s | recompile | \u003c1s |\n| Min binary size | **~2 MB** | ~80 MB | ~1 MB | ~150 MB |\n| GPU access | **native** | native | native | WebGL |\n| Developer pool | **20M+** | 5M | 3M | 20M+ |\n| AI code gen quality | **excellent** | decent | poor | decent |\n| Multiplayer | **sync JSON** | Netcode | custom | sync JSON |\n| Modding | **native** | framework | Lua/etc | native |\n| Patch size | **KBs** | MBs-GBs | full binary | KBs |\n| Platform APIs | **built in** | - | - | - |\n| Vendor lock-in | **none** | heavy | none | Chromium |\n| Build config | **zero** | editor | cmake | webpack |\n\n- JavaScript-first authoring with a native Rust host underneath it\n- Terminal-first create, dev, play, inspect, and publish flow through `auramaxx`\n- Native host binaries for macOS, Linux, and Windows\n- Room-code multiplayer with local-first join, internet promotion, and relay fallback\n- Public docs, handbook pages, and exact contract references on `aurajs.gg/docs`\n- Publishable npm game wrappers that can be played from the terminal\n\n## Docs\n\n- [AuraJS README](https://www.aurajs.gg/docs) - AuraJS overview and public docs entrypoint\n- [Game Developer Handbook](https://www.aurajs.gg/docs/handbook) - game developer handbook\n- [Multiplayer Quickstart](https://www.aurajs.gg/docs/multiplayer-quickstart) - shortest multiplayer setup path\n- [Core API Contract](https://www.aurajs.gg/docs/api-contract) - frozen core API contract\n- [3D API Contract](https://www.aurajs.gg/docs/api-contract-3d) - frozen 3D API contract\n- [Exact Reference Index](https://www.aurajs.gg/docs/reference) - exact reference index\n- [Combined Public Reference](https://www.aurajs.gg/docs/reference) - combined public reference\n\nLive docs:\n\n- \u003chttps://aurajs.gg/docs\u003e\n- \u003chttps://aurajs.gg/docs/handbook\u003e\n- \u003chttps://aurajs.gg/docs/reference\u003e\n\n## Native Host Binary Packages\n\n| Platform | Package |\n|----------|---------|\n| macOS ARM | [`@aurajs/darwin-arm64`](https://github.com/Aura-Industry/aurajs-darwin-arm64) |\n| macOS x64 | [`@aurajs/darwin-x64`](https://github.com/Aura-Industry/aurajs-darwin-x64) |\n| Linux x64 | [`@aurajs/linux-x64`](https://github.com/Aura-Industry/aurajs-linux-x64) |\n| Windows x64 | [`@aurajs/win32-x64`](https://github.com/Aura-Industry/aurajs-win32-x64) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faura-industry%2Fauramaxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faura-industry%2Fauramaxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faura-industry%2Fauramaxx/lists"}