{"id":13424183,"url":"https://github.com/irustm/angular-nodegui","last_synced_at":"2025-06-25T15:07:03.781Z","repository":{"id":36001735,"uuid":"215637045","full_name":"irustm/angular-nodegui","owner":"irustm","description":"Build performant, native and cross-platform desktop applications with Angular","archived":false,"fork":false,"pushed_at":"2023-03-01T03:41:53.000Z","size":2433,"stargazers_count":117,"open_issues_count":23,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T21:58:49.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/irustm.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}},"created_at":"2019-10-16T20:19:36.000Z","updated_at":"2025-05-06T08:19:40.000Z","dependencies_parsed_at":"2024-01-24T15:12:13.585Z","dependency_job_id":null,"html_url":"https://github.com/irustm/angular-nodegui","commit_stats":{"total_commits":74,"total_committers":2,"mean_commits":37.0,"dds":0.04054054054054057,"last_synced_commit":"06df3acb06aa19069117c801b9511b95baf75bb2"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/irustm/angular-nodegui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irustm%2Fangular-nodegui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irustm%2Fangular-nodegui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irustm%2Fangular-nodegui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irustm%2Fangular-nodegui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irustm","download_url":"https://codeload.github.com/irustm/angular-nodegui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irustm%2Fangular-nodegui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261896998,"owners_count":23226647,"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":[],"created_at":"2024-07-31T00:00:49.851Z","updated_at":"2025-06-25T15:07:03.754Z","avatar_url":"https://github.com/irustm.png","language":"TypeScript","readme":"# AngularNodeGUI\n\n[![npm version](https://badge.fury.io/js/angular-nodegui.svg)](https://www.npmjs.com/package/angular-nodegui)\n\nBuild performant, native and cross-platform desktop applications with Angular.🚀\n\nAngular NodeGUI is powered by Angular 🅰️ and Qt5 💚 which makes it CPU and memory efficient as compared to other chromium based solutions like electron. Angular NodeGUI is essentially a Angular renderer for NodeGUI.\n\n## Docs\n\nMain docs: https://docs.nodegui.org\n\nArticle(Russian): [Native and cross-platform desktop applications with Angular, NodeGui](https://medium.com/@irustm/%D0%B4%D0%B5%D0%BB%D0%B0%D0%B5%D0%BC-%D0%BA%D1%80%D0%BE%D1%81%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D1%84%D0%BE%D1%80%D0%BC%D0%B5%D0%BD%D0%BD%D0%BE%D0%B5-%D0%BD%D0%B0%D1%82%D0%B8%D0%B2%D0%BD%D0%BE%D0%B5-%D0%B4%D0%B5%D1%81%D0%BA%D1%82%D0%BE%D0%BF-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BD%D0%B0-angular-6bee05d24e25)\n\n## Nodegui Features\n\n- Cross platform. Should work on major Linux flavours, Windows and MacOS.\n- 📉 Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.\n- 💅 Styling with CSS (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga).\n- ✅ Complete Nodejs api support (Currently runs on Node v12.x - and is easily upgradable). Hence has access to all nodejs compatible npm modules.\n- 🎪 Native widget event listener support. Supports all events available from Qt / NodeJs.\n- 💸 Can be used for Commercial applications.\n- 🕵️‍♂️ Good Devtools support.\n- 📚 Good documentation and website.\n- 🧙‍♂️ Good documentation for contributors.\n- Good support for dark mode (Thanks to QT).\n\n# Getting started\n\n## Requirements\n\n- CMake 3.1 and up\n- Make, GCC v7\n- NodeJS 12.x and up.\n\nSetting up on [macOS](https://docs.nodegui.org/docs/guides/getting-started#setting-up-on-macos), [Windows](https://docs.nodegui.org/docs/guides/getting-started#setting-up-on-windows), [Linux](https://docs.nodegui.org/docs/guides/getting-started#setting-up-on-linux)\n\n[Getting started](https://docs.nodegui.org/docs/guides/getting-started)\n\n## Easy start\n\n```\nnpm i\nnpm start\n```\n\n## Demo\n\n### Start app\n\n[Link](https://github.com/irustm/angular-nodegui/tree/master/src/app)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_app.png\" width=\"350\" title=\"angular nodegui demo\"\u003e\n\u003c/p\u003e\n\n### Router\n\nUse `NodeguiRouterModule` instead of `RouterModule` for routing. [Example](https://github.com/irustm/angular-nodegui/blob/master/src/app/app.module.ts#L23)\n\n```js\nNodeguiRouterModule.forRoot(appRoutes);\n```\n\n### Widget\n\n[Link](https://github.com/irustm/angular-nodegui/tree/master/projects/weather-demo)\n\n#### Mac\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_widget_mac.png\" width=\"300\" title=\"angular nodegui demo\"\u003e\n\u003c/p\u003e\n\n#### Windows\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/irustm/angular-nodegui/master/demo/demo_weather_widget.png\" width=\"600\" title=\"angular nodegui demo\"\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":["Инструменты","Renderers"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firustm%2Fangular-nodegui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firustm%2Fangular-nodegui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firustm%2Fangular-nodegui/lists"}