unsubbed.co

Greenshot

Greenshot is a self-hosted self-hosting tools replacement for Lightshot.

Open-source screenshot software, honestly reviewed. No marketing fluff, just what you get when you install it.

TL;DR

  • What it is: Free, open-source (GPL-3.0) screenshot utility for Windows — lightweight, annotatable, and extensible via plugins [README][4].
  • Who it’s for: Windows users who take screenshots daily for documentation, bug reports, or tutorials and don’t want to pay for Snagit [3][README].
  • Cost savings: Snagit runs roughly $62.99/year on subscription. Greenshot is $0, forever, with no feature gating [3].
  • Key strength: Does the core job — region/window/fullscreen capture, quick annotation, one-click export — without bloat or a subscription nag screen [README][4].
  • Key weakness: Windows-only, UI has aged visibly, no scrolling capture in modern browsers (the feature is tied to Internet Explorer), and development velocity has slowed compared to its open-source competitors [3][README].

What is Greenshot

Greenshot is a lightweight screenshot utility for Windows. You capture a region, a window, or the full screen; annotate with arrows, highlights, or blurs; then export wherever you need it — clipboard, file, email, Office, or a photo hosting service [README].

The project has been around since at least the mid-2000s, built on .NET Framework and distributed under the GPL-3.0 license. On GitHub it sits at 4,850 stars, which is modest for its age and reach — Greenshot got popular before GitHub star counts became the standard metric for open-source traction.

The website’s pitch is unambiguous: “Greenshot is the most awesome tool for making screenshots you can get on your Windows PC.” [homepage] That’s bold for a tool whose main competition in 2026 includes ShareX, Flameshot, and Windows 11’s own improved Snipping Tool. The README is more measured — “a light-weight screenshot software tool for Windows” — and that’s the more accurate description [README].

For non-technical founders, the relevant context is this: Greenshot is not a SaaS product and it doesn’t have a self-hosted server component. It’s a desktop app. The “self-hosted” angle here is simpler — you install it, you own it, it doesn’t phone home, and you pay nothing [README][GPL-3.0 license].


Why people choose it

The honest answer from the sources available: people choose Greenshot because it’s been the best free Windows screenshot tool for a long time, it works, and the price is zero.

The developer-focused blog post from 2015 [1] is telling in its tone: “I’m a very happy user of Greenshot, and must say, even without documentation, the code base is clearly well built up and professional.” That’s a developer complimenting the internals of a tool they use daily, not a marketing quote — and it suggests the kind of quiet competence that earns long-term loyalty.

On the practical side: the Chocolatey package page [4] shows Greenshot as an approved trusted package with a straightforward install path. That matters because tools that work reliably via package managers are tools that survive enterprise IT policies and repeatable dev environment setups.

The XDA Developers comparison [3] is the most useful signal about Greenshot’s current market position. The piece focuses on Snagit — a $62.99/year commercial tool — and mentions Greenshot as the implicit baseline to beat: “Snagit is still way better than the likes of Lightshop and Greenshot” in terms of UI modernness. That framing tells you something useful: Greenshot is the free option that paid tools benchmark themselves against. It’s the default assumption, the thing you use until you decide you need more.

That’s a defensible position. If your needs are: capture a region, blur out a password, add an arrow, paste into Slack — Greenshot handles that without ceremony. It’s only when you need scrolling capture beyond IE, video recording, or a modern annotation palette that you start looking elsewhere [3].


Features

Based on the README and source descriptions [README][4]:

Capture modes:

  • Region selection (drag to select)
  • Window capture (click on any open window)
  • Fullscreen capture
  • Scrolling web page capture — but only for Internet Explorer, which is a dated limitation in 2026 [README][4]
  • Hotkey-driven capture flow: configure your own shortcuts, trigger without interrupting your workflow

Annotation and editing:

  • Draw arrows, lines, and shapes
  • Add text labels and callouts
  • Highlight and blur/obfuscate sections (useful for masking passwords, emails, or PII before sharing) [README][4]
  • Basic crop and resize

Export destinations:

  • Save to file (PNG, JPG, BMP, GIF)
  • Copy to clipboard
  • Send to printer
  • Attach to email
  • Open in Office programs (Word, Excel, PowerPoint)
  • Upload to external services (Flickr, Picasa — both largely obsolete in 2026, though the plugin framework allows others) [README]

