Windows tray utility for Syncthing

Make Syncthing feel like it actually belongs on Windows.

SyncTrayzor hosts Syncthing for you and gives it a tray icon, a built-in browser window, and native autostart — so you stop babysitting a command-line program with a web interface.

Free & open source · MIT licensed · No account, no cloud relay required
What is SyncTrayzor

A Windows-native shell built around Syncthing

Syncthing is a fantastic open-source, peer-to-peer sync engine, but it runs as a background process with only a web dashboard — meaning a console window, a forgotten browser tab, and no quick way to tell what's happening. SyncTrayzor exists to close exactly that gap.

It hosts the real Syncthing binary directly and wraps it in an actual Windows app — tray icon, built-in browser, and autostart on login. Originally built by canton7, the project was archived in 2025 and lives on today as the actively maintained SyncTrayzor v2.

Quick facts
  • Wraps Syncthing — does not replace it
  • Originally by canton7 (Antony Male)
  • v1 archived 2025, continued as v2 by GermanCoding
  • .NET Core 8, Windows 10/11, x64 + ARM64
  • MIT licensed, free to use
Key Features

Everything Syncthing needed to feel like a real Windows app

None of this changes how Syncthing syncs your files — it changes how much you have to think about it while it does.

Lives in your tray, not a browser tab

SyncTrayzor hosts Syncthing's process directly and gives it a tray icon instead of leaving you to find a forgotten browser tab. Right-click for status, pause, or quit — the way a Windows utility is supposed to work.

Built-in browser window

Syncthing's web dashboard opens inside SyncTrayzor's own Chromium-based window, so you never need to remember a localhost address or keep a separate browser tab pinned all day.

Starts when Windows does

Optional autostart on login means Syncthing is already running and connected by the time you sit down — no scheduled task, no service registration, no manual setup required.

Tray icon reflects sync state

The icon itself changes while files are actively transferring, so you can tell at a glance whether a folder is mid-sync without opening any window at all.

Drop-box style transfer popup

A small activity window — draggable and resizable as of v2.1 — shows exactly what's being uploaded or downloaded in real time, the way a commercial sync client would.

Pause on metered networks

Mark a Wi-Fi network or mobile hotspot as metered, and SyncTrayzor pauses transfers automatically — no more tethered data disappearing into a sync job you forgot was running.

64-bit only, ARM64 ready

v2 builds drop the legacy 32-bit toolchain and ship native ARM64 binaries, so the app runs properly on Arm-based Windows machines instead of emulating an x86 build.

Installer or portable, your choice

Run a normal Windows installer with current-user mode (no admin rights needed), or unzip the portable build to a USB stick or sandboxed folder with no install step at all.

Maintained in the open

Every release, bug fix, and translation update happens in public on GitHub, with no telemetry, no account requirement, and no paid tier hiding behind the free download.

How It Works

From download to synced folder in four steps

1

Download and run the installer

Grab the x64 or ARM64 installer below. No admin rights are required if you pick the current-user install mode during setup.

2

SyncTrayzor sets up Syncthing

On first run it downloads and manages the Syncthing binary itself, so there's nothing separate to install, configure, or keep updated.

3

Add devices and folders

Use the built-in browser window to pair devices with a short device ID, then choose which folders to share — peer-to-peer by default, no cloud relay required.

4

Let the tray icon do the watching

SyncTrayzor sits quietly in the tray from here on. The icon tells you when something's syncing, and the activity popup fills in the details if you want them.

Why People Switch

What changes once Syncthing has a proper shell

From browser tab to background app

People who try Syncthing on its own often stop using it within a week — not because the sync engine is unreliable, but because a pinned tab and a console window never feel like part of the operating system. SyncTrayzor removes that friction entirely.

From manual checks to glanceable status

Instead of opening a dashboard to ask "did that finish yet," the tray icon and activity popup answer the question without a single click — which matters most on a laptop you're closing and reopening all day.

