{"id":26506384,"url":"https://github.com/dmontgomery40/nputop-ts","last_synced_at":"2026-05-06T08:36:03.271Z","repository":{"id":268265630,"uuid":"903812773","full_name":"DMontgomery40/nputop-ts","owner":"DMontgomery40","description":"TypeScript version of nputop - Intel NPU monitoring tool","archived":false,"fork":false,"pushed_at":"2024-12-15T16:19:20.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T15:57:30.315Z","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/DMontgomery40.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T16:14:04.000Z","updated_at":"2024-12-15T16:26:07.000Z","dependencies_parsed_at":"2024-12-15T17:34:25.684Z","dependency_job_id":null,"html_url":"https://github.com/DMontgomery40/nputop-ts","commit_stats":null,"previous_names":["dmontgomery40/nputop-ts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2Fnputop-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2Fnputop-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2Fnputop-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2Fnputop-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DMontgomery40","download_url":"https://codeload.github.com/DMontgomery40/nputop-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244705669,"owners_count":20496546,"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":"2025-03-20T22:35:21.309Z","updated_at":"2026-05-06T08:35:58.240Z","avatar_url":"https://github.com/DMontgomery40.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nputop-ts\n\n**Status:** Pre-alpha prototype — expect incomplete features, rough edges, and limited functionality.\n\nTypeScript version of nputop - A monitoring tool for Intel NPU (Neural Processing Unit). This is a TypeScript port of the original [nputop](https://github.com/DMontgomery40/nputop) Python tool.\n\n## ⚠️ Important Warning\n\nThis is an experimental prototype and is **NOT PRODUCTION READY**. Use at your own risk and expect:\n- Incomplete features\n- Potential bugs\n- Limited error handling\n- Possible system-specific issues\n\n## Acknowledgements\n\nThis project was inspired by and based on code from [ZoLArk173/nputop](https://github.com/ZoLArk173/nputop). Thanks for the inspiration and groundwork!\n\n## Features\n\n- Real-time monitoring of Intel NPU metrics\n- Power consumption tracking\n- Temperature monitoring\n- Utilization visualization with ASCII graphics\n- TypeScript implementation for better type safety and developer experience\n\n## Prerequisites\n\n- Node.js (v14 or higher)\n- npm (comes with Node.js)\n- Access to Intel NPU sysfs interface\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/DMontgomery40/nputop-ts.git\ncd nputop-ts\n\n# Install dependencies\nnpm install\n\n# Build the TypeScript code\nnpm run build\n```\n\n## Usage\n\n```bash\n# Run the monitoring tool\nnpm start\n```\n\n## Development\n\n```bash\n# Watch for changes and rebuild automatically\nnpm run build -- --watch\n```\n\n## Docker Support\n\nThe tool can be run in a Docker container:\n\n```bash\n# Build and run with Docker Compose\ndocker-compose up --build\n\n# Or using Docker directly\ndocker build -t nputop-ts .\ndocker run -it nputop-ts\n```\n\n## Structure\n\n- `index.ts` - Main application entry point\n- `npu_usage_graph.ts` - ASCII graph visualization component\n- `tsconfig.json` - TypeScript configuration\n- `Dockerfile` \u0026 `docker-compose.yml` - Container configuration\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmontgomery40%2Fnputop-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmontgomery40%2Fnputop-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmontgomery40%2Fnputop-ts/lists"}