Plugin system:

  • Greenshot is extensible via .gsp plugin packages [1]
  • Community and vendor plugins exist for services like JIRA [1]
  • Building a plugin requires Visual Studio and .NET development knowledge — not something a non-technical user will touch, but relevant if you have an engineering team that wants to wire Greenshot into internal tooling [1]

Platform:

  • Windows only. The Mac version exists on the Mac App Store but is a paid app (not open source on that platform) [homepage]
  • Requires .NET Framework 4.8.0 [README]
  • Actively maintained with Visual Studio 2022/2026 compatibility confirmed [README]

What it doesn’t have:

  • Screen recording
  • Cloud sync or screenshot library management
  • Scrolling capture for Chromium-based browsers (Chrome, Edge)
  • A web interface or team collaboration features
  • Any kind of AI annotation assistance

Pricing: SaaS vs self-hosted math

There’s no SaaS version to price — Greenshot is a desktop app and the Windows version is simply free. The only “cost” is the GPL-3.0 license, which matters if you’re building a commercial product on top of Greenshot’s code. If you’re just using it as a tool, the license is irrelevant — download, install, use.

The relevant comparison is Greenshot vs paid screenshot tools:

ToolCostLicense
Greenshot (Windows)$0GPL-3.0
Snagit~$62.99/yearCommercial
Lightshot$0Freeware (proprietary)
ShareX$0GPL-3.0
Windows Snipping Tool$0Included with Windows

If you’re currently paying for Snagit across a team of 5 people, that’s ~$315/year. Replacing it with Greenshot costs nothing. The trade-off is the feature delta — scrolling capture beyond IE, video recording, the asset library — which is real but may not matter for your workflow.

If your only concern is saving money vs Snagit, Greenshot solves the problem. If you’re comparing Greenshot to another free tool like ShareX, the decision is about features and UI preference, not price.


Deployment reality check

“Deployment” here means downloading an installer and running it. There’s no Docker container, no VPS, no database.

What you actually need:

Via Chocolatey (for teams or repeatable setups):

choco install greenshot

The Chocolatey package is marked as a trusted approved package as of March 2026 [4].

What can go sideways:

  • The app is Windows-only. If your team is on Mac or Linux, Greenshot is not an option [README].
  • The scrolling capture feature only works with Internet Explorer, which Microsoft has retired. If you need to capture long web pages, you need a different tool [README][4].
  • The plugin ecosystem has low documentation — the 2015 developer blog post [1] notes there’s “no documentation how to create your own plugin,” and the author had to dig through the codebase. If you need a custom integration, factor in engineering time.
  • GitHub star count (4,850) and the tech stack (.NET Framework vs .NET) suggest the project hasn’t had a major architectural refresh in some time. It’s stable but not modern in its internals [README].

Realistic setup time: under five minutes for a single user. Zero ongoing maintenance.


Pros and Cons

Pros

  • Actually free. The Windows version costs nothing, has no feature tiers, and doesn’t upsell you on a subscription [README][homepage].
  • GPL-3.0 open source. You can inspect the code, fork it, or build plugins against it [README][1].
  • Does the basics extremely well. Capture, annotate, blur, export — the core loop is fast and reliable [README][4].
  • Hotkey-driven. Once configured, Greenshot gets out of the way. Press a key, draw a region, paste. Power users who live in keyboard shortcuts will find this natural.
  • Plugin system. Extensible for teams who need custom export destinations (JIRA, internal tools) — though it requires .NET development to build one [1].
  • Chocolatey package. Trusted, approved, easy to include in automated Windows setups [4].
  • Lightweight. No background services eating RAM, no cloud sync agent, no license check on startup.