From always-on to network-aware

Metered-network pausing means people stop manually disabling Syncthing before tethering a phone, which is one of the most common reasons background sync tools get abandoned on a mobile connection.

Download

Get SyncTrayzor v2 for Windows

Built for Windows 10 and 11. Pick a download below, or use the package manager you already have installed.

Installer (ARM64)

v2.1.0 · SyncTrayzorSetup-arm64.exe
  • Native build — no x86 emulation
  • For Arm-based Windows laptops and Copilot+ PCs
  • Same install flow as the x64 version
Download .exe

Portable ZIP

v2.1.0 · SyncTrayzorPortable-x64.zip
  • No installer — unzip and run SyncTrayzor.exe
  • Good for USB drives or locked-down machines
  • ARM64 portable build also available
Download .zip
Prefer a package manager?
winget winget install -e --id GermanCoding.SyncTrayzor
Chocolatey choco install synctrayzor
Scoop scoop install extras/synctrayzor

Still on an older Syncthing v1 setup? The legacy SyncTrayzor v1 build is archived at github.com/canton7/SyncTrayzor. For every other release and changelog, see the full GitHub releases page.

System Requirements

What you need before installing

Operating systemWindows 10 (64-bit) or Windows 11
Architecturex64 or ARM64 — 32-bit is no longer supported in v2
Disk spaceRoughly 150–250 MB for the app plus the bundled Syncthing binary
PermissionsAdministrator rights not required when using current-user install mode
Browser engineEmbedded Chromium (CEF), bundled — no separate browser install needed
NetworkWorks over LAN or internet; peer-to-peer by default, relay fallback only if a direct connection fails
Community & Support

SyncTrayzor is maintained in the open

Report a bug

Found something broken? Issues are tracked publicly and the maintainer responds directly — no support ticket system.

Open GitHub Issues →

Ask a question

GitHub Discussions covers release announcements, setup help, and feature requests from other users and the maintainer.

Join the discussion →

Read the source

SyncTrayzor is MIT-licensed and fully open. Browse the C# source, build it yourself, or send a pull request.

View source on GitHub →

Support the maintainer

SyncTrayzor has no paid tier and runs on volunteer time. If it's useful to you, the repository links to ways to say thanks.

Find donation links →
Help Center

Frequently asked questions

Is SyncTrayzor the same thing as Syncthing?

No. Syncthing is the actual file-synchronization engine — the software that talks to your other devices and moves files. SyncTrayzor doesn't sync anything itself; it hosts the Syncthing process and wraps it in a Windows tray app, a built-in browser window, and native notifications. Uninstalling SyncTrayzor doesn't change how Syncthing syncs; it just removes the Windows-native shell around it.

Is SyncTrayzor free to use?

Yes. It's open source and MIT-licensed, with no account, subscription, or paid tier. The maintainer accepts donations, but they're entirely optional and don't unlock any extra features.

Do I need to install Syncthing separately first?

No. SyncTrayzor downloads and manages the Syncthing binary itself on first run, and keeps it updated going forward. You only need to install SyncTrayzor.

Do my files pass through a cloud server?

By default, no — Syncthing connects devices directly, peer-to-peer, and encrypts traffic between them. If a direct connection genuinely can't be established (for example, behind certain restrictive routers), Syncthing can fall back to a relay server purely to pass encrypted traffic through; the relay never stores your files or holds the decryption key.

What happened to the original SyncTrayzor?

The original project, built by canton7, was archived in 2025 after years of active development. Maintainer GermanCoding picked it up with permission from the original author and from Syncthing's lead developer, and released it as SyncTrayzor v2 — rebuilt on .NET Core 8 with Syncthing v2 support and native ARM64 builds. The v1 repository is still online for reference but no longer receives updates.

Can I run the portable build alongside an installed copy?

Yes — the portable ZIP is self-contained, so you can run it side by side with an installed version for testing a new release before upgrading your main setup. Just be aware that running both with the same Syncthing data folder at once isn't supported and can cause conflicts.

