Free · Windows

Everything you keep
checking, in view. UltraSidebar docks a panel of live widgets to the side of your screen — and lets any one of them break out into its own floating window.

Download for WindowsUltraSidebar Setup 22.0.0.exe
Version 22.0.0 · 64-bit installer
Windows 10 & 11 · No account, no ads
What it is

A sidebar that reserves its own space

UltraSidebar isn't a floating overlay that gets buried behind your windows. It registers with Windows as an application desktop bar, so maximized windows stop at its edge instead of hiding underneath it. Set it once and the panel is simply always there.

Always in place

Docks to either edge

Pick a monitor, pick a side, set the width. Turn on Reserve Space and your other windows respect it. Or let it auto-hide and slide out when you push the cursor to the edge.

Modular

Only the widgets you want

Every widget can be switched off, reordered by dragging, resized or collapsed. Make the panel a stock ticker, a notepad, a scoreboard — or all of it at once.

One click away

Opens in your browser

Click a headline, a game, a forecast or a saved link and it opens in your normal browser with your logins and extensions — no cramped built-in viewer.

Private

No account, no telemetry

Nothing to sign up for and nothing to pay. Your notes, tasks and settings live in a file on your PC. Widgets fetch only the data they display.

Pop-out windows

Break a widget out and put it anywhere

Click on any widget and it opens as its own frameless window. Drag it to a second monitor, size it how you like, and leave it there — UltraSidebar reopens it in the same spot next time you sign in.

  • Sits behind your other windows like a desktop gadget, so a spreadsheet or browser always covers it
  • Or pin it on top with 📌 when you need it visible over everything
  • Its own colors, font, text size and opacity — independent of the panel
  • Notes and tasks stay in sync with the panel copy as you type
📅Calendar
◂ TODAY ▸
📝Scratchpad
Parking garage — level 3
Wi-Fi guest code: 4471
Call back after 4
Markets & weather

Live data, formatted for a glance

Stocks pull real quotes and intraday charts, including pre-market and after-hours prices, with true index values for the Dow and Nasdaq. Weather gives you current conditions and a multi-day forecast for as many cities as you care to track.

  • Card view with charts, or a compact ticker list
  • Drag cards to reorder; enlarge the ones you watch most
  • Search any symbol or company by name; search cities or ZIP codes
  • Separate “plus” widgets hold a second, independent set of tickers and cities
📊Stocks+
^DJI
$46,112.35
+128.41 (+0.28%)
AAPL
$310.48
−0.19 (−0.06%)
After: $310.92 +0.14%
How it looks

On a real desktop

Docked beside your work, popped out across a second monitor, and the settings panel where all of it gets configured.

docked to the right edge
UltraSidebar docked to the right edge of a Windows desktop
Clock
2:47 PM
Wednesday
Weather
72°
Denver · few clouds
Stocks
46,112.35
+0.28%
To-Do
3 remaining
Maximized windows stop at the panel instead of hiding under it.
popped out on a second monitor
Widgets popped out into floating windows on a second monitor
📅 Calendar · Arctic
SMTWTFS 1234567 891011121314
📊 Stocks+ · Forest
AAPL−0.06%
📝 Scratchpad · Dusk
Wi-Fi guest code: 4471
Frameless windows that stay behind your work — each in its own theme.
settings · Linen theme
The UltraSidebar settings panel showing theme choices

Theme

Panel

Reserve space
Auto-hide
Start with Windows
Width300 px
Every setting in one panel — shown here in the Linen theme.
a closer look · Copper theme
Close-up of several UltraSidebar widgets
🌤️ Weather
🌤️72° Denver · few clouds
✅ To-Do
Send the quarterly numbers
Reply to the vendor
Compact by design, readable at a glance.
Included widgets

Nineteen widgets in the box

Every one can be enabled, disabled, reordered, resized, collapsed or popped out on its own — and each keeps its own settings. Click any widget below for the full detail.

Make it yours

Set the look once, or per window

Appearance is a panel-wide setting that every popped-out window can override — so your notes can be dark while your calendar stays light.

Nine themes

Light, dark and in between. Every widget follows the theme automatically, including any you write yourself.

Fonts & text size

Five typefaces and four text sizes, panel-wide or per floating window — handy for a big-print list on a monitor across the room.

Outfit Inter Nunito Sora Lato

Paper, opacity, backup

