{"id":50321049,"url":"https://github.com/aberration-technology/burn_dragon","last_synced_at":"2026-05-29T03:30:43.807Z","repository":{"id":350970407,"uuid":"1208899952","full_name":"aberration-technology/burn_dragon","owner":"aberration-technology","description":"burn inference and training of dragon models 🔥🐉","archived":false,"fork":false,"pushed_at":"2026-05-27T15:42:36.000Z","size":3465,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-27T17:17:38.632Z","etag":null,"topics":["burn","continual-learning","dragon","libp2p","linear-attention","machine-learning","mamba","nca","pretraining","ttt"],"latest_commit_sha":null,"homepage":"https://dragon.aberration.technology/","language":"Rust","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/aberration-technology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-12T22:14:14.000Z","updated_at":"2026-05-27T15:42:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aberration-technology/burn_dragon","commit_stats":null,"previous_names":["aberration-technology/burn_dragon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aberration-technology/burn_dragon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberration-technology%2Fburn_dragon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberration-technology%2Fburn_dragon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberration-technology%2Fburn_dragon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberration-technology%2Fburn_dragon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aberration-technology","download_url":"https://codeload.github.com/aberration-technology/burn_dragon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberration-technology%2Fburn_dragon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33635961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["burn","continual-learning","dragon","libp2p","linear-attention","machine-learning","mamba","nca","pretraining","ttt"],"created_at":"2026-05-29T03:30:40.977Z","updated_at":"2026-05-29T03:30:43.798Z","avatar_url":"https://github.com/aberration-technology.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# burn_dragon 🔥🐉\n\n`burn_dragon` is the dragon model + training workspace.\n\nit pairs the dragon model stack with [`burn_p2p`](https://github.com/aberration-technology/burn_p2p) for native + browser p2p training, deployment, and live network operation.\n\nthe model shape follows the [dragon hatchling / bdh paper](https://arxiv.org/abs/2509.26507).\n\n## what is here\n\n- `crates/burn_dragon_core`: core model, state, and config\n- `crates/burn_dragon_language`: language training + inference adapters\n- `crates/burn_dragon_p2p`: p2p runtime, browser ui, deployment, and integration tests\n- `xtask`: build, smoke, deploy, and release helpers\n\n## common paths\n\n- model + language code: [crates/burn_dragon_core](crates/burn_dragon_core), [crates/burn_dragon_language](crates/burn_dragon_language)\n- p2p + deployment: [crates/burn_dragon_p2p](crates/burn_dragon_p2p), [crates/burn_dragon_p2p/deploy/README.md](crates/burn_dragon_p2p/deploy/README.md)\n- protocol/runtime layer: [`burn_p2p`](https://github.com/aberration-technology/burn_p2p)\n\n## quick start\n\n```bash\ncargo run -p xtask -- local-browser-e2e\ncargo run -p xtask -- smoke\ncargo run -p xtask -- deploy-check\n```\n\nUse `local-browser-e2e` as the first browser/p2p production-parity gate. It runs\nthe deployment config drift checks, a local edge/auth/browser training receipt\ne2e, and the smallest real Chrome/WebGPU browser training smoke without forcing\nthe full CI build matrix.\n\nFor the slow browser peer loop, run the lane you need instead of waiting for a\nPages deploy. The offline default remains:\n\n```bash\ncargo run -p xtask -- local-browser-e2e --lane all\n```\n\nTo test the exact browser artifact locally against a live or staging edge, set\nthe browser canary edge/principal/callback environment variables and run:\n\n```bash\ncargo run -p xtask -- local-browser-e2e --lane canary-webrtc-direct-training --build-site\n```\n\nCanary artifacts are written under `target/test-artifacts/browser-peer-e2e/`.\nIf the local `../burn_p2p` checkout is on an in-flight branch that does not\nmatch Dragon's pinned CI version, use `cargo run -p xtask -- local-browser-e2e-ci-sibling`\nwith the same lane flags. It runs the command in a temporary Dragon worktree\npaired with the CI-pinned `burn_p2p` sibling and applies the current Dragon diff.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faberration-technology%2Fburn_dragon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faberration-technology%2Fburn_dragon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faberration-technology%2Fburn_dragon/lists"}