Does SyncTrayzor work on Windows 7 or 8?

No. SyncTrayzor v2 requires Windows 10 or newer. If you're stuck on an older OS, the legacy v1 build supported older Windows versions, but it's unmaintained and no longer receives security or compatibility updates.

Is there a SyncTrayzor version for Mac or Linux?

No — SyncTrayzor itself is a Windows-only wrapper. Syncthing runs natively on macOS and Linux without it, just without the tray-app shell. See the guide on Mac and Linux alternatives for what people typically use instead.

Ready to stop babysitting a browser tab?

Download SyncTrayzor, point it at the folders you already trust Syncthing with, and let the tray icon take over from here.

Download SyncTrayzor v2.1.0
Guide

Everything we've written about SyncTrayzor

Setup help, platform questions, and the real story behind v1 and v2 — eight guides, no fluff.

Guide
Riizwam / June 20, 2026

What Is SyncTrayzor?

SyncTrayzor is a Windows tray utility that hosts and wraps Syncthing, turning a browser-based sync tool into something that behaves like a native desktop app […]

Read the guide →
Guide
Riizwam / June 20, 2026

Can I Use SyncTrayzor on Windows 10 and 11?

SyncTrayzor v2 targets Windows 10 and 11 specifically, after dropping support for older releases. Here's exactly what that means for your setup […]

Read the guide →
Guide
Riizwam / June 20, 2026

Is There a SyncTrayzor Version for Mac or Linux?

SyncTrayzor itself is a Windows-only wrapper around Syncthing — but Syncthing's own cross-platform reach means macOS and Linux users aren't left without options […]

Read the guide →
Guide
Riizwam / June 20, 2026

How Does SyncTrayzor's Syncthing Integration Work?

SyncTrayzor doesn't reimplement file syncing — it manages, hosts, and re-presents the real Syncthing binary. Here's what's actually happening under the hood […]

Read the guide →
Guide
Riizwam / June 20, 2026

SyncTrayzor Installer vs Portable: Which Should You Choose?

Both builds run the exact same app — the difference is entirely about how it lives on your machine. Here's how to decide […]

Read the guide →
Guide
Riizwam / June 20, 2026

How Accurate Is the SyncTrayzor Tray Icon?

The tray icon is meant to answer "is something syncing right now?" at a glance — but how precisely does it track Syncthing's real state […]

Read the guide →
Guide
Riizwam / June 20, 2026

Is SyncTrayzor Still Maintained in 2026?

The original project went quiet in 2025, which is enough to make anyone nervous about adopting it. Here's the actual maintenance status today […]

Read the guide →
Guide
Riizwam / June 20, 2026

What Makes the SyncTrayzor Install Process Different From Plain Syncthing?

Installing Syncthing alone and installing SyncTrayzor lead to two very different day-to-day experiences. Here's what actually changes […]

Read the guide →

What Is SyncTrayzor?

In one sentence: SyncTrayzor is a free, open-source Windows program that hosts Syncthing for you and wraps it in a tray icon, a built-in browser window, and native autostart — so a tool that's normally controlled through a web dashboard ends up feeling like ordinary desktop software.

It's a shell, not a replacement

It's worth being precise about what SyncTrayzor actually is, because the name sometimes gets confused with Syncthing itself. Syncthing is the file-synchronization engine — the open-source program that connects your devices directly to each other and keeps chosen folders identical between them, without routing your files through a third-party cloud. Syncthing does all of the real work: scanning folders, negotiating connections, encrypting traffic, and resolving conflicts.

SyncTrayzor doesn't touch any of that. What it does is download, launch, and supervise the actual Syncthing binary as a child process, then present it to you through a proper Windows interface instead of a command prompt and a browser tab. Think of it less as "another sync tool" and more as a costume Syncthing wears specifically for Windows users.

What changes once SyncTrayzor is involved

