For over a decade, the Confluence Companion App served as the essential bridge between the web-based world of Confluence and the power of desktop applications like Microsoft Excel, Word, and Photoshop. It promised a simple life: click "Edit," change your file locally, and watch it save back to Confluence automatically.
However, in 2026, that bridge is looking increasingly unstable. Between the full removal of the app from Confluence Cloud and the phased "wind-down" of Confluence Data Center, many teams are finding that their "Edit" button has either vanished or simply stopped responding. Whether you are an admin trying to deploy a Microsoft Installer (.msi) package or a user desperately trying to recover edited files from a hidden cache, understanding the current state of the Atlassian Companion is the first step toward reclaiming your productivity.
This 2026 update provides the "ground truth" for the current ecosystem. We will explore how to keep the legacy bridge running if you are on a self-managed instance, why it disappeared for Cloud users, and how to enable file editing using modern, browser-native alternatives that require no local installation at all.
If you are currently searching for the Atlassian Companion App download link, your success depends entirely on which version of Confluence you are using. In 2026, the Atlassian landscape has a "hard line" drawn between Cloud and Data Center deployments.
The short answer is: Support is being phased out globally. While the app is technically functional for some, Atlassian has moved toward a "Cloud-First" strategy that leaves no room for local desktop bridges.
|
Confluence Type |
Current Status (March 2026) |
Official Recommendation |
|
Confluence Cloud |
Deprecated (Since 2022) |
Use Forge-native browser editors or manual upload. |
|
Confluence Data Center |
Maintenance Only |
End-of-Life is set for March 28, 2029. |
|
Confluence Server |
Unsupported |
Support officially ended in February 2024. |
For Confluence Data Center users, the latest version of the Companion App (v2.5.0) is effectively the final major release. As of March 30, 2026, Atlassian has ceased selling new Data Center licenses to new customers. While existing organizations can still use the app, no new features are being developed. The focus has shifted entirely to security patches and critical bug fixes to keep the bridge alive until the final site-wide shutdown in 2029.
If you have migrated to Confluence Cloud, you may have noticed that the "Edit" button on your Confluence site has disappeared or changed. Atlassian removed Companion support for Cloud on March 31, 2022. The goal was to eliminate the "digital friction" of requiring every user to install and maintain local software. Today, if you want to edit a file on Cloud without downloading it, you must look toward modern Marketplace alternatives that run directly in your browser.
To understand why the Atlassian Companion app occasionally fails, you must first understand the "invisible handshake" it performs between your browser and your computer. Unlike a standard file download, Companion doesn't just hand you a file; it creates a persistent link between the Confluence page and your local environment.
The process relies on a custom URL scheme: the atlassian-companion: protocol. When you click "Edit," the browser sends a command using this protocol, which tells your operating system to wake up the Companion app running in the background.
Security is managed through JSON Web Tokens (JWTs). Confluence issues a unique token to the Companion app on the user's machine, authorizing it to download the file and, more importantly, granting it the right to upload it back later. This ensures that every time a user edits a document, the connection is authenticated and secure without requiring the user to log in a second time inside the desktop app.
This bridge is what allows Confluence to function as a central hub for specialized work. By using the app, you can open a file in your preferred desktop application, whether it’s a massive spreadsheet in Excel, a complex diagram in Visio, or a high-resolution file in Photoshop.
Once the file is open, the Companion app watches it. The moment you hit "Save" in your desktop software, the app detects the change and automatically begins the re-upload process. The file is saved as a new version in the Confluence history, effectively eliminating the manual friction of the traditional "download-edit-upload" workflow.
However, because this bridge relies on local protocols and background processes, any interruption in the "handshake", such as a browser security update or a restrictive firewall, can cause the entire system to stop recognizing the app.
One of the most common frustrations for teams is the "Endless Download Loop." You have the app installed, it’s running in your system tray, yet Confluence continues to prompt you to "Download the Atlassian Companion app" every time you click edit.
In 2026, this error is rarely about the installation itself and almost always about a broken "handshake" between your browser and the local protocol. Use this checklist to restore the connection.
When you click "Edit," your browser should trigger a prompt asking for permission to open the atlassian-companion: link.
If your organization uses a highly secure domain configuration, your browser may refuse to launch the app due to a Content Security Policy (CSP) error.
The Companion app uses JWT (JSON Web Tokens) to authenticate. If your Confluence site is behind a reverse proxy or a strict Single Sign-On (SSO) gateway (like Kerberos or F5), the token might be getting stripped or rejected.
To maintain security, Companion uses a specialized domain (atlassian-domain-for-localhost-connections-only.com) to establish a secure WebSocket connection to your computer.
For IT administrators, managing the Atlassian Companion App across an entire organization requires a shift from individual user installs to a centralized deployment strategy. This is where the Microsoft Installer (.msi) package becomes the essential tool in your 2026 toolkit.
Unlike the standard .exe installer, which defaults to the user's local %LocalAppData% directory, the MSI file is designed for machine-wide installation. This ensures that the app is available to multiple users on a single workstation without requiring individual downloads.
A common 2026 hurdle is running the Companion App in terminal server environments (such as Windows Remote Desktop Services or Citrix). Because earlier versions of the app relied on a local WebSocket server bound to a specific port, multiple concurrent users on the same server would often clash, leading to the "File opened on another user's desktop" error.
The 2026 Reality for Virtual Desktops:
We have all been there: you spend three hours perfecting a complex spreadsheet or design file, hit "Save," and wait for the "Upload" notification, only for it never to arrive. Whether it's a network glitch or a closed browser tab, the "Edit" connection can sometimes break before your work is safely back in Confluence.
The good news? Your work isn't gone. When a user edits a file, the Atlassian Companion app saves a local copy to a hidden cache on your computer. If the automatic re-upload fails, you can manually recover edited files by navigating to these specific system paths.
The location of the Atlassian companion folder depends on your operating system and the version of the app you are running.
For Windows Users:
For macOS Users:
It is critical to act fast if you realize a file didn't upload correctly. By default, the Companion app performs a "cleanup" every time it restarts. Files modified more than 60 days ago are automatically cleared from the cache to prevent temporary files from filling up your hard drive.
If you find multiple subfolders with cryptic names, don't panic. Simply sort the folders by "Date Modified" to find your most recent work. Once you locate the file, we recommend copying it to your desktop and manually uploading it as a new version to the Confluence page to restore your single source of truth.
If you are a Confluence Cloud user, you likely reached this guide because your "Edit" button vanished, or it now triggers a "Download" prompt that leads to a dead end. In 2022, Atlassian officially removed the Companion App from its Cloud roadmap.
The decision wasn't just about reducing "buggy" local experiences; it was a strategic move toward Forge-native architecture. Atlassian realized that requiring 100% of a company's staff to install a background utility just to edit a spreadsheet was a massive barrier to entry. Furthermore, with the 2026 rollout of Atlassian Guard's "Block Download" policies, a tool that relies on local downloading is fundamentally incompatible with modern enterprise security.
For the highly technical users who felt left behind, specifically the Linux community, developers created Companion4Linux. This is an unofficial, open-source port of the Atlassian protocol designed to keep the bridge alive for the "Pinguin" OS. While it provides a way to recover edited files on Linux, it lacks official Atlassian support and can be broken by any major Cloud API update.
Instead of trying to fix a broken bridge, high-velocity teams have moved to the "Destination." ikuTeam’s Excel for Confluence, PDF for Confluence and Office for Confluence apps represent the modern standard for file editing.
By building directly on the Atlassian Forge platform, ikuTeam has brought the "Edit" experience inside the browser tab:
For Cloud users, the search for "alternatives" ends here. The goal is no longer to "connect" your desktop to Confluence, but to make Confluence powerful enough that you never need to leave it.
As we navigate the workplace of 2026, the decision to stick with the Atlassian Companion App or move to a browser-native flow is no longer just about preference; it’s about the "End of Life" clock. With Confluence Data Center support officially ending on March 28, 2029, every organization must evaluate if maintaining a legacy bridge is worth the increasing productivity cost.
To help you decide, we have broken down the two paths based on the current 2026 standards for data management and security.
|
Feature |
Legacy Bridge (Companion App) |
Browser-Native (ikuTeam) |
|
Primary Deployment |
Data Center (Maintenance Mode) |
Cloud (Modern) |
|
User Experience |
Desktop context switching |
Seamless inline editing |
|
Version Control |
Conflict-prone (Local saving) |
Real-time collaboration |
|
IT Overhead |
High (MSI, CSP, Troubleshooting) |
Zero (Forge-native) |
|
Future Readiness |
End of Life: March 2029 |
AI-ready (Atlassian Rovo) |
If your organization is currently tied to a Data Center instance and has a high volume of specialized files (like .PSD or .DWG) that require heavy-duty desktop software, the Companion App remains your only native option.
For any team on Confluence Cloud or Data Center teams looking to modernize, the browser-native flow is the clear winner. By using Excel for Confluence by ikuTeam, the PDF for Confluence or the ikuTeam Office for Confluence, you replace a "buggy" bridge with a permanent destination.
The Atlassian Companion App was a brilliant solution for a "desktop-first" world. But in the era of Atlassian Rovo and real-time collaboration, the bridge is becoming a bottleneck. If you are on Cloud, embrace the browser-native future. If you are on Data Center, use this time to pilot ikuTeam as part of your 2029 migration strategy.