{"id":49730075,"url":"https://github.com/obselate/PoSHBlox","last_synced_at":"2026-05-25T19:00:53.078Z","repository":{"id":338181802,"uuid":"1156902142","full_name":"obselate/PoSHBlox","owner":"obselate","description":"Visual powershell node graph scripting ","archived":false,"fork":false,"pushed_at":"2026-04-18T01:43:40.000Z","size":12695,"stargazers_count":53,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T03:34:50.020Z","etag":null,"topics":["nodegraph","powershell","powershell-cmdlets","powershell-script","powershell-scripts","pwsh","visual"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obselate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T07:24:08.000Z","updated_at":"2026-04-18T01:41:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/obselate/PoSHBlox","commit_stats":null,"previous_names":["obselate/poshblox"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/obselate/PoSHBlox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obselate%2FPoSHBlox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obselate%2FPoSHBlox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obselate%2FPoSHBlox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obselate%2FPoSHBlox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obselate","download_url":"https://codeload.github.com/obselate/PoSHBlox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obselate%2FPoSHBlox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33488942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"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":["nodegraph","powershell","powershell-cmdlets","powershell-script","powershell-scripts","pwsh","visual"],"created_at":"2026-05-09T06:00:22.646Z","updated_at":"2026-05-25T19:00:53.066Z","avatar_url":"https://github.com/obselate.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Assets/poshblox-banner.svg\" alt=\"PoSHBlox\" width=\"720\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A visual node-graph editor for building PowerShell scripts. Drag, connect, run.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/.NET-10.0-512BD4?style=flat-square\" alt=\".NET 10\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Avalonia-11.3-7B2BF9?style=flat-square\" alt=\"Avalonia\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/FluentAvalonia-2.5-0078D4?style=flat-square\" alt=\"FluentAvalonia\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/platform-Windows-333?style=flat-square\" alt=\"Platform\" /\u003e\n\u003c/p\u003e\n\n---\n\n## What is PoSHBlox?\n\nPoSHBlox lets you visually compose PowerShell scripts by wiring together\nnodes on a canvas. Each node is a cmdlet, control-flow block, or custom\nscript fragment; connections define the pipeline. Preview the generated\nscript, run it, or export a clean `.ps1`.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Assets/poshblox-gif.gif\" alt=\"PoSHBlox UI\" width=\"900\" /\u003e\n\u003c/p\u003e\n\n### Features\n\n- 85+ built-in cmdlet templates across 12 categories\n- Control-flow containers: If/Else, ForEach, Try/Catch, While, Functions, Labels (nestable)\n- Live script preview and one-click Run (prefers pwsh 7+, falls back to Windows PowerShell 5.1)\n- Pipeline-aware codegen: chains pipes, assigns variables at branch points, detects cycles\n- Import cmdlets from installed modules to extend the palette\n- Keyboard shortcuts, dark theme, pan/zoom canvas with Bezier wires\n\n## Get it\n\n### Download a prebuilt release (recommended)\n\nGrab the latest `.zip` from **[Releases](../../releases)**. No .NET install\nrequired — the `.exe` is self-contained. Extract, run `PoSHBlox.exe`.\n\nEvery push to every branch also publishes a rolling pre-release\n(`Branch build: \u003cbranch-name\u003e`) and a 30-day artifact on the\n[Actions](../../actions/workflows/build.yml) run page.\n\n### Build from source\n\nRequires the [.NET 10 SDK](https://dotnet.microsoft.com/download/dotnet/10.0).\n\n```bash\ngit clone https://github.com/obselate/PoSHBlox.git\ncd PoSHBlox\ndotnet run\n```\n\n## How it works\n\n1. **Add nodes** from the palette (press `P`)\n2. **Connect** output ports to input ports by dragging wires\n3. **Configure** parameters in the right-side properties panel\n4. **Preview** (`Alt+S`), **Run** (`F5`), or **Export** (`Ctrl+E`) as `.ps1`\n\nPress `?` any time for the full keyboard cheatsheet.\n\n## Regenerating the built-in catalogs\n\nThe fastest way to add cmdlets is **+ Import** in the palette — pick an\ninstalled module and PoSHBlox introspects it into a Custom template set.\n\nThe shipped `Templates/Builtin/*.json` can be rebuilt from\n`scripts/builtin-catalog.json` (the reference manifest of modules and\ncmdlets per category). Curated per-parameter defaults are preserved\nacross runs.\n\n```powershell\n# Pipe to Out-Host so the WinExe flushes output to the shell.\n.\\bin\\Debug\\net10.0\\PoSHBlox.exe --regen-manifest scripts\\builtin-catalog.json 2\u003e\u00261 | Out-Host\n\n# Dry-run to preview:\n.\\bin\\Debug\\net10.0\\PoSHBlox.exe --regen-manifest scripts\\builtin-catalog.json --dry-run 2\u003e\u00261 | Out-Host\n```\n\n## License\n\nGNU AGPL v3 — see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobselate%2FPoSHBlox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobselate%2FPoSHBlox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobselate%2FPoSHBlox/lists"}