Running Syncthing on its own on Windows works perfectly well from a technical standpoint, but the day-to-day experience has some rough edges: a console window you have to leave open or hide, a web dashboard that lives in whichever browser tab you happened to open it in, and no obvious way to tell at a glance whether anything is actually syncing right now.

SyncTrayzor's job is to sand down exactly those edges:

Where it came from

SyncTrayzor was originally built by developer Antony Male, known on GitHub as canton7, and for years it was the closest thing to a standard answer to "how do I run Syncthing comfortably on Windows." The project was archived in 2025 after development quietly stopped. Rather than the tool simply disappearing, maintainer GermanCoding took it over — with permission from both the original author and Syncthing's lead developer — and released SyncTrayzor v2: rebuilt on .NET Core 8, compatible with Syncthing v2, and shipped with native ARM64 builds for newer Arm-based Windows machines. The history matters here mainly because it explains why a small utility like this has stayed reliable for so long: it didn't survive by accident, it survived because someone with the right permissions chose to keep maintaining it.

Who actually needs this

If you're comfortable running Syncthing from the command line, keeping a browser tab pinned, and managing autostart yourself, you genuinely don't need SyncTrayzor — Syncthing alone does the same syncing either way. SyncTrayzor exists for the much larger group of people who want Syncthing's privacy and pricing (free, peer-to-peer, no cloud middleman) without learning to operate it like infrastructure. That includes people coming from Dropbox or Google Drive who expect a tray icon and a notification when something finishes, people on laptops who need transfers to pause politely when they tether a phone, and anyone who simply doesn't want a terminal window as part of their daily workflow.

Worth knowing: Installing or uninstalling SyncTrayzor never touches how Syncthing actually syncs your files — it only adds or removes the Windows-native shell around it. Your synced folders and Syncthing configuration stay intact either way.

Getting started

If this sounds like what you've been missing, the next step is simply downloading the current release and letting it set Syncthing up for you — there's nothing to install separately. See the downloads section for the current x64, ARM64, and portable builds, or the system requirements if you want to confirm your machine is supported first.

Ready to try it?

Grab SyncTrayzor v2.1.0 for Windows — installer or portable, your choice.

Go to downloads

Related guides

Can I Use SyncTrayzor on Windows 10 and 11?

Yes — Windows 10 and Windows 11 are exactly what SyncTrayzor v2 is built for. The short version: if your PC can run a current version of Windows, it can run SyncTrayzor. The longer version explains a few details worth knowing before you install it.

Supported versions today

SyncTrayzor v2 requires Windows 10 or newer. That's a deliberate change from the original SyncTrayzor, which also supported Windows Vista, 7, and 8. When the project moved to .NET Core 8 and a modernized dependency stack, the maintainer dropped support for those older versions in exchange for a more secure, more actively supported foundation. If you're running Windows 10 or Windows 11, you're squarely in supported territory and don't need to think about this any further.

Choosing the right architecture

SyncTrayzor v2 ships two architecture builds, and picking the right one matters:

One more architecture detail worth knowing: 32-bit (x86) builds are no longer offered at all in v2. If you're still running a 32-bit install of the original SyncTrayzor v1, you'll need to uninstall it before installing v2, since the two aren't compatible side by side.

Not sure which build you need? Right-click "This PC" in File Explorer, choose Properties, and check the "System type" field. It will say either "64-bit operating system, x64-based processor" or "64-bit operating system, ARM-based processor."

Admin rights: not always required

A common assumption is that any Windows installer needs administrator privileges. SyncTrayzor's installer actually supports a current-user install mode, which doesn't require admin rights at all — useful on managed work laptops or shared family computers where you don't have elevated access. If you do have admin rights and prefer a machine-wide install, that option is still available during setup.

What about SmartScreen or antivirus warnings?