Cons

  • Windows-only. Hard stop. If any of your team uses Mac or Linux, they’re excluded [README][homepage].
  • UI has visibly aged. The XDA comparison [3] explicitly calls Greenshot’s interface less modern than current alternatives. No dark mode, no contemporary design language.
  • Scrolling capture is broken for modern browsers. The feature officially supports Internet Explorer, which is retired [README]. For capturing long web pages, you need a different tool.
  • No video recording. If you need to record walkthroughs or demos, Greenshot doesn’t help [3].
  • No cloud or team features. Screenshots live wherever you save them. No shared library, no team workspace, no link-based sharing. This is a solo-user tool.
  • Slow development cadence. The project has 4,850 GitHub stars but relatively few recent major releases visible. The .NET Framework (not .NET 6/8) dependency suggests limited platform modernization [README].
  • Plugin documentation is sparse. Building custom integrations requires digging through source code, not reading docs [1].
  • Export integrations are dated. Flickr and Picasa as featured upload targets in 2026 tells you when the export list was last seriously updated [README].

Who should use this / who shouldn’t

Use Greenshot if:

  • You’re on Windows, you take screenshots daily for documentation or bug reports, and you’re paying for Snagit and don’t need its video recording or scrolling capture features.
  • You want a keyboard-shortcut-driven capture flow that doesn’t interrupt your work.
  • You need a free, GPL-licensed screenshot tool you can package into a Windows dev environment via Chocolatey.
  • You need obfuscation (blurring out passwords or emails) as a one-step operation before sharing.

Skip it (pick ShareX instead) if:

  • You want more annotation power, more export destinations, and a still-free, still-open-source tool — ShareX is GPL-3.0, also Windows, but far more feature-rich and actively developed.

Skip it (pick Flameshot) if:

  • Your team is cross-platform. Flameshot works on Linux and Mac as well as Windows and is actively maintained as of 2026.

Skip it (stay on Snagit) if:

  • You need scrolling capture for Chrome or Firefox, built-in screen recording, webcam overlay, or the asset library. Snagit’s feature surface is meaningfully larger and that gap is real [3].

Skip it (use the Snipping Tool) if:

  • You’re on Windows 11, your needs are basic (occasional screenshot, paste into email), and you don’t annotate. The Snipping Tool has improved enough that it covers the simplest use cases without an install.

Alternatives worth considering

  • ShareX — Free, GPL-3.0, Windows. More features than Greenshot: scrolling capture that works in modern browsers, video recording, more upload destinations, a larger active community. The UI is more complex but more capable. Greenshot’s main advantage over ShareX is simplicity.
  • Flameshot — Free, GPL-3.0, cross-platform (Linux, Mac, Windows). The most reasonable choice if you have a mixed-OS team.
  • Snagit — Paid (~$62.99/year), commercial, Windows and Mac. The professional benchmark: video recording, scrolling capture, asset library, modern UI [3]. The tool Greenshot users graduate to when their needs grow.
  • Windows Snipping Tool — Free, built-in on Windows 10/11. Decent for casual one-off captures; annotation is minimal; no plugin system.
  • Lightshot — Free, freeware (not open source). Quick and simple, but the company runs an online image hosting service that the tool nudges you toward — worth noting if you care about where your screenshots go.

Bottom line

Greenshot earned its reputation by being the obvious answer to “free screenshot tool for Windows” for nearly two decades. It’s stable, it’s genuinely free, and for teams where Windows is universal and the workflow is capture-annotate-export-paste, it holds up. The problems are equally clear: it’s Windows-only, the UI hasn’t modernized, and the scrolling capture feature targets a browser Microsoft shut down. In 2026, ShareX has largely surpassed it in features while remaining equally free. Greenshot’s real competition isn’t Snagit — it’s ShareX, which does more without costing anything more. If you’re on Snagit and want to cut the bill, ShareX is probably the sharper upgrade. If you know Greenshot, already have it installed, and it meets your needs, there’s no particular reason to change. It does what it does without fuss, and for a tool that charges nothing, that’s enough.


Sources

  1. Bart De Meyer“Create your own Greenshot plugin” (May 2015). https://blog.bartdemeyer.be/2015/05/create-your-own-greenshot-plugin/
  2. Bart De Meyer“May 2015 archive”. https://blog.bartdemeyer.be/2015/05/
  3. Parth Shah, XDA Developers“7 reasons I keep coming back to this screenshot tool on Windows” (Jan 5, 2025). https://www.xda-developers.com/reasons-i-keep-coming-back-to-this-screenshot-tool-on-windows/
  4. Chocolatey Software“Greenshot 1.3.315 package” (approved Mar 22, 2026). https://community.chocolatey.org/packages/greenshot

Primary sources: