Menu bar apps that do not need a Dock icon
Some Mac apps run all day without ever showing up in the Dock. They sit as a compact icon in the menu bar at the top right, do their job, and stay out of the way. If you have ever wondered how an app can be open with no Dock tile, or wanted more of your tools to work that way, this is how a menu bar app without a Dock icon works and why it is often the better design.
What a menu bar app is
The menu bar is the strip along the top of the screen. The right side holds status icons: the clock, Wi-Fi, battery, Spotlight. A menu bar app puts its own icon in that row and does most or all of its work from there, usually through a menu or a panel that drops down when you click. It does not open a normal window unless it needs to.
This is a different shape from a standard app. A word processor or a browser is something you sit inside, with a big window you return to. A menu bar app is something you reach up to for a moment and then forget again. The icon is the whole interface, or close to it.
Why an app would skip the Dock
The Dock is designed for apps you switch in and out of: a browser, a mail client, an editor. You click the tile, the window comes forward, you work, you switch away. That model does not fit a tool that is always running quietly in the background. A clipboard history, a battery monitor, a shortcut for one specific action: these do not have a main window you return to, so a Dock tile for them is clutter.
There is a knock-on effect too. Every app with a Dock icon also shows in the Command and Tab switcher, which means a background utility pushes your actual apps further down that list. Skipping the Dock keeps the switcher clean, keeps the Dock for the apps you genuinely task-switch between, and signals honestly what kind of tool it is: one that lives at the edge and waits to be useful, not one you sit inside.
How macOS knows to hide it
Under the hood, an app declares itself as an accessory or agent, a flag Apple calls LSUIElement. That flag tells macOS to run the app without a Dock tile and without the app menus at the top left of the screen. The app is still a full program: it still shows in Activity Monitor, it still can be quit, it just presents itself through the menu bar instead of the Dock. You do not set this yourself; the developer chooses it when the app is built, because it is a decision about what kind of tool the app is meant to be.
How to find, manage, and quit them
Since there is no Dock icon to right-click, quitting works a little differently. Most menu bar apps put a Quit item in the menu that drops down from their icon, so click the icon and look for it there. If an app has no visible menu, Activity Monitor lists every running process and lets you quit it by name.
To manage which of these apps start when you log in, open System Settings, go to General, then Login Items, where background apps that launch at startup are listed with switches. Recent versions of macOS also group some background items under a section you can toggle, so if a menu bar tool is running that you did not expect, that list is where to look.
One catch worth knowing: the menu bar has limited room, and macOS will hide icons that do not fit, especially on a laptop where app menus on the left eat into the space. If an icon disappears, it is usually crowded out rather than crashed, and closing an app on the left frees room for it to return.
Ledge, a shelf in the menu bar
Ledge is built exactly this way. It is a shelf that drops down from the notch so you can set a file down while you move it between apps, and it runs as a menu bar app with no Dock icon and no Command and Tab entry. It is always available, because a place to drop a file only helps if it is there the instant you need it, but it never takes a slot among the apps you switch between.
You open it by clicking the notch or pressing a shortcut, use it, and it tucks away. It does not steal focus from whatever you were doing, and it does not add itself to the Dock or the switcher. When you want to change how it behaves, its settings live behind that menu bar presence, the same as any well-behaved background tool.
That design is the honest fit for what it is. A shelf is infrastructure, not a destination. You do not open it to sit inside it; you pass files through it. A tool like that belongs at the edge of the screen, running quietly, reachable in one motion, and absent from every list meant for the apps you actually work inside.
Choosing tools that stay out of the way
If you are assembling a set of background utilities, the ones that skip the Dock tend to be the ones that respect your attention. A tool that adds a Dock tile and a switcher entry for something you never focus on is making noise for no reason. The better ones announce themselves with a single menu bar icon and otherwise stay silent until called. When you evaluate a new utility, it is worth checking which way it behaves, because it tells you whether the developer thought about how the app would sit in your day, not just what it would do when open.