Because SyncTrayzor is a small, volunteer-maintained open-source project rather than a large commercial vendor, Windows SmartScreen or your antivirus software may occasionally flag a fresh install with a generic "unrecognized app" warning. This is common for low-volume open-source installers and isn't unique to SyncTrayzor — it happens because the binary hasn't yet built up enough reputation in Microsoft's telemetry, not because anything is wrong with it. You can verify any release against the checksums published on the official GitHub releases page if you want extra reassurance before running it.

Installer vs portable on Windows 10/11

Both build types work identically on either Windows version — the choice between them is about how you want the app to live on your machine, not about compatibility. If you're not sure which to pick, the dedicated guide on installer vs portable walks through the tradeoffs.

Quick compatibility checklist

Confirmed your system qualifies?

Download the x64 or ARM64 installer and you'll be syncing in a few minutes.

Go to downloads

Related guides

Is There a SyncTrayzor Version for Mac or Linux?

No — SyncTrayzor itself is, and has always been, a Windows-only application. It's built with .NET and a Windows-specific tray/window API, so there's no macOS or Linux build, official or otherwise. The good news is that Syncthing — the actual sync engine underneath — runs natively on both platforms, and each has its own equivalents to fill the role SyncTrayzor plays on Windows.

Why SyncTrayzor doesn't run on Mac or Linux

SyncTrayzor isn't a cross-platform framework like Electron — it's written specifically against Windows APIs for things like the system tray, native notifications, and the embedded Chromium browser window. Porting it to macOS or Linux wouldn't be a small tweak; it would essentially mean rewriting the application against each platform's own UI toolkit. That's a different project, not a missing checkbox in the existing one, which is why no Mac or Linux build has ever existed for it.

What macOS users should use instead

Syncthing publishes its own official macOS app, distributed as syncthing-macos, which adds a menu bar icon, native notifications, and a packaged installer — covering the same basic need SyncTrayzor covers on Windows, but built specifically for macOS rather than ported from it. It's the most straightforward starting point for Mac users who want something more native than running the Syncthing binary from Terminal and keeping a browser tab open.

What Linux users should use instead

On Linux, the most actively maintained option is Syncthing Tray (the Martchus/syncthingtray project), a Qt-based tray application with official binaries for several distributions, plus deeper integration for KDE Plasma and the Dolphin file manager. It isn't made by the same team as SyncTrayzor and isn't a port of it, but it solves a similar problem for Linux desktops: a tray icon, quick access to common actions, and a launcher that avoids leaving a console window open. Most major desktop environments also let you start the plain Syncthing binary automatically via a systemd user service, which covers autostart even without a dedicated tray app.

Mixing platforms in one sync setup

None of this affects whether your devices can sync with each other. Syncthing's protocol doesn't care what's wrapping it — a Windows machine running SyncTrayzor, a Mac running the official Syncthing app, and a Linux desktop running Syncthing Tray (or plain Syncthing) can all be devices in the same sync setup without any compatibility issues. The wrapper is purely a local convenience layer; it has no effect on how folders sync between machines.

In short: pick the native option for whichever OS you're on — SyncTrayzor for Windows, the official app for macOS, Syncthing Tray (or a systemd service) for Linux — and they'll all sync together over the same Syncthing network without issue.

If most of your devices are Windows

If your setup is mostly Windows machines with the occasional Mac or Linux box in the mix, it's worth installing SyncTrayzor on every Windows device first, since that's where it adds the most value, and treating the other platforms' native clients as good-enough equivalents rather than trying to find something identical.

On Windows?

This is exactly the use case SyncTrayzor was built for.

Go to downloads

Related guides

How Does SyncTrayzor's Syncthing Integration Work?

SyncTrayzor doesn't reimplement file synchronization — it manages, monitors, and re-presents the real Syncthing binary. Understanding that relationship makes a lot of SyncTrayzor's behavior easier to reason about, especially when something looks unusual and you're trying to work out whether the problem is in SyncTrayzor or in Syncthing itself.

It launches and supervises a real Syncthing process

