Project

HtmlTinkerX

HtmlTinkerX is a powerful async C# library for HTML, CSS, and JS processing, parsing, formatting, and optimization. It provides web content processing capabilities including browser automation, document parsing with multiple engines, resource optimization, and more. PSParseHTML is the PowerShell module exposing HtmlTinkerX to PowerShell.

Stars126
Forks19
Open issues1
ReleaseHtmlTinkerX-v2.0.7
Language: HTML Updated: 2026-03-23T22:17:20.0000000+00:00

Documentation

Install HtmlTinkerX

Install HtmlTinkerX for .NET or PSParseHTML for PowerShell workflows.

Choose the package that matches the way you want to use the engine.

.NET package

dotnet add package HtmlTinkerX

PowerShell module

Install-Module PSParseHTML -Scope CurrentUser -AllowClobber

Next steps