Twelve scratchpad papers, an opacity dial so floating widgets blend into the wallpaper, and a one-file export of your whole setup.

Build your own

If you can write a little JavaScript, you can add a widget

Widgets are plain .js files in a folder. Drop one in, hit Reload in settings, and it appears in the list beside the built-in ones — same titlebar, same themes, same pop-out button, no build step and nothing to compile.

  • One file, one register() call — that's the whole API
  • A store for saving settings, handled for you
  • Theme colors come through as CSS variables, so it matches automatically
  • Settings has an “Open Widgets Folder” button and a built-in guide
// hello.js — drop into the widgets folder
window.SidebarWidgets.register({
  id: 'hello',
  name: 'Hello',
  icon: '👋',

  init(el, store) {
    let n = store.get('count', 0);

    el.innerHTML = `<button id="go">Tap me</button>
       <p id="out"></p>`;

    const out = el.querySelector('#out');
    out.textContent = n + ' taps';

    el.querySelector('#go').onclick = () => {
      store.set('count', ++n);
      out.textContent = n + ' taps';
    };
  }
});
Installing

About a minute, start to finish

Download the installer

You'll get UltraSidebar Setup 22.0.0.exe — a standard Windows installer, 64-bit.

Get past the Windows warnings

UltraSidebar isn't code-signed yet, so Windows shows a blue “Windows protected your PC” box, and Microsoft Defender may quarantine the file as Trojan:Win32/Wacatac.B!ml.

Both are false alarms on unsigned software — see “Why Windows warns you” below, including the checksum and the independent scan, so you can verify that for yourself rather than take my word for it. For SmartScreen: click More info, then Run anyway.

Pick your side and go

UltraSidebar opens docked to the right edge. Click the gear to choose a monitor, switch edges, set the width, turn on Reserve Space or auto-hide, and toggle the widgets you want. Press Win + Shift + S any time to show or hide the panel.

Back it up when it's just right

Settings → Backup & Restore exports your whole setup to a single file you can keep or carry to another PC.

🛡️

Why Windows warns you — and how to check

0 detections on VirusTotal

UltraSidebar is an independent app from a small publisher, and the installer isn't code-signed yet. Windows treats unsigned software it hasn't seen before with suspicion, which produces two warnings: the SmartScreen “Windows protected your PC” box, and sometimes a Microsoft Defender alert naming Trojan:Win32/Wacatac.B!ml.

That Defender detection ends in !ml, meaning it came from a machine-learning guess rather than a match against any known malware. It's a well-known false positive that hits indie games, developer tools and other unsigned installers. UltraSidebar sets it off because of things it legitimately needs to do: it asks Windows to reserve screen space for the panel and to control window layering, and it can add itself to your startup items. Useful behaviour, but it resembles the shape of something unwanted to a classifier.

Don't take that on faith. The installer has been scanned by more than 70 antivirus engines and comes back completely clean:

View the full VirusTotal report ↗

SHA-256 · UltraSidebar Setup 22.0.0.exe
9f87e171f70b73b9bc98950c1ba96905216ccaf8ae8dd32fe2e42ad348d9f48e

To confirm the file you downloaded is exactly the one published here, open PowerShell in your Downloads folder and run:

Get-FileHash ".\UltraSidebar Setup 22.0.0.exe" -Algorithm SHA256

If the value matches the one above, nothing was altered between this page and your PC. Code signing is on the roadmap, which will retire both warnings for good.

Details

The specifics

Version
22.0.0
File
UltraSidebar Setup 22.0.0.exe
Requires
Windows 10 or 11, 64-bit
Price
Free. No account, no subscription, no ads.
Multi-monitor
Choose which display the panel docks to; floating widgets remember which monitor they were on.
Your data
Stored locally on your PC. Widgets contact only the services whose data they show, such as weather and market quotes.
Custom widgets
Plain JavaScript files in the widgets folder — no build tools required.
Uninstall
Settings → Apps, like any other program. Your notes and settings survive updates.
Verify
SHA-256 checksum and an independent 70-engine scan are published above.
Made by
Fivebase LLC
Get it

Stop alt-tabbing to check things

The weather, the market, your notes and your list — all of it sitting where you can see it. Free, for Windows 10 and 11.

Download UltraSidebarVersion 22.0.0 · 64-bit installer
UltraSidebar

© 2026 Fivebase LLC · Windows is a trademark of Microsoft Corporation.