When you start SyncTrayzor, one of the first things it does is locate (or download, on first run) the actual Syncthing executable and start it as a child process, configured to listen only on a local address rather than being exposed to your network directly. From that point on, SyncTrayzor is responsible for the process's lifecycle: starting it, restarting it if it crashes, and shutting it down cleanly when you exit. If you ever look in Windows Task Manager while SyncTrayzor is running, you'll typically see both SyncTrayzor.exe and a separate syncthing.exe process — that second process is the real sync engine doing the actual work.

The dashboard is the same dashboard, just embedded

Syncthing exposes a local web interface for configuration and monitoring, normally reached by opening a browser to an address like 127.0.0.1:8384. SyncTrayzor's main window is, functionally, an embedded Chromium browser (via CEF) pointed at that same local address. You're not looking at a custom-built SyncTrayzor interface — you're looking at the genuine Syncthing web UI, just hosted inside a native window instead of a regular browser tab, with a GUI authentication token handled automatically so you're never prompted to log in manually.

How the tray icon knows what's happening

Syncthing's local API exposes an event stream that reports what's currently happening — connections being established, scans starting and finishing, files being transferred. SyncTrayzor subscribes to that event stream in the background and uses it to drive the tray icon's appearance and the activity popup window. This is why the tray icon can reflect sync activity almost immediately: it isn't polling a dashboard page, it's listening to the same event feed that powers Syncthing's own UI.

Updating the Syncthing binary

Because SyncTrayzor manages the Syncthing binary itself, it's also responsible for keeping it current. New SyncTrayzor releases generally bundle a compatible Syncthing version, and on first run SyncTrayzor will fetch the appropriate binary if one isn't already present. This is part of why SyncTrayzor v2 specifically supports Syncthing v2's protocol changes — the integration layer had to be updated alongside the engine it manages.

Why this matters in practice: if you ever need to troubleshoot a sync issue, the Syncthing logs and settings you'd normally look at are exactly the same ones SyncTrayzor is using — nothing is hidden or duplicated behind a separate layer.

What SyncTrayzor adds on top

On top of process management and the embedded dashboard, SyncTrayzor layers a few Windows-specific conveniences that have nothing to do with Syncthing's own code: the metered-network detection that pauses transfers, the autostart-on-login registration, and the drop-box style transfer popup. All of these are SyncTrayzor features built around the data Syncthing's API already provides — they don't require any special cooperation from Syncthing itself.

Why this architecture matters

Wrapping the real binary rather than reimplementing sync logic has a practical upside: SyncTrayzor inherits Syncthing's actual reliability and security model directly, rather than introducing a second codebase that could drift out of sync with it (so to speak). When Syncthing fixes a bug or improves performance, SyncTrayzor users get that improvement the moment the bundled binary updates — no separate fix needs to be written.

Curious how the tray icon's accuracy holds up?

See exactly how closely it tracks real sync status.

Read that guide

Related guides

SyncTrayzor Installer vs Portable: Which Should You Choose?

Both builds run the exact same SyncTrayzor — same features, same version, same behavior once running. The only real difference is how the app lives on your machine, which mostly comes down to where you're installing it and how much control you want over that process.

The installer (SyncTrayzorSetup-x64.exe / -arm64.exe)

This is the right default for most people. It adds a Start Menu shortcut, registers an uninstaller in Windows' standard Apps list, and can check for updates automatically. It supports a current-user install mode, so you don't need administrator rights unless you specifically want a machine-wide install for multiple user accounts. For anyone setting SyncTrayzor up as a permanent part of their Windows setup — which is most people — the installer is simpler to live with long-term.

The portable build (SyncTrayzorPortable-x64.zip / -arm64.zip)

The portable build is just a ZIP archive: unzip it anywhere, run SyncTrayzor.exe, and that's it — no installer runs, nothing is registered in Windows, and nothing is written outside the folder you unzipped it into. That makes it a good fit for a few specific situations:

What you give up with portable

The portable build doesn't auto-update, doesn't add a Start Menu entry, and won't appear in your installed-apps list for easy removal — deleting the folder is the entire "uninstall" process. If you update by downloading a newer portable ZIP, you'll need to manually copy your data folder across from the old version so your existing Syncthing configuration and device pairings carry over; the installer's update path handles this automatically.

Rule of thumb: if this is the machine you'll be using every day, take the installer. If you need something that leaves no trace, runs from removable media, or you're just testing a build before committing, the portable ZIP is built exactly for that.

Can you run both at once?

Yes, with one caveat. A portable copy and an installed copy can run side by side for testing purposes, but they shouldn't be pointed at the same Syncthing data folder simultaneously — that can cause configuration conflicts. If you just want to try a portable copy briefly, it's safest to let it create its own separate data folder rather than reusing your main installation's.

Switching between them later

Moving from portable to installed (or the other way around) doesn't require starting over. Your Syncthing configuration, device IDs, and folder pairings live in a data folder that you can copy across, so switching delivery methods later doesn't mean re-pairing every device from scratch.

Ready to pick one?

Both options are available for x64 and ARM64 right now.

Go to downloads

Related guides

How Accurate Is the SyncTrayzor Tray Icon?

Close to real-time, with a couple of caveats worth understanding. The tray icon is driven directly by Syncthing's own event stream rather than a periodic check, so in most everyday use it changes within a second or two of activity actually starting or stopping.

What drives the icon's state

As covered in the guide on how the Syncthing integration works, SyncTrayzor subscribes to Syncthing's local event API rather than polling the dashboard. When Syncthing reports that a folder has started or stopped syncing, SyncTrayzor updates the tray icon in response to that specific event. That's a meaningfully different (and more accurate) approach than, say, checking a status page every thirty seconds — it's event-driven rather than guess-and-refresh.

Where small delays can show up

Even with an event-driven design, a few situations can introduce a brief lag between something actually happening and the icon reflecting it:

What the icon doesn't tell you

The tray icon is intentionally a glance-level indicator — it tells you whether something is happening, not what or how much. For details on exactly which files are transferring and in which direction, the activity popup window (draggable and resizable since v2.1) shows the actual per-transfer breakdown, and the full dashboard inside SyncTrayzor's main window has the complete picture, including per-folder state and any errors.

If the icon seems stuck: a status that doesn't change for an unusually long time is more often a sign that a device is offline or a folder has an error than a sign that the icon itself is wrong — open the main window and check the folder list before assuming something's broken with SyncTrayzor specifically.

Should you trust it for anything critical?

For everyday awareness — "is it safe to close my laptop right now" — yes, the icon is reliable enough to act on. For anything where you need certainty, like confirming a large transfer fully completed before disconnecting from a network, it's worth glancing at the dashboard directly rather than relying on the tray icon alone, the same way you'd check a progress bar rather than assume a download finished just because the taskbar icon looks idle.

Want the full picture under the hood?

See how SyncTrayzor's Syncthing integration actually works.

Read that guide

Related guides

Is SyncTrayzor Still Maintained in 2026?

Yes, actively. It's a fair question to ask, since searching for SyncTrayzor turns up an archived repository that hasn't been touched since 2025 — but that's the old project, not the current one. A new maintainer picked it up and has been shipping regular releases ever since.

What happened to the original project

SyncTrayzor was created and maintained for years by developer Antony Male (canton7 on GitHub). In 2025, that original repository was archived and development on it stopped. For a tool this widely used, that's the kind of moment that can genuinely kill a project — users start looking for alternatives, and an unmaintained Windows utility tends to fall out of date with newer Windows releases fairly quickly.

Who maintains it now

That didn't happen here. Maintainer GermanCoding took over the project with explicit permission from both the original author and from Syncthing's own lead developer, and relaunched it as SyncTrayzor v2 — rebuilt on .NET Core 8, with support for Syncthing v2's protocol changes, native ARM64 builds, and a modernized dependency stack. Ownership of the Chocolatey package was also formally transferred to reflect the same change in maintainership, so the install paths people already relied on kept working under the new project.

Recent release activity

Since the v2.0.0 release, updates have continued at a steady pace — translation updates, dependency upgrades, compatibility fixes for newer Syncthing versions, and user-facing improvements like the draggable, resizable activity popup added in v2.1.0. The current stable release as of this writing is v2.1.0. One specific fix worth highlighting: recent releases added a warning that detects when a machine has a mixed v1/v2 install — leftover files from the old version sitting alongside the new one — because that combination is a known cause of crashes, and flagging it proactively is the kind of detail that only shows up in software someone is still actively paying attention to.

How to confirm you're on a current build

If you want to verify your own install rather than take this page's word for it, the most direct way is to compare your version against the official GitHub releases page, which lists every release with its changelog. If you installed via a package manager, running the corresponding update command — winget upgrade GermanCoding.SyncTrayzor, choco upgrade synctrayzor, or scoop update extras/synctrayzor — will also tell you immediately whether a newer version is available.

If you're still on SyncTrayzor v1: it's worth upgrading rather than staying put. The v1 repository is archived and won't receive further fixes, while v2 is where active development, security updates, and Syncthing v2 compatibility are actually happening.

What this means for new users

If you're deciding whether to adopt SyncTrayzor today, the maintenance history is genuinely reassuring rather than a red flag: a project that survives a maintainer handoff, with the original author's blessing and a clear continuation plan, tends to be more durable than one that's simply never had to face that test yet.

Get the current release

v2.1.0 is the latest stable build, available now.

Go to downloads

Related guides

What Makes the SyncTrayzor Install Process Different From Plain Syncthing?

Both approaches end with the same Syncthing engine running on your PC — the difference is entirely in how many manual steps stand between "download" and "actually syncing," and what you have to maintain yourself afterward.

Setting up plain Syncthing on Windows

Syncthing distributes itself as a single executable with no installer. A manual setup typically looks like this:

None of this is hard for someone comfortable with basic Windows administration, but it is entirely manual, and every step is something you're responsible for getting right and keeping working across Windows updates.

Setting up SyncTrayzor

The same end state — Syncthing running, reachable, and synced — looks like this with SyncTrayzor:

The underlying configuration — device IDs, shared folders, ignore patterns — is identical either way, because it's the same Syncthing engine and the same settings format underneath. SyncTrayzor doesn't change what you're configuring, only how many of the surrounding steps it does for you.

The honest tradeoff: plain Syncthing gives you full manual control over exactly how it's run — useful on a server or in a headless setup. SyncTrayzor trades a small amount of that flexibility for a desktop experience that needs essentially no ongoing maintenance.

Updating over time

With a manual Syncthing install, keeping the binary current means watching for new releases yourself and replacing the executable when one comes out, then restarting whatever startup mechanism you set up. With SyncTrayzor, binary updates are handled as part of normal app updates — through the installer's update check or your package manager — without you needing to track Syncthing's release cycle separately.

Uninstalling

Removing a manual Syncthing setup means deleting the executable, removing whatever autostart shortcut or scheduled task you created, and clearing out the data folder if you want a clean removal. SyncTrayzor's installer includes a standard Windows uninstaller that handles this for you, and even prompts about whether to remove the Syncthing configuration and database at the same time, rather than leaving you to track down the pieces manually.

Which approach is right for you

If you're setting Syncthing up on a headless server or need precise control over how it's launched, the manual route still makes sense. For a normal Windows desktop or laptop where you just want files to sync reliably in the background, SyncTrayzor removes nearly all of the setup and maintenance overhead without changing what Syncthing is actually doing underneath.

Skip the manual setup

Download SyncTrayzor and let it handle the Syncthing binary for you.

Go to downloads

Related guides