<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Integrators Archives - Collabora Online and Collabora Office</title>
	<atom:link href="https://www.collaboraonline.com/blog/category/integrators/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.collaboraonline.com/blog/category/integrators/</link>
	<description>Secure Document Collaboration, Controlled by You</description>
	<lastBuildDate>Thu, 02 Apr 2026 14:42:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.collaboraonline.com/wp-content/uploads/2023/06/collabora-symbols-600-150x150.png</url>
	<title>Integrators Archives - Collabora Online and Collabora Office</title>
	<link>https://www.collaboraonline.com/blog/category/integrators/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Distributed by Design: How Modern Open Source Works</title>
		<link>https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/</link>
					<comments>https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 17:11:57 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56395</guid>

					<description><![CDATA[<p>TL;DRModern open-source software isn’t built in one place or along a single path. Tools like Git enable independent development while preserving shared history, provenance, and open collaboration. This allows different organisations to move at different speeds, and supports long-term users without central coordination. Large projects such as the Linux kernel have long operated this way, [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/">Distributed by Design: How Modern Open Source Works</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="56395" class="elementor elementor-56395" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-eada7e5 e-flex e-con-boxed e-con e-parent" data-id="eada7e5" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9c418d0 elementor-widget elementor-widget-text-editor" data-id="9c418d0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em><strong>TL;DR</strong></em><br /><em>Modern open-source software isn’t built in one place or along a single path. Tools like Git enable independent development while preserving shared history, provenance, and open collaboration. This allows different organisations to move at different speeds, and supports long-term users without central coordination. Large projects such as the Linux kernel have long operated this way, combining decentralised development with shared standards and open code. What matters isn’t where development happens, but that users receive stable, secure, and openly auditable software that continues to serve diverse needs at scale.</em></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3951d55 e-flex e-con-boxed e-con e-parent" data-id="3951d55" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-20e9475 elementor-widget elementor-widget-heading" data-id="20e9475" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Open source isn’t a single repository</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7693bbb elementor-widget elementor-widget-text-editor" data-id="7693bbb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>There’s a mental model of a software repository as a single, central place where “the real code” lives, and￼ everything else is somehow downstream of it.</p><p>In reality, open source today is a network of repositories, contributors, and workflows, connected by shared history and shared standards &#8211; not by a single gate.</p><p>And that’s largely thanks to Git.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6b9b27f e-flex e-con-boxed e-con e-parent" data-id="6b9b27f" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0711d09 elementor-widget elementor-widget-heading" data-id="0711d09" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A quick, practical explanation of Git?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3205833 elementor-widget elementor-widget-text-editor" data-id="3205833" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Developed in 2005, Git is the system most modern open-source software uses to manage code.</p><p>At its simplest, Git answers three questions:</p><ul><li>What changed?</li><li>Who changed it &amp; when?</li><li>How does this relate to everything that came before?</li></ul><p>But the important thing isn’t just tracking changes &#8211; it’s how Git enables collaboration.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-55c88a4 elementor-widget elementor-widget-heading" data-id="55c88a4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Everyone has the whole project</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-a211028 elementor-widget elementor-widget-image" data-id="a211028" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Flexibility with Git" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTYzOTcsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL0ZsZXhpYmlsaXR5LXdpdGgtR2l0LnBuZyJ9">
							<img fetchpriority="high" decoding="async" width="800" height="620" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-1024x793.png" class="attachment-large size-large wp-image-56397" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-1024x793.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-300x232.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-768x595.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-1536x1190.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-2048x1586.png 2048w" sizes="(max-width: 800px) 100vw, 800px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-7544bee elementor-widget elementor-widget-text-editor" data-id="7544bee" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With Git, every developer can have a full copy of the codebase on their own machine.</p><p>Not just the latest version &#8211; the <em>entire history</em>.</p><p>That means no single server is “the” source of truth, work doesn’t stop if a service goes offline, and it enables developers to work independently, offline, and in parallel<br />Each copy is complete and verifiable.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-7deed12 elementor-widget elementor-widget-heading" data-id="7deed12" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Work happens in many repositories</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7eaed54 elementor-widget elementor-widget-text-editor" data-id="7eaed54" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Instead of everyone editing the same version of the code at once, Git encourages work to happen on clones. There are many reasons for this, but essentially it enables developers to try new features and fixes on the code, without potentially causing disruption to others.</p><p>Copies can be short-lived or long-running, shared or private. They’re simple to create, easy to merge, and easy to discard.</p><p>Parallel development is the standard operating procedure.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9f1642f e-flex e-con-boxed e-con e-parent" data-id="9f1642f" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f9833f6 elementor-widget elementor-widget-heading" data-id="f9833f6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Git makes independence normal - not exceptional</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-dee9a0f elementor-widget elementor-widget-text-editor" data-id="dee9a0f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Git isn’t just a version control system; it’s a different way of thinking about collaboration.</p><p>With Git:</p><ul><li>Everyone can have a<strong> complete copy of the codebase</strong></li><li>Every copy usually includes the <strong>entire history</strong>, in a cryptographically linked chain<br /><ul><li>This makes it extremely difficult to smuggle in malicious changes unnoticed. You can’t quietly rewrite the past &#8211; any alteration breaks this chain of links and is immediately detectable.</li></ul></li><li>Every developer can work on their <strong>own code</strong>, at their own pace</li><li>A single developer can pull code from <strong>multiple remote sources</strong></li><li>Code can flow <strong>between repositories</strong>, not just “up” or “down”</li></ul><p><br />This is what makes Git a real powerhouse in the programming world. Each commit hash uniquely defines the full history up to that point and the entire repository state. Provenance is built in. Trust is verifiable. Collaboration doesn’t depend on a single server or a single workflow.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-14d253d elementor-widget elementor-widget-heading" data-id="14d253d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Built-in resilience and disaster recovery</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-1a7baaa elementor-widget elementor-widget-text-editor" data-id="1a7baaa" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>One of the most overlooked strengths of Git’s distributed model is resilience. Because every clone is a complete copy of the project &#8211; including its full history &#8211; the future of the codebase does not depend on a single server, organisation, or hosting provider to survive.</p><p>If a hosting platform disappears, the project does not disappear with it. If a company changes direction, the code remains available. If infrastructure fails, development can continue from any full copy.</p><p>Traditional software vendors often rely on expensive source code escrow agreements as a safeguard in case a supplier collapses. With open-source software managed by Git, this protection comes baked into the technical architecture for everyone.</p><p>Disaster recovery is no longer a contingency plan, it is the default state of the system.</p><p>This resilience matters deeply for governments, enterprises, and long-term infrastructure projects. Software that underpins critical systems must not depend on a single point of failure &#8211; organisational or technical.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3a170c6 elementor-widget elementor-widget-heading" data-id="3a170c6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">More forks than a restaurant ?</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-27089a7 elementor-widget elementor-widget-text-editor" data-id="27089a7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In some git-based development flows, the process of creating your own repository to work on new features and fixes independently is called forking.</p><p>On platforms like GitHub, it’s a prominent button at the top of the page because it’s a normal part of how distributed development works.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8d75dcd elementor-widget elementor-widget-image" data-id="8d75dcd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-scaled.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="COOL Github" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTY0MDcsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL0NPT0wtR2l0aHViLXNjYWxlZC5wbmcifQ%3D%3D">
							<img decoding="async" width="800" height="422" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-1024x540.png" class="attachment-large size-large wp-image-56407" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-1024x540.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-300x158.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-768x405.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-1536x809.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-2048x1079.png 2048w" sizes="(max-width: 800px) 100vw, 800px" />								</a>
											<figcaption class="widget-image-caption wp-caption-text"></figcaption>
										</figure>
									</div>
				</div>
				<div class="elementor-element elementor-element-ea6e2c5 elementor-widget elementor-widget-text-editor" data-id="ea6e2c5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At the time of this screenshot for example, there were 978 forked copies of the Collabora Online source code – most of them made by developers eager to contribute back to the goodness &#8211; we love that!</p><p>Multiple remotes, multiple maintainers, multiple priorities, connected by shared code, shared history, bonds of friendship and collaboration powered by the Git synchronisation protocol. The choice of hosting and infrastructure becomes an almost irrelevant detail, with developers choosing the tools and processes that best support their work.</p><p>Improvements can be exchanged, and collaboration can happen without requiring everyone to follow the same internal processes or timelines.</p><p>At the same time, in ecosystems with many development paths, trusted editors play a critical role in curating, integrating, and supporting coherent, branded, secure releases.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a750866 e-flex e-con-boxed e-con e-parent" data-id="a750866" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-bad1bc1 elementor-widget elementor-widget-heading" data-id="bad1bc1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">This is how most large open-source projects already work</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b36bf24 elementor-widget elementor-widget-text-editor" data-id="b36bf24" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The largest open-source project in the world is the mainline Linux kernel.</p><p>While there is a widely recognised upstream integration tree, Linux development does not start in one place, nor does it follow a single linear path.</p><p>Most Linux code is written outside the mainline tree. Subsystem maintainers, vendors, researchers, and long-term support teams all develop in their own repositories, often with different goals, timelines, and constraints. Some of this work is later integrated upstream. Some of it remains long-lived and independent. Both are normal, accepted, and essential to how the ecosystem functions.</p><p>What people perceive as ‘Linux’ is usually a distribution kernel which is built not only from the mainline Kernel, but often includes a selection of drivers and updates and fixes maintained in many other Git repositories. This pattern is visible well beyond the kernel itself. Ubuntu is a long-running derivative of Debian. The two projects share a common foundation, diverge where their priorities differ, and regularly exchange fixes and improvements. They cooperate closely, but they are not trying to be the same thing, and both are excellent solutions for their use cases and target audiences.</p><p>This model of decentralised development, shared history, and open standards is what allows open-source projects to support different needs and directions without forcing a single pace or a single set of priorities. It’s how mature, secure software scales.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0c17088 e-flex e-con-boxed e-con e-parent" data-id="0c17088" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-60dba2c elementor-widget elementor-widget-heading" data-id="60dba2c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The outcome that matters</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-654377d elementor-widget elementor-widget-text-editor" data-id="654377d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At the end of the day, this isn’t about repositories or hosting platforms.</p><p>It’s about delivering:</p><ul><li>Stable, well-maintained software</li><li>Faster iteration where it matters</li><li>Long-term support users can rely on</li><li>Open-source code that remains open, auditable, and reusable</li></ul><p><br />Independent development isn’t a departure from open-source values. It is how those values continue to work at scale.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7d40f86 e-flex e-con-boxed e-con e-parent" data-id="7d40f86" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3782a73 elementor-widget elementor-widget-heading" data-id="3782a73" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">So which repository do I use ?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c7db84d elementor-widget elementor-widget-text-editor" data-id="c7db84d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Most organisations don’t want to build from source or track dozens of repositories. They want dependable releases: professionally built binaries, timely security updates, long-term maintenance, and stable leadership. What matters is having a version that is coherently integrated, responsibly maintained, and ready to deploy.</p><p>At the same time, open development thrives on participation. So if you want to contribute, follow the energy! Look at development pace, commit activity, responsiveness, and long-term sustainability. Join the project where work is happening, improvements are welcomed, collaboration is active, and you feel at home.</p><p>That’s the role we play with Collabora Office. In a landscape of many repositories and development paths, we provide a stable, security-hardened, professionally supported release &#8211; while keeping the door open for collaboration and contribution. Open source gives you the freedom to choose, we aim to be the choice you can build on.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-839d436 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="839d436" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/subscriptions/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Why not checkout today?!</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/">Distributed by Design: How Modern Open Source Works</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>You Are Not Sovereign If Microsoft Still Architects Your Documents</title>
		<link>https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/</link>
					<comments>https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Wed, 25 Mar 2026 15:37:53 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Integrators]]></category>
		<category><![CDATA[Partners]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56893</guid>

					<description><![CDATA[<p>Sovereignty or Legacy, You Choose There is a lot of energy right now around European digital stacks. Self-hosted infrastructure. Local control. Reduced dependence on American cloud vendors. And all of that matters. It seems to be a pattern that people take other people&#8217;s software that they have not written, and will struggle to support and [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/">You Are Not Sovereign If Microsoft Still Architects Your Documents</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="56893" class="elementor elementor-56893" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-95d02fb e-flex e-con-boxed e-con e-parent" data-id="95d02fb" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-911da84 elementor-widget elementor-widget-heading" data-id="911da84" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Sovereignty or Legacy, You Choose</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-c21f57b e-con-full e-flex e-con e-child" data-id="c21f57b" data-element_type="container">
		<div class="elementor-element elementor-element-14469d2 e-con-full e-flex e-con e-child" data-id="14469d2" data-element_type="container">
				<div class="elementor-element elementor-element-b9f4ecb elementor-widget elementor-widget-text-editor" data-id="b9f4ecb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>There is a lot of energy right now around European digital stacks. Self-hosted infrastructure. Local control. Reduced dependence on American cloud vendors. And all of that matters.</p>
<p>It seems to be a pattern that people take other people&#8217;s software that they have not written, and will struggle to support and put their brand on it, and wrap a European flag around it</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2739b20 e-con-full e-flex e-con e-child" data-id="2739b20" data-element_type="container">
				<div class="elementor-element elementor-element-8a19a21 elementor-widget elementor-widget-image" data-id="8a19a21" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
										<img decoding="async" width="800" height="452" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-1024x579.png" class="attachment-large size-large wp-image-56895" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-1024x579.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-300x170.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-768x434.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-1536x868.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-2048x1158.png 2048w" sizes="(max-width: 800px) 100vw, 800px" />											<figcaption class="widget-image-caption wp-caption-text">A recent boutique Euro-branding exercise</figcaption>
										</figure>
									</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-61d720b elementor-widget elementor-widget-text-editor" data-id="61d720b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>But we should be honest about one thing &#8211; you are not sovereign if Microsoft still defines the fundamental design of your application, as well as your document formats.</p>
<p>You can move the server. You can change the branding. You can even swap out one vendor for another. But if the office layer at the heart of your stack is still at root built around Microsoft’s file formats, then they still set the rules that matter most. Your documents live inside a model you do not control, cannot meaningfully govern, and have no real power to shape.</p>
<p>That is not digital sovereignty. That is a hosting decision.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5c58eae e-flex e-con-boxed e-con e-parent" data-id="5c58eae" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ca95d44 elementor-widget elementor-widget-heading" data-id="ca95d44" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Self-hosting is not the same as sovereignty</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a2a9547 elementor-widget elementor-widget-text-editor" data-id="a2a9547" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>A self-hosted office suite built around OOXML may reduce dependency on Microsoft 365 as a service. It may reduce exposure to American hyperscalers. It may tick some procurement boxes. But it does not solve the deeper problem &#8211; after all, you could do this with SharePoint 2019 till recently.</p><p>OOXML is Microsoft’s document model, standardised after the fact. Microsoft’s own documentation clearly describes .docx .xlsx and .pptx as formats to “support the features and behavior of Microsoft Office” while noting that ODF and Open XML reflect different application behaviours and feature sets. These are not neutral containers floating above the market, they reflect the architecture, priorities and direction of the organisations that created them.</p><p>That matters because formats are not just a way to save files. They encode the document model itself: what features exist, how layouts behave, how compatibility is judged, what gets preserved, and what gets lost. If you open an .odp presentation with the total slide count in the template in Microsoft PowerPoint, or save the file as a .pptx for example, PowerPoint and the .pptx file format simply throw away the information. If you want that feature back, good luck with the Microsoft support forums&#8230;</p>								</div>
				</div>
				<div class="elementor-element elementor-element-d4526b8 elementor-widget elementor-widget-image" data-id="d4526b8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-scaled.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Impress page numbers interop" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTY5MzIsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL0ltcHJlc3MtcGFnZS1udW1iZXJzLWludGVyb3AtMi1zY2FsZWQucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="1536" height="651" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-1536x651.png" class="attachment-1536x1536 size-1536x1536 wp-image-56932" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-1536x651.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-300x127.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-1024x434.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-768x326.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-2048x869.png 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-d1ebfd2 elementor-widget elementor-widget-text-editor" data-id="d1ebfd2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In short, if your strategy is to architect your software around Microsoft’s models, you can play with the UI styling and colours, but your product direction is being decided elsewhere.</p><p>You can call that interoperability, you can call it compatibility, for legacy workflows, it is certainly important and necessary. But you cannot call this strategy sovereignty.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b13a4a8 e-flex e-con-boxed e-con e-parent" data-id="b13a4a8" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e1dd175 elementor-widget elementor-widget-heading" data-id="e1dd175" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">OOXML is a legacy requirement, not a sovereign strategy</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-91b43db elementor-widget elementor-widget-text-editor" data-id="91b43db" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Realistically, organisations do need strong interoperability with Microsoft formats.</p><p>They exchange files with customers, suppliers, ministries, universities, courts, regulators, and partners, many of whom currently live in the Microsoft world. But the editing phase of a document’s life is usually very brief, even if it is to be archived for many years afterwards (for example the UK Healthcare Regulatory Agency mandates archiving medical records that are created in an afternoon for 25 years).</p><p>This is why moving forwards, OOXML should be treated as a legacy requirement, but it cannot be the foundation of a sovereign strategy. The strategic question is not whether you can open a .docx. Of course you need this. The strategic question is what format you want to build your future around.</p><p>If your answer is “whatever Microsoft does,” then you have not escaped the dependency &#8211; you are just reacting to it from a different server location.</p><p>A sovereign document strategy needs a format that is governed openly, developed through a genuine standards process, and not simply inherited from one vendor’s product decisions. That is where ODF matters. ODF is maintained through OASIS and published as an ISO/IEC standard. It is an open, international standard for text documents, spreadsheets, presentations, and graphics, developed through an open committee process. It is not “thrown over the wall” as the latest non-negotiable output of a single vendor’s decisions.</p><p>If you are serious about sovereignty, new templates, new internal workflows, and new documents should move towards an open standard you can actually participate in and build upon.</p><p>Old documents can remain old documents. They should be opened and rendered correctly, and archive formats like PDF and PDF/A remain important. Similarly, for the present time at least, external collaboration will continue to require excellent OOXML interoperability.</p><p>But new sovereign workflows should not be born dependent on Microsoft.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f657fca e-flex e-con-boxed e-con e-parent" data-id="f657fca" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a50accb elementor-widget elementor-widget-heading" data-id="a50accb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Don’t get confused by marketing</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3b20d2e elementor-widget elementor-widget-text-editor" data-id="3b20d2e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">There is nothing wrong with saying a product has strong OOXML interoperability &#8211; we all work on it. The mistake is turning that into the main sovereignty story.</p>
<p align="left">ONLYOFFICE, for example, leans heavily on this message. Its public materials describe its editor as using OOXML natively, with all files converted into the format “<em><span style="text-decoration: underline;"><a href="https://helpcenter.onlyoffice.com/faq/connectors.aspx">when opening and editing files</a></span></em>”.</p>								</div>
				</div>
		<div class="elementor-element elementor-element-11213c1 e-con-full e-flex e-con e-child" data-id="11213c1" data-element_type="container">
		<div class="elementor-element elementor-element-57e14aa e-con-full e-flex e-con e-child" data-id="57e14aa" data-element_type="container">
				<div class="elementor-element elementor-element-b107722 elementor-widget elementor-widget-text-editor" data-id="b107722" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left"><span style="text-decoration: underline;"><a href="https://helpcenter.onlyoffice.com/faq/connectors.aspx" data-wplink-edit="true">Quoting directly</a></span>: “<em>If the file format is different from OOXML, it will still be converted to the corresponding OOXML […] As the formats are fundamentally different, some data (such as charts, tables, autoshapes or images) and formatting can be lost due to the simple reason that some formats […] treat them differently than OOXML standard does.</em>”</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4939f2e e-con-full e-flex e-con e-child" data-id="4939f2e" data-element_type="container">
				<div class="elementor-element elementor-element-d1fbdc4 elementor-widget elementor-widget-image" data-id="d1fbdc4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="ONLYOFFICE OOXML" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTY5MzYsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL09OTFlPRkZJQ0UtT09YTUwucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="800" height="482" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-1024x617.png" class="attachment-large size-large wp-image-56936" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-1024x617.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-300x181.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-768x463.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML.png 1408w" sizes="auto, (max-width: 800px) 100vw, 800px" />								</a>
															</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-7a4d2ee elementor-widget elementor-widget-text-editor" data-id="7a4d2ee" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">That’s great if you want to centre your digital strategy around Microsoft, but absurd as the centrepiece of a digital sovereignty pitch.</p>
<p align="left">True interoperability is: “We can work with the legacy world.”</p>
<p align="left">And true sovereignty says: “We won’t build our future around the proprietary past.”</p>
<p align="left">If your product story begins and ends with how closely you follow Microsoft’s formats, then your roadmap is still architected by Microsoft.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8affbd e-flex e-con-boxed e-con e-parent" data-id="b8affbd" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-47149b3 elementor-widget elementor-widget-heading" data-id="47149b3" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Sovereignty is also about trust</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-972a4c0 elementor-widget elementor-widget-text-editor" data-id="972a4c0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="western" align="left">Across the industry, buyers are starting to ask harder questions about where code comes from, who governs it, who controls the commercial rights around it, and whether the supply chain is something they can trust. So it is striking that some people seem willing to wave those questions away when it comes to the ONLYOFFICE code-base.</p>
<p class="western" align="left">Public concern about the product’s Russian ties is not imaginary. <span style="color: #000080;"><u><a href="https://www.tu.berlin/en/campusmanagement/news-details/umstellung-tubcloud-auf-collabora-online">TU Berlin for example announced </a></u></span> that it was ending business relations with ONLYOFFICE and moving to Collabora Online, explicitly stating that, “ONLYOFFICE falls under the sanctions of the EU and Germany against Russia”.</p>
<p class="western" align="left">Muddying the sovereign waters further, <span style="color: #000080;"><u><a href="https://guides.onlyoffice.com/faq/docs-enterprise.aspx">ONLYOFFICE’s own documentation</a></u></span> states that ONLYOFFICE Docs Enterprise Edition is “distributed under a commercial proprietary license”. That alone should be enough for sovereignty-minded buyers to slow down and question their direction. What is open? What is closed? And what happens when the commercial incentives change?</p>
<p class="western" align="left"><span style="color: #000080;"><u><a href="https://eviloffice.tutdomen.com/">Public campaign sites</a></u></span> and community discussions have also pointed to the huge volume of Russian-language code comments, branding similarities with the Russian R7 Office suite, and a broader effort to distance the current commercial presentation from the project’s Russian history. Whether you agree with a national origin boycott or not, the underlying question raised seems fair &#8211; if buyers now care about provenance, why would they be relaxed about opaque or politically sensitive origins for such a critical layer of their document stack?</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-56c0f1c e-flex e-con-boxed e-con e-parent" data-id="56c0f1c" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3998d88 elementor-widget elementor-widget-heading" data-id="3998d88" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A serious sovereign strategy looks different</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-4ecd30e elementor-widget elementor-widget-text-editor" data-id="4ecd30e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="western" align="left">A serious sovereign office strategy is not anti-interoperability. It is not naive about legacy requirements, and it does not pretend the world can abandon Microsoft formats overnight.</p><p class="western" align="left">It does something more serious than that. It supports legacy Microsoft formats, because reality demands it. It encourages ODF for new sovereign documents, because strategy demands it. And it chooses 100% open-source code, built in the open, for all to collaborate with &#8211; that strengthens independence rather than undermining it.</p><p class="western" align="left">This is the real question for buyers evaluating office suites today. Not “Can it open a Word file?” Everyone can do that. But the harder and more important question is “Who defines the future of your documents?”</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2a8ab23 e-flex e-con-boxed e-con e-parent" data-id="2a8ab23" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-043ec88 elementor-widget elementor-widget-heading" data-id="043ec88" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Where we stand</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-508ed50 elementor-widget elementor-widget-text-editor" data-id="508ed50" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">At Collabora Productivity, we are not confused about this.</p><p align="left">Interoperability matters. Organisations need to work with Microsoft formats every day, and any serious office suite must support that reality. But sovereignty has to mean more than rendering the legacy world nicely, as we do.</p><p align="left">It means open standards. It means giving organisations a path towards ODF for new documents and sovereign workflows. It means a platform built by a large, experienced team, in an open, friendly and welcoming community, and <span lang="en-GB">it means</span> 100% open source code. Not open to a certain point, not open with strings attached, and especially not code controlled by countries hostile to free and open communications.</p><p align="left">Don<span lang="en-GB">’t build on software e</span>ndorsed by, and used by the Russian state and built around Microsoft<span lang="en-GB">’s file formats.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-67ba821 elementor-widget elementor-widget-text-editor" data-id="67ba821" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;" align="left">Free your documents today, with Collabora Office.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-85a3f1f elementor-align-center elementor-invisible elementor-widget elementor-widget-global elementor-global-31407 elementor-widget-button" data-id="85a3f1f" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.collaboraonline.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/">You Are Not Sovereign If Microsoft Still Architects Your Documents</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Collabora Online Helps Integrations Build Safer Document Workflows</title>
		<link>https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/</link>
					<comments>https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Tue, 24 Mar 2026 16:58:47 +0000</pubDate>
				<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56865</guid>

					<description><![CDATA[<p>When organisations talk about secure document handling, the conversation often jumps straight to infrastructure, hosting, and technical architecture. Those things matter, but they are only part of the picture. Security depends just as much on what users are able to do inside the document workflow. For integrators building platforms for governments, education, legal teams, healthcare [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/">How Collabora Online Helps Integrations Build Safer Document Workflows</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="56865" class="elementor elementor-56865" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fb924e e-flex e-con-boxed e-con e-parent" data-id="1fb924e" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-48d830e elementor-widget elementor-widget-text-editor" data-id="48d830e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>When organisations talk about secure document handling, the conversation often jumps straight to infrastructure, hosting, and technical architecture. Those things matter, but they are only part of the picture. Security depends just as much on what users are able to do inside the document workflow.</p><p>For integrators building platforms for governments, education, legal teams, healthcare providers, or any other organisations handling sensitive information, secure editing is not just about opening a file securely. It is about keeping control of review, access, approval, and sharing inside the environment you manage.</p><p>This post aims to outline how the user-facing features of Collabora Online further strengthen the story for our partners and integrations. We will have another piece coming out soon about how the architecture of Collabora Online keeps documents secure.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6bff13f e-flex e-con-boxed e-con e-parent" data-id="6bff13f" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dceea5a elementor-widget elementor-widget-heading" data-id="dceea5a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Protect</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-99da558 elementor-widget elementor-widget-text-editor" data-id="99da558" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Some of the most important security features are the simplest ones: preventing the wrong change in the wrong place.</p><p>The simplest way to achieve this is to impose read-only access over some documents. Complimenting read-only control, Collabora Online also offers restriction of specific commands such as copying or printing documents. Unlike other document editors however, <span style="text-decoration: underline;"><a href="/blog/4-reasons-to-take-owasp-regulations-seriously/">Collabora Online enforces these controls at the server side</a></span>, helping ensure that restrictions are not just cosmetic interface choices. Combined with another server-enforced option of watermarking documents with user-specific details (not merely pasting ‘Confidential’ wording over the document), integrators and their end-users enjoy meaningful protection of the editing of documents, especially relevant in larger organisations to add confidence documents aren’t being downloaded or shared en-masse.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-486bbdd elementor-widget elementor-widget-image" data-id="486bbdd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/01/Read-Only-Mode-Corner-002.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Read Only Mode Corner 002" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTUxODgsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDFcL1JlYWQtT25seS1Nb2RlLUNvcm5lci0wMDIucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="1536" height="497" src="https://www.collaboraonline.com/wp-content/uploads/2026/01/Read-Only-Mode-Corner-002-1536x497.png" class="attachment-1536x1536 size-1536x1536 wp-image-55188" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/01/Read-Only-Mode-Corner-002-1536x497.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/01/Read-Only-Mode-Corner-002-300x97.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/01/Read-Only-Mode-Corner-002-1024x331.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/01/Read-Only-Mode-Corner-002-768x249.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/01/Read-Only-Mode-Corner-002-2048x663.png 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-090f8c6 elementor-widget elementor-widget-text-editor" data-id="090f8c6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In many cases however, it is useful for users to be able to edit some parts of documents, but not others. In spreadsheets, features such as <i>cell protection</i> and <i>sheet protection</i> help teams preserve the integrity of critical information. That matters in budgeting, reporting, procurement, and operational planning, where some users may need to input or review data without altering formulas, structures, or approved sections. In practice, this helps turn a spreadsheet from a loose working file into a more controlled business document.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-4182f45 elementor-widget elementor-widget-gallery" data-id="4182f45" data-element_type="widget" data-settings="{&quot;columns&quot;:2,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;aspect_ratio&quot;:&quot;3:2&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-gallery__container">
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Section-Protection.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4182f45" data-elementor-lightbox-title="Section Protection" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTcyMzQsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL1NlY3Rpb24tUHJvdGVjdGlvbi5wbmciLCJzbGlkZXNob3ciOiI0MTgyZjQ1In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://www.collaboraonline.com/wp-content/uploads/2026/03/Section-Protection.png" data-width="1299" data-height="764" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Sheet-Protection-1.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4182f45" data-elementor-lightbox-title="Sheet Protection" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTcyMzgsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL1NoZWV0LVByb3RlY3Rpb24tMS5wbmciLCJzbGlkZXNob3ciOiI0MTgyZjQ1In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://www.collaboraonline.com/wp-content/uploads/2026/03/Sheet-Protection-1.png" data-width="1299" data-height="764" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
					</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-0728a30 elementor-widget elementor-widget-text-editor" data-id="0728a30" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In written documents, <i>section editing</i> with optional password protection for individual paragraphs or longer ‘sections’ achieves the same goal. With section editing in Writer, the inverse may also be achieved such that sections in <i>read-only</i> documents can be made editable if needs be.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2a5a608 e-flex e-con-boxed e-con e-parent" data-id="2a5a608" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a01f590 elementor-widget elementor-widget-heading" data-id="a01f590" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Control</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6cecdb6 elementor-widget elementor-widget-text-editor" data-id="6cecdb6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Secure editing however is not about universally blocking change. It is about making sure the right people have the right level of access at the right time.</p><p>This is where platform integrations really matters. Integrating with Collabora Online, partners can enable custom per-user, per-document permissions, secure sharing controls, and granular guest access without breaking the connection between editing and the wider content system. The strength here is not that Collabora Online adds an additional control model to the storage platforms, but that it fits into it. Thanks to the <span style="text-decoration: underline;"><a href="/blog/wopi-is-open-your-office-stack-should-be-too/">WOPI-like protocol</a></span>, permissions remain tied to the environment that already governs the document, instead of being redefined in the document editor.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-c9558ef elementor-widget elementor-widget-image" data-id="c9558ef" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Sharing-Permissions-1.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Sharing Permissions" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTcyNDYsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL1NoYXJpbmctUGVybWlzc2lvbnMtMS5wbmcifQ%3D%3D">
							<img loading="lazy" decoding="async" width="800" height="255" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/Sharing-Permissions-1-1024x327.png" class="attachment-large size-large wp-image-57246" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/Sharing-Permissions-1-1024x327.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Sharing-Permissions-1-300x96.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Sharing-Permissions-1-768x245.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Sharing-Permissions-1.png 1298w" sizes="auto, (max-width: 800px) 100vw, 800px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-186b2eb elementor-widget elementor-widget-text-editor" data-id="186b2eb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Sensitive personal information, HR records, procurement documents, legal drafts, or citizen case files should not need to leave the managed environment just to be edited or reviewed. The more steps, services, and exports involved, the harder it becomes to maintain control. Collabora Online helps partners offer a cleaner model &#8211; keeping the workflows centralised, and access policy in one place.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8e2425d e-flex e-con-boxed e-con e-parent" data-id="8e2425d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-873dffc elementor-widget elementor-widget-heading" data-id="873dffc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Review</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-46e3617 elementor-widget elementor-widget-text-editor" data-id="46e3617" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Because accountability is a security feature too.</p><p>In Writer, per-user tracked changes make it much easier to understand who changed what, and when. Changes are not only highlighted in red, but are tracked on a per-user basis. Each user has their own colour, and mousing over the change will show you who made the addition or deletion, and when. For review-heavy workflows, that is not just helpful for collaboration, it seriously strengthens auditability. In contracts, policies, internal approvals, and public-sector drafting, teams need a clear record of proposed edits and editorial responsibility. Named changes help make the review process visible rather than opaque.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-963dd02 elementor-widget elementor-widget-image" data-id="963dd02" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Tracked-Changes-1.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Tracked Changes" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTcyNTQsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL1RyYWNrZWQtQ2hhbmdlcy0xLnBuZyJ9">
							<img loading="lazy" decoding="async" width="800" height="296" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/Tracked-Changes-1-1024x379.png" class="attachment-large size-large wp-image-57254" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/Tracked-Changes-1-1024x379.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Tracked-Changes-1-300x111.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Tracked-Changes-1-768x284.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Tracked-Changes-1.png 1298w" sizes="auto, (max-width: 800px) 100vw, 800px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-299beda elementor-widget elementor-widget-text-editor" data-id="299beda" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our newly released document comparison tool adds a further powerful layer here. Being able to compare two documents, and immediately highlight differences is invaluable anywhere precision matters, but especially in legal and contract workflows. Instead of relying on manual checks or trusting that nothing has been altered between versions, users can now see exactly what has been changed.</p><p>Version history also contributes to this broader accountability story. With the integration’s file storage layer and Collabora Online working in tandem, this is an important part of the overall secure workflow that integrators can offer end-users. Together, these powerful review features create a much stronger review chain most competitors can offer.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-581fa2f e-flex e-con-boxed e-con e-parent" data-id="581fa2f" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-14d3980 elementor-widget elementor-widget-heading" data-id="14d3980" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Signing</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a88c30d elementor-widget elementor-widget-text-editor" data-id="a88c30d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div id="meta-origin" data-coolorigin="https%3A%2F%2Fshare.collaboraonline.com%2Fcool%2Fclipboard%3FWOPISrc%3Dhttps%253A%252F%252Fshare.collabora.com%252Findex.php%252Fapps%252Frichdocuments%252Fwopi%252Ffiles%252F7165144_ocytfm4ehh09%26ServerId%3De49c1408%26ViewId%3D4%26Tag%3D96879134ea2a15ee"><p>Unfortunately, document signing is one of the clearest examples where secure workflows break down.</p><p>Many organisations now end up sending all of their most sensitive documents to a third-party signing service, adding an additional storage layer (and jurisdiction?), another vendor relationship, and ending any on-premise or data-sovereignty promises (where is your document signing platform based?) Built-in PDF signing based on a document hash and not it’s content &#8211; directly from your document editor <span style="text-decoration: underline;"><a href="/case-studies/eid-easy-signs-pdfs-from-collabora-online/">offers a better path</a></span>. It allows integrators to support signing inside the document workflow rather than handing documents and data to someone else.</p></div>								</div>
				</div>
				<div class="elementor-element elementor-element-f7f0253 elementor-widget elementor-widget-image" data-id="f7f0253" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2025/02/Signing-PDFs.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Signing PDFs" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI5MDUsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDJcL1NpZ25pbmctUERGcy5wbmcifQ%3D%3D">
							<img loading="lazy" decoding="async" width="800" height="508" src="https://www.collaboraonline.com/wp-content/uploads/2025/02/Signing-PDFs-1024x650.png" class="attachment-large size-large wp-image-52905" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/02/Signing-PDFs-1024x650.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/02/Signing-PDFs-300x191.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/02/Signing-PDFs-768x488.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/02/Signing-PDFs-1536x976.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/02/Signing-PDFs-2048x1301.png 2048w" sizes="auto, (max-width: 800px) 100vw, 800px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-2fbdd97 elementor-widget elementor-widget-text-editor" data-id="2fbdd97" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div id="meta-origin" data-coolorigin="https%3A%2F%2Fshare.collaboraonline.com%2Fcool%2Fclipboard%3FWOPISrc%3Dhttps%253A%252F%252Fshare.collabora.com%252Findex.php%252Fapps%252Frichdocuments%252Fwopi%252Ffiles%252F7165144_ocytfm4ehh09%26ServerId%3De49c1408%26ViewId%3D4%26Tag%3D96879134ea2a15ee"><p>That matters for both privacy and process. Sensitive agreements, approvals, and public-facing forms should not be exported into a disconnected workflow just to get a signature. It also helps organisations simplify compliance-sensitive processes by reducing unnecessary exposure and keeping the entire document lifecycle within the integrator’s own platform.</p></div>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b791152 e-flex e-con-boxed e-con e-parent" data-id="b791152" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2e9e8f6 elementor-widget elementor-widget-heading" data-id="2e9e8f6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Why this all matters for integrations</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-09a5b8a elementor-widget elementor-widget-text-editor" data-id="09a5b8a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>For integrators, the opportunity with Collabora Online is bigger than adding online editing (<span style="text-decoration: underline;"><a href="https://www.collaboraonline.com/case-studies/integration-benefits/">this is of course already a significant step</a></span>!).</p><p>Collabora Online helps partners and integrators build secure workflows around documents by combining familiar editing with practical controls. Protection inside of documents, accountable review of changes, server-enforced access controls, integrated signing, and permission-aware access through open interfaces. For government and regulated sectors in particular, this is far more compelling than other editing experiences.</p><p>Secure document handling is not just about where software runs and the technical architecture. It is just as much about whether the features inside the editor help organisations and users stay in control. That is what customers increasingly need, and it is where Collabora Online gives partners a strong and secure story.</p><p>Integrate Collabora Online today, and secure your workflows.</p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/">How Collabora Online Helps Integrations Build Safer Document Workflows</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Who Has the Keys to Your Data?</title>
		<link>https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/</link>
					<comments>https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 13:20:18 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55644</guid>

					<description><![CDATA[<p>The Uncomfortable Truth About Microsoft Customer Lockbox There is a question that every organisation storing data in Microsoft 365 should be asking, but most never do: can Microsoft access your files, emails, and documents without your knowledge or consent? The answer, by default, is yes &#8211; and Microsoft will even sell you a feature to [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/">Who Has the Keys to Your Data?</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55644" class="elementor elementor-55644" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-8f80609 e-flex e-con-boxed e-con e-parent" data-id="8f80609" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1e31472 elementor-widget elementor-widget-heading" data-id="1e31472" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The Uncomfortable Truth About Microsoft Customer Lockbox</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0123a81 e-flex e-con-boxed e-con e-parent" data-id="0123a81" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-4fe04b6 e-con-full e-flex e-con e-child" data-id="4fe04b6" data-element_type="container">
				<div class="elementor-element elementor-element-2613167 elementor-widget elementor-widget-text-editor" data-id="2613167" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">There is a question that every organisation storing data in Microsoft 365 should be asking, but most never do: <strong>can Microsoft access your files, emails, and documents without your knowledge or consent?</strong></p><p align="left">The answer, by default, is yes &#8211; and Microsoft will even sell you a feature to do something about it.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2fced3f e-con-full e-flex e-con e-child" data-id="2fced3f" data-element_type="container">
				<div class="elementor-element elementor-element-724ec2b elementor-widget elementor-widget-image" data-id="724ec2b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="744" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-1024x952.png" class="attachment-large size-large wp-image-55646" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-1024x952.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-300x279.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-768x714.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-1536x1429.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw.png 1601w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e052bfa e-flex e-con-boxed e-con e-parent" data-id="e052bfa" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-aab9c10 elementor-widget elementor-widget-heading" data-id="aab9c10" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What Is Customer Lockbox?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d9bf78c elementor-widget elementor-widget-text-editor" data-id="d9bf78c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Customer Lockbox is a Microsoft 365 feature that gives organisations the ability to explicitly approve or deny access requests from Microsoft support engineers before they can view customer content. When a Microsoft engineer needs access to your data to investigate a support issue, a notification is sent to your administrators, who must approve the request. If they don&#8217;t respond within the time window, access is denied.</p><p>On the surface, this sounds perfectly reasonable. But step back for a moment and consider what this feature&#8217;s very existence implies.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0857534 e-flex e-con-boxed e-con e-parent" data-id="0857534" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-943775e elementor-widget elementor-widget-heading" data-id="943775e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The Feature That Should Never Have Been Necessary</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-198663d e-con-full e-flex e-con e-child" data-id="198663d" data-element_type="container">
		<div class="elementor-element elementor-element-5a09d94 e-con-full e-flex e-con e-child" data-id="5a09d94" data-element_type="container">
				<div class="elementor-element elementor-element-7453fb4 elementor-widget elementor-widget-image" data-id="7453fb4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="730" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-1024x935.png" class="attachment-large size-large wp-image-55650" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-1024x935.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-300x274.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-768x701.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-1536x1403.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l.png 1600w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d3d63ad e-con-full e-flex e-con e-child" data-id="d3d63ad" data-element_type="container">
				<div class="elementor-element elementor-element-2d3ec7f elementor-widget elementor-widget-text-editor" data-id="2d3ec7f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">Customer Lockbox exists because, without it, access to your data is governed entirely by Microsoft&#8217;s own internal policies and processes &#8211; not by you.</p><p align="left">Microsoft&#8217;s standard position is that it operates on a &#8220;<a href="https://learn.microsoft.com/en-us/compliance/assurance/assurance-microsoft-365-service-engineer-access-control">Zero Standing Access</a>&#8221; principle: engineers don&#8217;t have persistent access to customer data, and access is granted on a just-in-time, least-privilege basis. That sounds reassuring. But here is the critical distinction:<strong> those controls are Microsoft&#8217;s controls, not yours</strong>. The gatekeeper is the same organisation that also wants access to your data. You are not in the room when that decision is made. You may not even be notified that it happened.</p>								</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5e15f2b elementor-widget elementor-widget-text-editor" data-id="5e15f2b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">Customer Lockbox changes this by adding the customer as a required approver. It shifts the control point from Microsoft&#8217;s internal process to your organisation&#8217;s administrators. In other words, it gives you the ability to consent.</p><p align="left">Consent however shouldn’t be a premium feature.</p><p align="left">That Microsoft has packaged the ability to approve access to your own data as an optional add-on &#8211; available only to customers willing and able to pay for it &#8211; tells you a great deal about how the company thinks about data privacy.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-93372b3 e-flex e-con-boxed e-con e-parent" data-id="93372b3" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3f5757a elementor-widget elementor-widget-heading" data-id="3f5757a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Who Can Afford Privacy?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c9df727 elementor-widget elementor-widget-text-editor" data-id="c9df727" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Customer Lockbox is bundled with Microsoft 365 E5, the highest and most expensive enterprise licensing tier, or available as part of the Microsoft 365 E5 Compliance add-on. For the vast majority of organisations &#8211; small and medium businesses, schools, non-profits, public sector bodies operating on constrained budgets &#8211; it is simply out of reach.</p><p>This creates a two-tier privacy landscape. Large, well-resourced enterprises can buy some oversight* of their own data. Everyone else accepts whatever Microsoft&#8217;s internal policies happen to say on any given day.</p><p>This should be deeply uncomfortable. Data sensitivity is not proportional to the size or wealth of the organisation holding it. Healthcare providers, legal services, schools small and large and everything in between all handle highly sensitive and personal data. They should be accessing the same level of control over their data as a Fortune 500 company. The idea that of data sovereignty as a luxury good is not a neutral business decision. It is a statement about whose privacy matters.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9bf270b e-flex e-con-boxed e-con e-parent" data-id="9bf270b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-408e9fb elementor-widget elementor-widget-heading" data-id="408e9fb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">*The Lock Microsoft Will Always Open</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-cdd8b9a elementor-widget elementor-widget-text-editor" data-id="cdd8b9a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><em><strong>The CLOUD Act (Clarifying Lawful Overseas Use of Data Act)</strong>, passed in the US in 2018, allows US law enforcement to compel US-headquartered companies &#8211; including Microsoft &#8211; to produce data stored on their servers, regardless of where in the world that data physically resides.</em></li><li><em><strong>Customer Lockbox does not protect against this</strong>. Customer Lockbox governs Microsoft engineer access for support and operational purposes. It has no bearing on legally compelled government disclosure. Microsoft can be required to hand over your data without notifying you, without your consent, and potentially under a gag order that prevents them from telling you it happened.</em></li><li><em>Microsoft is a US company. No matter where your data is hosted &#8211; including EU data centres &#8211; it remains subject to US jurisdiction through the CLOUD Act.</em></li></ul>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5740528 e-flex e-con-boxed e-con e-parent" data-id="5740528" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-28f68b4 elementor-widget elementor-widget-heading" data-id="28f68b4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Privacy Should Be the Default, Not a Product</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-9939111 e-con-full e-flex e-con e-child" data-id="9939111" data-element_type="container">
		<div class="elementor-element elementor-element-054348e e-con-full e-flex e-con e-child" data-id="054348e" data-element_type="container">
				<div class="elementor-element elementor-element-94aba2c elementor-widget elementor-widget-text-editor" data-id="94aba2c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The deeper issue here is one of design philosophy. A company that genuinely places privacy at the centre of its product decisions builds oversight, transparency, and consent into the default experience. It does not reserve these things for paying subscribers.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a6455a1 e-con-full e-flex e-con e-child" data-id="a6455a1" data-element_type="container">
				<div class="elementor-element elementor-element-5e978df elementor-widget elementor-widget-image" data-id="5e978df" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="552" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-1024x707.png" class="attachment-large size-large wp-image-55654" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-1024x707.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-300x207.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-768x531.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-1536x1061.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb.png 1598w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-338adc3 elementor-widget elementor-widget-text-editor" data-id="338adc3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our approach at Collabora Productivity is rooted in a different set of assumptions. Our products are built on open-source foundations, designed for self-hosted deployment, and architected so that your data stays where you put it &#8211; on infrastructure you control, with access policies that you define. We don’t provide a back-door support channel through which a third party can request access to your documents. There is no premium tier required to retain meaningful sovereignty over your files.</p><p>Because that is what software should look like when the organisation building it genuinely thinks privacy matters.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-48a03dd e-flex e-con-boxed e-con e-parent" data-id="48a03dd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5a2af76 elementor-widget elementor-widget-heading" data-id="5a2af76" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What You Can Do</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-33a24bc elementor-widget elementor-widget-text-editor" data-id="33a24bc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you are using Microsoft 365, it is worth understanding exactly what tier you are on and whether Customer Lockbox is available to you.</p><p>More broadly, we would encourage organisations to ask harder questions of any cloud platform they use:</p><ul><li>Who can access our data, and under what circumstances?</li><li>Do we receive notification when that access occurs? </li><li>Do we have the ability to approve or deny it? </li><li>Is that ability included as standard, or is it something we have to pay for?</li></ul><p>And if you’re not sure about any of the answers, get in touch with us to experience a truly customer-centric, privacy-respecting office suite.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-4adea84 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="4adea84" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/">Who Has the Keys to Your Data?</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WOPI Is Open. Your Office Stack Should Be Too.</title>
		<link>https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/</link>
					<comments>https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 11:00:02 +0000</pubDate>
				<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55382</guid>

					<description><![CDATA[<p>Web Application Open Platform Interface (WOPI) is a REST-based protocol originally developed by Microsoft to enable web-based document editing between third-party applications. It’s the &#8220;plumbing&#8221; that connects document storage systems (such as Microsoft SharePoint, file servers or cloud storage) with online office suites for seamless editing experiences. Microsoft created WOPI in 2012 as part of [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/">WOPI Is Open. Your Office Stack Should Be Too.</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55382" class="elementor elementor-55382" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1ef7c5a e-flex e-con-boxed e-con e-parent" data-id="1ef7c5a" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1a74684 elementor-widget elementor-widget-text-editor" data-id="1a74684" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Web Application Open Platform Interface (WOPI)</strong> is a REST-based protocol originally developed by Microsoft to enable web-based document editing between third-party applications.</p><p>It’s the &#8220;plumbing&#8221; that connects document storage systems (such as Microsoft SharePoint, file servers or cloud storage) with online office suites for seamless editing experiences. Microsoft created WOPI in 2012 as part of its transition to cloud-based Office 365. (For a more light-hearted run through this topic, <span style="text-decoration: underline;"><a href="/blog/why-the-best-online-office-doesnt-try-to-store-your-files/">check out this post!</a></span>)</p><p>WOPI abstracts document storage from editing applications and defines standardised ways for incorporating:</p><ul><li><strong>Authentication</strong>: Between storage systems and office applications</li><li><strong>Metadata exchange</strong>: File properties, user permissions and capabilities</li><li><strong>Storage operations</strong>: Load, Save, Save-As, Locking</li><li><strong>Session management</strong>: For concurrent user editing</li></ul><p>The protocol handles authentication, file metadata, content retrieval, conversion and saving. Everything needed to edit documents is stored in one system using editing tools from another system, so it enables an office editing platform to access documents without requiring direct access to the storage system.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1e4d836 e-flex e-con-boxed e-con e-parent" data-id="1e4d836" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-41aa2c6 elementor-widget elementor-widget-heading" data-id="41aa2c6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A Sovereign WOPI?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1ae69d8 elementor-widget elementor-widget-text-editor" data-id="1ae69d8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>While WOPI is often associated with Microsoft’s cloud-operated Office Online services, the protocol itself does not require vendor-controlled infrastructure. Collabora Online demonstrates how a WOPI-like protocol can be used with private cloud, sovereign cloud, or on-premise deployments, without introducing external service dependencies.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-091778f elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="091778f" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="091778f" data-elementor-lightbox-title="WOPI Diagram 001 clear" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU0MDMsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDJcL1dPUEktRGlhZ3JhbS0wMDEtY2xlYXItc2NhbGVkLnBuZyIsInNsaWRlc2hvdyI6IjA5MTc3OGYifQ%3D%3D" href="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-001-clear-scaled.png"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-001-clear-1536x817.png" alt="WOPI Diagram 001 clear" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="091778f" data-elementor-lightbox-title="WOPI Diagram 002 clear" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU0MDcsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDJcL1dPUEktRGlhZ3JhbS0wMDItY2xlYXItc2NhbGVkLnBuZyIsInNsaWRlc2hvdyI6IjA5MTc3OGYifQ%3D%3D" href="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-002-clear-scaled.png"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-002-clear-1536x817.png" alt="WOPI Diagram 002 clear" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="091778f" data-elementor-lightbox-title="WOPI Diagram 003 clear" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU0MTEsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDJcL1dPUEktRGlhZ3JhbS0wMDMtY2xlYXItc2NhbGVkLnBuZyIsInNsaWRlc2hvdyI6IjA5MTc3OGYifQ%3D%3D" href="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-003-clear-scaled.png"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-003-clear-1536x635.png" alt="WOPI Diagram 003 clear" /></figure></a></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-62d862b elementor-widget elementor-widget-heading" data-id="62d862b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">1. Data Sovereignty</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-d98c4ed elementor-widget elementor-widget-text-editor" data-id="d98c4ed" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Online runs entirely within infrastructure you control &#8211; whether on-premise, private cloud, or a sovereign public cloud provider. Documents, editing operations, and user metadata remain within your chosen jurisdiction and administrative domain at all times.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-bcb036a elementor-widget elementor-widget-heading" data-id="bcb036a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">2. Open Source Foundation</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-9569b21 elementor-widget elementor-widget-text-editor" data-id="9569b21" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>All of Collabora Online (our WOPI-like protocol and document editor) is fully open source and auditable. This includes request handling, permission evaluation, document lifecycle management, and save semantics &#8211; allowing organisations to verify behaviour, meet regulatory requirements, or adapt integrations to local policy.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-917e3c2 elementor-widget elementor-widget-heading" data-id="917e3c2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">3. No Telemetry</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-43c1ee4 elementor-widget elementor-widget-text-editor" data-id="43c1ee4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Online does not require telemetry, analytics callbacks, or external service connectivity. The integration can function entirely within the deployment environment, including in restricted networks and regulated environments where outbound connections are prohibited.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c4aa774 e-flex e-con-boxed e-con e-parent" data-id="c4aa774" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-40a85e4 elementor-widget elementor-widget-heading" data-id="40a85e4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Migrating Without Disruption</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ca4881f elementor-widget elementor-widget-heading" data-id="ca4881f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Lowering Risk Without Breaking Existing Workflows</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-b53b3b3 elementor-widget elementor-widget-text-editor" data-id="b53b3b3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Migrating an online office solution is often perceived as high risk &#8211; particularly where document locking, synchronisation, and existing integrations are involved. Collabora Online is designed to minimise that risk by maintaining WOPI compatibility while addressing common pain points encountered in real-world deployments.</p><p>At its core, Collabora Online can act as a drop-in WOPI-compatible editor, allowing organisations to migrate editing workloads without changing storage platforms, user workflows, or integration patterns.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-1304856 elementor-widget elementor-widget-heading" data-id="1304856" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Safer Locking for Sync-and-Share Environments</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-9e70af2 elementor-widget elementor-widget-text-editor" data-id="9e70af2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Traditional file-locking mechanisms often conflict with modern file sync and share systems, particularly during collaborative editing or partial migrations. Our solution eliminates traditional file-locking mechanisms that conflict with standard file sync and share patterns, instead using timestamp-based conflict detection and auto-expiring lease-based locks.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f9e3aa7 elementor-widget elementor-widget-heading" data-id="f9e3aa7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Fast Integration With Existing Systems</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-d596bf8 elementor-widget elementor-widget-text-editor" data-id="d596bf8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>For teams integrating Collabora Online into custom platforms, implementation effort is deliberately kept low. A basic WOPI integration is very fast, with supported SDK examples available for common environments including Node.js, PHP, Python, React, and .NET.</p><p>In addition, we have a list of available full production-grade integrations, including Drupal and WordPress integration, in the SDK.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-2dd7604 elementor-widget elementor-widget-text-editor" data-id="2dd7604" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ol><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/nodejs"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">Node.js example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; integrating COOL via iFrame in Node.js. (Requires familiarity with npm and the node.js framework.)</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples/tree/master/webapp/php"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">PHP example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; integrating Collabora Online via iFrame in PHP. Note: Apache Web Server must be installed on the host machine and started. Also requires PHP module for Apache to be installed and loaded.</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/python"><span style="color: #000000;"><span style="font-size: medium;">Python example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; A simple example integrating Collabora Online via iFrame in Python. (Requires familiarity with Python and Django framework.)</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/reactjs"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">ReactJS example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; A simple example integrating Collabora Online via iFrame in ReactJS and Express. We assume you are familiar with ReactJS, npm and node.js framework.</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/dotNET"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">.NET example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; A simple example integrating Collabora Online via iFrame with .NET backend.</span></span></p></li></ol>								</div>
				</div>
				<div class="elementor-element elementor-element-80ebf64 elementor-widget elementor-widget-heading" data-id="80ebf64" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">More Than a Like-for-Like Replacement</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-281ec60 elementor-widget elementor-widget-text-editor" data-id="281ec60" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>While Collabora Online can be introduced as a direct replacement, its WOPI-based integration also enables additional capabilities that organisations can adopt incrementally. These include document conversion APIs commonly used for previews, richer configuration options, and integration with open-source tools such as <span style="text-decoration: underline;"><a href="https://www.collaboraonline.com/blog/how-to-manage-bibliographic-data-with-zotero-and-collabora-online/">Zotero</a></span> for citation management.</p><p>These enhancements do not require changes to document storage or access models, allowing organisations to extend functionality after migration rather than during it.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ab1ff6a elementor-widget elementor-widget-heading" data-id="ab1ff6a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Secure Viewing for Secure Sharing</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-b44fa5b elementor-widget elementor-widget-text-editor" data-id="b44fa5b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>While Collabora Online provides many integration features through its WOPI-based APIs, it shares pixels of documents &#8211; rendered tiles, to another user’s screen and not the document itself. In addition, the pixels can be further secured by including server-side watermarks, which may include the name of user viewing the file for example. Collabora Online does not store any of the data itself.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9e3355b e-flex e-con-boxed e-con e-parent" data-id="9e3355b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1c61331 elementor-widget elementor-widget-heading" data-id="1c61331" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Real-World Migration Case Studies</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e95ec1e elementor-widget elementor-widget-heading" data-id="e95ec1e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Dutch Education and Research (SURF)</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-e5ea70b elementor-widget elementor-widget-text-editor" data-id="e5ea70b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>From: Microsoft Office Online + various storage requirements</li><li>To: NextCloud + Collabora Online</li><li>Result: ~100,000 users, complete data sovereignty, significant cost reduction</li></ul><p>SURF, the Netherlands education and research network, exemplifies large-scale success with 100,000 users across 59 institutions processing 850GB of data daily with 21 new users added continuously. This deployment replaces traditional commercial alternatives while providing superior security and data control.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a5925fe elementor-widget elementor-widget-heading" data-id="a5925fe" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">University of Lille</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-3094204 elementor-widget elementor-widget-text-editor" data-id="3094204" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>From: Mixed Microsoft/Google environment</li><li>To: Nextcloud + Collabora Online</li><li>Result: 70,000 users, standardised tooling, enhanced security</li></ul><p>The University of Lille serves 70,000 users (67,000 students and 6,300 staff) through Nextcloud integration, achieving standardised office tools across diverse IT cultures. &#8220;The University is really aiming at facilitating open standards across the whole campus,&#8221; IT Director Cédric Foll.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-54637c4 elementor-widget elementor-widget-heading" data-id="54637c4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">German Federal Government</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-5e1991e elementor-widget elementor-widget-text-editor" data-id="5e1991e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>From: Microsoft 365</li><li>To: openDesk (sovereign cloud + Collabora Online)</li><li>Result: Digital sovereignty compliance, reduced foreign dependency</li></ul><p>Recently the German federal government launched the openDesk initiative to migrate from Microsoft 365 to a sovereign digital workplace combining Collabora Online, Nextcloud, and other productivity applications.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2e5165b e-flex e-con-boxed e-con e-parent" data-id="2e5165b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-44be586 elementor-widget elementor-widget-heading" data-id="44be586" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Break Vendor Lock-In Without Breaking Your Stack</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-97274a1 elementor-widget elementor-widget-text-editor" data-id="97274a1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Online provides a clear path away from Microsoft dependency while preserving familiar workflows, integration patterns, and operational models. By building on Microsoft’s own open WOPI protocol, organisations gain the freedom to choose an interoperable editor without rewriting their storage, identity, or collaboration layers.<br />For CTOs evaluating long-term strategy, Collabora Online’s WOPI implementation offers a rare and practical combination:</p><ul><li>Compatibility with existing Microsoft-based workflows</li><li>Independence from vendor-controlled cloud services</li><li>Predictable cost savings through open-source economics</li><li>Security and compliance through self-managed deployment</li></ul><p>If reducing platform risk, cost exposure, and dependency is part of your roadmap, Collabora Online enables migration on your terms &#8211; incrementally, safely, with long term flexibility built in.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-7a8d5a5 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="7a8d5a5" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-7516ecd elementor-widget elementor-widget-text-editor" data-id="7516ecd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Contact us today to discuss how office migration can transform your workflows and position your organisation for continued success. Visit collaboraonline.com or contact our engineering sales team at hello@collaboraoffice.com to explore your opportunities.</p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/">WOPI Is Open. Your Office Stack Should Be Too.</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why the Best Online Office Doesn’t Try to Store Your Files</title>
		<link>https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/</link>
					<comments>https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 10:59:58 +0000</pubDate>
				<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55418</guid>

					<description><![CDATA[<p>Keep your storage. Upgrade your editing. If you’ve ever wondered whether Collabora Online is a “cloud drive”, the simple answer is no. We are focussed on making the best document editor possible, and don’t handle document storage. For document storage, we integrate beautifully with Enterprise File Sync &amp; Share solutions (EFSS). If you are more [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/">Why the Best Online Office Doesn’t Try to Store Your Files</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55418" class="elementor elementor-55418" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-d137863 e-flex e-con-boxed e-con e-parent" data-id="d137863" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e82d4ae elementor-widget elementor-widget-heading" data-id="e82d4ae" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Keep your storage. Upgrade your editing.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-70fb5fa elementor-widget elementor-widget-image" data-id="70fb5fa" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1536" height="1025" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-1536x1025.png" class="attachment-1536x1536 size-1536x1536 wp-image-55426" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-1536x1025.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-300x200.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-1024x683.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-768x512.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge.png 1731w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />															</div>
				</div>
				<div class="elementor-element elementor-element-7f2809e elementor-widget elementor-widget-text-editor" data-id="7f2809e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you’ve ever wondered whether Collabora Online is a “cloud drive”, the simple answer is no. We are focussed on making the best document editor possible, and don’t handle document storage.</p><p>For document storage, we integrate beautifully with Enterprise File Sync &amp; Share solutions (EFSS). If you are more technically minded, and want a more in-depth look at how we do that, <span style="text-decoration: underline;"><a href="/blog/wopi-is-open-your-office-stack-should-be-too/">check out this post</a></span>, but for a more light-hearted run through, read on here&#8230;</p><p>Collabora Online is a kitchen. It’s where the work happens &#8211; chopping, mixing, frying, baking. Rendering, editing, tracked changes, comments, styles, spreadsheets, presentations and formulas. The process of making beautiful and powerful documents happens here.</p><p>Your Enterprise File Sync &amp; Share solution is the fridge (a really smart fridge). Nextcloud, OpenCloud, Seafile, SharePoint, etc. The fridge handles storing what you’ve made, plus who can open the door: access control, sharing links, retention policies, DLP, all that operational goodness. (OK OK! – most modern EFSS solutions do way more than storage. Our partners and integrators are doing awesome things with video-calls, calendars, email, projects management etc. But no one has invented a fridge/dishwasher/smoke-alarm/100-seater dining table combo yet, so we’re going to stick with the fridge analogy for now!)</p><p><strong>You don’t cook in the fridge, and you don’t keep food out on the kitchen worktop.</strong></p><p>Collabora Online runs in stateless containers by design: we open what your EFSS hands us, let you create your masterpiece, and continuously sync changes back to your EFSS &#8211; no long-term storage in the editor. The sharing uses a WOPI-like communication standard making sure the fridge and the kitchen speak the same language. If you want a new fridge? No problem! Bigger, smaller, one of the models with an integrated ice-cube dispenser? No problem. You use what works for you, and we make the rest of the kitchen fast, reliable, and a joy to cook in.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-02ac7ec e-flex e-con-boxed e-con e-parent" data-id="02ac7ec" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1ef6925 elementor-widget elementor-widget-heading" data-id="1ef6925" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">But surely Microsoft does everything right?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c96988a elementor-widget elementor-widget-text-editor" data-id="c96988a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>It’s undeniably convenient when your editor, storage, chat, meetings and identity all live under one roof. That tight integration is a big reason many people don’t realise there’s a difference between SharePoint/OneDrive (storage/EFSS) and Office for the web (the editor). For many teams, <em>“It’s all Microsoft”</em> just… works.</p><p><strong>The trade-offs show up when you need choice and control.</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-00ba2af elementor-widget elementor-widget-text-editor" data-id="00ba2af" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ol><li><strong>Where your fridge lives.</strong> Microsoft’s cloud is, by default, their cloud. If you need data-hosting choices, on-premise hosting, or jurisdictional control, the options narrow quickly &#8211; especially now that Office Online Server (the self-hostable web editor) has an end-of-support date and no like-for-like on-prem replacement1, forcing organisations to Microsoft 365’s cloud services. If you want control over where you keep your food, this is a problem.</li><li><strong>How extensible the experience is.</strong> In a closed ecosystem you inherit one vendor’s timeline and guardrails. If you want a particular governance stack, a specific link-sharing model, unusual retention, or to keep everything on your own infra, you’re often choosing between “do it their way” or “don’t do it.” By contrast, Collabora Online’s model is designed to sit inside your architecture. We are a software developer, not a cloud service – making bundling easy. We also offer 3 years’ LTS for each release [link to recent blog] so you upgrade when you’re ready, not when we say go.</li><li><strong>All-in-one stacks bolt the kitchen to the ground.</strong> Collabora Online is different: if you want, we can even be a moveable food truck, we’ll cook documents from whichever fridge (EFSS) you prefer (or even multiple EFSS’s!). Running in stateless containers, means not only your files, but all your settings stay in the EFSS, so you can deploy wherever it makes sense &#8211; on-prem, your private cloud, multi-cloud, even air-gapped &#8211; without refitting your storage.</li></ol>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-faaafab e-flex e-con-boxed e-con e-parent" data-id="faaafab" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-449deba elementor-widget elementor-widget-heading" data-id="449deba" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Keep Cooking When Clouds Go Cold</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-9360c7c elementor-widget elementor-widget-text-editor" data-id="9360c7c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>And that’s all before we start talking about the <span style="text-decoration: underline;"><a href="/blog/ideals-to-entrapment-a-uk-government-case-study-of-how-not-to-run-it-infrastructure/">associated problems with vendor lock-in</a></span>. Long story short – throwing all your eggs in one basket (especially a basket you rent and aren’t allowed to move) isn’t usually a good idea.</p><p>So what’s “missing” in an all-in-one world? Not missing features in the editor per se (although there’s plenty missing from Microsoft’s online editor) but rather missing options for how you deploy, store, and govern.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bc3a91b e-flex e-con-boxed e-con e-parent" data-id="bc3a91b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d30716f elementor-widget elementor-widget-heading" data-id="d30716f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A 60-second WOPI explainer*** (no handshakes, promise)</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a25f35e elementor-widget elementor-widget-text-editor" data-id="a25f35e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Think of WOPI as a kitchen–fridge conversation:</p><ol><li>Your EFSS (WOPI host) invites the editor with a short-lived token and a “please open this file” URL.</li><li>Collabora Online (WOPI client) opens the document, renders it, and when you edit, calls back to the EFSS’s endpoints to read/write.</li><li>Identity, permissions, and audit stay with the EFSS, the editor focuses on editing.</li></ol><p>If your fridge speaks WOPI, our kitchen cooks.</p><p>What does this mean in practice? No download-save-reupload dance, no losing track of whether DocumentName_v003_FINAL_printthisone.docx is the one to email to your client. You click on a file in your EFSS, the file opens in the same browser window, while all the syncing magic happens behind the scenes.</p><p><em>*** This is hugely simplified, but hopefully you get the idea! Want more of the nuts and bolts later? <span style="text-decoration: underline;"><a href="/blog/wopi-is-open-your-office-stack-should-be-too/">Check out this post</a></span> or have a look at our SDK.</em></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-92532aa e-flex e-con-boxed e-con e-parent" data-id="92532aa" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2b2cc33 elementor-widget elementor-widget-heading" data-id="2b2cc33" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Make Your Sysadmin Happy</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-562e0c9 elementor-widget elementor-widget-text-editor" data-id="562e0c9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Sysadmins get a simple life: our architecture scales beautifully, rolls through updates cleanly, and doesn’t hoard storage. We even have a kubernetes controller making 10,000+ user deployments easy to manage (because some people have really big kitchens!) Storage, identity, logging and retention stay <span style="text-decoration: underline;"><a href="/blog/4-reasons-to-take-owasp-regulations-seriously/">where policy says they belong &#8211; inside the EFSS</a></span>. And if you need long-term support, we publish multi-year LTS so you upgrade on your schedule, not because someone else’s roadmap says so.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7c8a7dd e-flex e-con-boxed e-con e-parent" data-id="7c8a7dd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-13b3700 elementor-widget elementor-widget-heading" data-id="13b3700" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A Solution that Works For You</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-519c5a0 elementor-widget elementor-widget-text-editor" data-id="519c5a0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Putting everything under one roof can feel tidy &#8211; but it also means your users have no choice. As an EFSS vendor, OEM’ing Collabora Online gives you a self-contained “kitchen” that slots cleanly into your platform, looks like your brand, and deploys anywhere (on-prem, your cloud, their cloud). You keep ownership of storage, identity, sharing, and roadmap, we bring the editor that users expect without dragging you into the years-long grind of office compatibility and performance engineering.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3912f90 e-flex e-con-boxed e-con e-parent" data-id="3912f90" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-18f096d elementor-widget elementor-widget-heading" data-id="18f096d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A partner that respects your business</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-84a9289 elementor-widget elementor-widget-text-editor" data-id="84a9289" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>EFSS looks simple on the surface, but it isn’t! Authentication, multi-tenant storage, replication, retention, legal holds, link policies &#8211; that’s a seriously full-time project. Office editing is its own craft too &#8211; and it’s the one we focus on. Rather than everyone building mediocre/buggy “all-in-one” solutions we are staying out of the EFSS market and make the best document editor we can. The result: a faster time-to-market, fewer moving parts to support, stateless containers that scale with your needs, multi-year LTS so upgrades fit your cadence, and a team that ships features your customers will love. All the while you keep control of the customer relationship and the business value you’ve already built.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a421a62 e-flex e-con-boxed e-con e-parent" data-id="a421a62" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-940d73c elementor-widget elementor-widget-heading" data-id="940d73c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Try it now</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-50e08d0 elementor-widget elementor-widget-text-editor" data-id="50e08d0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Give Collabora Online a go with our free trial. Or if you’re feeling technical, try pointing Collabora Online at your EFSS, open a file, and enjoy working!</p>								</div>
				</div>
				<div class="elementor-element elementor-element-97abd42 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="97abd42" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/">Why the Best Online Office Doesn’t Try to Store Your Files</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Collabora Online now available on Desktop</title>
		<link>https://www.collaboraonline.com/blog/collabora-online-now-available-on-desktop/</link>
					<comments>https://www.collaboraonline.com/blog/collabora-online-now-available-on-desktop/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Wed, 26 Nov 2025 09:36:07 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Integrators]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=53321</guid>

					<description><![CDATA[<p>Same look. Same code.Your files, your device. We’re excited to share the first release of the new Collabora Office for desktop – bringing the familiar, powerful Collabora Online experience, to run locally on Windows, macOS, and Linux. Open it and feel instantly at home: ODF or DOCX, quick edits or deep dives, a clean, beautiful [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/collabora-online-now-available-on-desktop/">Collabora Online now available on Desktop</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="53321" class="elementor elementor-53321" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-9a3890e e-flex e-con-boxed e-con e-parent" data-id="9a3890e" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-55b569a elementor-widget elementor-widget-image" data-id="55b569a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="2048" height="1152" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/Collabora-Office-New-Desktop-25.04-2048x1152.png" class="attachment-2048x2048 size-2048x2048 wp-image-53450" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/Collabora-Office-New-Desktop-25.04-2048x1152.png 2048w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Collabora-Office-New-Desktop-25.04-300x169.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Collabora-Office-New-Desktop-25.04-1024x576.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Collabora-Office-New-Desktop-25.04-768x432.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Collabora-Office-New-Desktop-25.04-1536x864.png 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px" />															</div>
				</div>
				<div class="elementor-element elementor-element-55b7721 elementor-widget elementor-widget-spacer" data-id="55b7721" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-31dd5cb e-flex e-con-boxed e-con e-parent" data-id="31dd5cb" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bf3f90b e-con-full e-flex e-con e-child" data-id="bf3f90b" data-element_type="container">
		<div class="elementor-element elementor-element-3a9a896 e-con-full e-flex e-con e-child" data-id="3a9a896" data-element_type="container">
				<div class="elementor-element elementor-element-6ad50bd elementor-widget elementor-widget-heading" data-id="6ad50bd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Same look. Same code.<br>Your files, your device.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b6f07bc elementor-widget elementor-widget-text-editor" data-id="b6f07bc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We’re excited to share the first release of the <strong>new Collabora Office for desktop</strong> – bringing the familiar, powerful Collabora Online experience, <strong>to run locally on Windows, macOS, and Linux</strong>. Open it and feel instantly at home: ODF or DOCX, quick edits or deep dives, a clean, beautiful interface that helps you get work done without getting in the way.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4c94e53 e-con-full e-flex e-con e-child" data-id="4c94e53" data-element_type="container">
				<div class="elementor-element elementor-element-72b7169 elementor-widget elementor-widget-video" data-id="72b7169" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/GK8m0eL1Vys&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2948dbe e-con-full e-flex e-con e-child" data-id="2948dbe" data-element_type="container">
		<a class="elementor-element elementor-element-9a18904 e-con-full e-flex e-con e-child" data-id="9a18904" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://apps.microsoft.com/detail/9P9MRBXJJG0M">
				<div class="elementor-element elementor-element-12985bc elementor-view-default elementor-widget elementor-widget-icon" data-id="12985bc" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-shrink">
			<svg aria-hidden="true" class="e-font-icon-svg e-fab-windows" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-f61c1e3 e-con-full e-flex e-con e-child" data-id="f61c1e3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://apps.apple.com/us/app/collabora-office-desktop/id6754639856">
				<div class="elementor-element elementor-element-cc46ea9 elementor-view-default elementor-widget elementor-widget-icon" data-id="cc46ea9" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-shrink">
			<svg aria-hidden="true" class="e-font-icon-svg e-fab-apple" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-57b61b9 e-con-full e-flex e-con e-child" data-id="57b61b9" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://flathub.org/apps/com.collaboraoffice.Office">
				<div class="elementor-element elementor-element-4b3ac45 elementor-view-default elementor-widget elementor-widget-icon" data-id="4b3ac45" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-shrink">
			<svg aria-hidden="true" class="e-font-icon-svg e-fab-linux" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</a>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-39641bb e-flex e-con-boxed e-con e-parent" data-id="39641bb" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5cc8ef1 elementor-widget elementor-widget-heading" data-id="5cc8ef1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Like Collabora Online, but on your desktop</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b8015b4 elementor-widget elementor-widget-image" data-id="b8015b4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="https://www.collaboraonline.com/wp-content/uploads/2025/11/Online-to-Offline.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Online to Offline" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTM0MzksInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL09ubGluZS10by1PZmZsaW5lLnBuZyJ9">
							<img loading="lazy" decoding="async" width="1536" height="1090" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/Online-to-Offline-1536x1090.png" class="attachment-1536x1536 size-1536x1536 wp-image-53439" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/Online-to-Offline-1536x1090.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Online-to-Offline-300x213.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Online-to-Offline-1024x726.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Online-to-Offline-768x545.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Online-to-Offline-2048x1453.png 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />								</a>
											<figcaption class="widget-image-caption wp-caption-text">Browser or desktop, enjoy the same experience!</figcaption>
										</figure>
									</div>
				</div>
				<div class="elementor-element elementor-element-9adfa0e elementor-widget elementor-widget-text-editor" data-id="9adfa0e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>This isn’t only a look-alike. Collabora Office Desktop <strong>shares the same code DNA as Collabora Online</strong>. All the power of one is contained in the other, and what you learn in one transfers to the other. That means fewer surprises, fewer workarounds, and a smoother path from solo editing to team collaboration.</p><ul><li><strong>One codebase</strong> in your browser, tablet, mobile, Chromebook and now desktop too</li><li><strong>Shared rendering engine</strong>: the same real-time rendering technology</li><li>HTML + JavaScript-based front end, <strong>powered by your system&#8217;s native browser engine</strong> (like WebKit, Chromium, etc.)</li><li><strong>Synchronised updates</strong>: bug fixes, UI improvements, and new features can be rolled out to all platforms in parallel</li><li>Based on the LibreOffice core technology under the hood for excellent<strong> standards-based compatibility</strong></li></ul><p><br />So whether you&#8217;re editing a spreadsheet offline on the train in Collabora Office Desktop, or later collaborating with your team online &#8211; it&#8217;s the same experience, just in a different wrapper.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a08f67e e-flex e-con-boxed e-con e-parent" data-id="a08f67e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c1ebf21 e-con-full e-flex e-con e-child" data-id="c1ebf21" data-element_type="container">
				<div class="elementor-element elementor-element-a59f1c8 elementor-widget elementor-widget-heading" data-id="a59f1c8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Compare That to Microsoft Office…</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-cbbabfc elementor-widget elementor-widget-text-editor" data-id="cbbabfc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>To see why this matters, let’s look at Microsoft’s suite:</p><p>Microsoft 365 for web (O365) runs in your browser and is largely built in JavaScript, using a <strong>dramatically simplified, stripped-down feature set</strong> for web collaboration, assisted by a server-side Office in some cases.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-36745ee e-con-full e-flex e-con e-child" data-id="36745ee" data-element_type="container">
		<div class="elementor-element elementor-element-4eea167 e-con-full e-flex e-con e-child" data-id="4eea167" data-element_type="container">
				<div class="elementor-element elementor-element-1fc2df4 elementor-widget elementor-widget-image" data-id="1fc2df4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2025/11/299ec4bc-999b-4d42-a46b-4971f3715dc0.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="299ec4bc-999b-4d42-a46b-4971f3715dc0" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTMzNjIsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzI5OWVjNGJjLTk5OWItNGQ0Mi1hNDZiLTQ5NzFmMzcxNWRjMC5wbmcifQ%3D%3D">
							<img loading="lazy" decoding="async" width="345" height="190" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/299ec4bc-999b-4d42-a46b-4971f3715dc0.png" class="attachment-large size-large wp-image-53362" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/299ec4bc-999b-4d42-a46b-4971f3715dc0.png 345w, https://www.collaboraonline.com/wp-content/uploads/2025/11/299ec4bc-999b-4d42-a46b-4971f3715dc0-300x165.png 300w" sizes="auto, (max-width: 345px) 100vw, 345px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-737a440 elementor-widget elementor-widget-text-editor" data-id="737a440" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Microsoft Office 2024 (desktop) is a legacy-rich C++-based application with a<strong> completely different architecture, behaviour, and sometimes even different rendering quirks</strong>.</p><p>Result: differences in UI, performance, feature sets, even how documents behave between web and desktop.</p><p>In contrast, Collabora Office Desktop and Collabora Online are one and the same &#8211; meaning:</p><ul><li>No feature fragmentation</li><li>No interface learning curve</li><li>No training complexity of “it works online but not offline”</li><li>No duplication of engineering effort</li><li>No recommendations to “use the desktop version”</li><li>Just one clean, modern, open-source office suite &#8211; anywhere you need it</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-5e83b89 e-con-full e-flex e-con e-child" data-id="5e83b89" data-element_type="container">
				<div class="elementor-element elementor-element-243fee6 elementor-widget elementor-widget-image" data-id="243fee6" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Word-Browser-002-1.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Difference Word Browser 002" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTM2ODgsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL0RpZmZlcmVuY2UtV29yZC1Ccm93c2VyLTAwMi0xLnBuZyJ9">
							<img loading="lazy" decoding="async" width="1387" height="1536" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Word-Browser-002-1-1387x1536.png" class="attachment-1536x1536 size-1536x1536 wp-image-53688" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Word-Browser-002-1-1387x1536.png 1387w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Word-Browser-002-1-271x300.png 271w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Word-Browser-002-1-925x1024.png 925w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Word-Browser-002-1-768x850.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Word-Browser-002-1.png 1744w" sizes="auto, (max-width: 1387px) 100vw, 1387px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-d36ab30 elementor-widget elementor-widget-image" data-id="d36ab30" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Excel-Browser-002-1.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Difference Excel Browser 002" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTM2ODQsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL0RpZmZlcmVuY2UtRXhjZWwtQnJvd3Nlci0wMDItMS5wbmcifQ%3D%3D">
							<img loading="lazy" decoding="async" width="1387" height="1536" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Excel-Browser-002-1-1387x1536.png" class="attachment-1536x1536 size-1536x1536 wp-image-53684" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Excel-Browser-002-1-1387x1536.png 1387w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Excel-Browser-002-1-271x300.png 271w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Excel-Browser-002-1-925x1024.png 925w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Excel-Browser-002-1-768x850.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Difference-Excel-Browser-002-1.png 1744w" sizes="auto, (max-width: 1387px) 100vw, 1387px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-81d289b elementor-widget elementor-widget-text-editor" data-id="81d289b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;"><span style="text-decoration: underline;"><a href="https://support.microsoft.com/en-gb/office/differences-between-using-a-document-in-the-browser-and-in-word-90fac46c-2b8e-4fa1-b997-4e55ce4ed754">Word</a></span> <span style="text-decoration: underline;"><a href="https://support.microsoft.com/en-au/office/differences-between-using-a-workbook-in-the-browser-and-in-excel-f0dc28ed-b85d-4e1d-be6d-5878005db3b6">Excel</a><br /></span><em>Accessed 2025/11/21</em></p>								</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d72da0b e-flex e-con-boxed e-con e-parent" data-id="d72da0b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0b60ec6 elementor-widget elementor-widget-heading" data-id="0b60ec6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Instantly productive, no learning curve</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-efa8f3b elementor-widget elementor-widget-image" data-id="efa8f3b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2025/11/Apple-3-Beautiful-Responsive.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Apple 3 Beautiful Responsive" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTM0NjksInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL0FwcGxlLTMtQmVhdXRpZnVsLVJlc3BvbnNpdmUucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="1536" height="960" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/Apple-3-Beautiful-Responsive-1536x960.png" class="attachment-1536x1536 size-1536x1536 wp-image-53469" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/Apple-3-Beautiful-Responsive-1536x960.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Apple-3-Beautiful-Responsive-300x188.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Apple-3-Beautiful-Responsive-1024x640.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Apple-3-Beautiful-Responsive-768x480.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Apple-3-Beautiful-Responsive-2048x1280.png 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-05ff1db elementor-widget elementor-widget-text-editor" data-id="05ff1db" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Office Desktop is built to feel like home from the moment you open it. If you’ve used Collabora Online, you’ll be right at ease: a calm, consistent interface that lets you focus on the work, not the software.</p><ul><li><strong>Consistent, easily discoverable UI</strong> with intuitive toolbars and tabbed interface</li><li><strong>Great Document interoperability</strong>. ODF or OOXML, we want to work your way, not the reverse</li><li><strong>No retraining required</strong>. Open, edit, and go</li><li><strong>Work with local files directly</strong>. No cloud required</li><li><strong>Print with native system dialogs</strong> and your existing printers</li><li><strong>Use platform-specific shortcuts</strong> and controls you already know</li></ul><p>Whether you’re writing a report, crunching numbers, or building a presentation, <strong>Collabora Office Desktop</strong> will get it done.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c9fceac e-flex e-con-boxed e-con e-parent" data-id="c9fceac" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b9c05fb elementor-widget elementor-widget-heading" data-id="b9c05fb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Privacy by design</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-964a269 elementor-widget elementor-widget-image" data-id="964a269" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-Multiple-Tabs-1-scaled.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="CO Multiple Tabs" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTM2MjUsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL0NPLU11bHRpcGxlLVRhYnMtMS1zY2FsZWQucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="1536" height="1024" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-Multiple-Tabs-1-1536x1024.png" class="attachment-1536x1536 size-1536x1536 wp-image-53625" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-Multiple-Tabs-1-1536x1024.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-Multiple-Tabs-1-300x200.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-Multiple-Tabs-1-1024x682.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-Multiple-Tabs-1-768x512.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-Multiple-Tabs-1-2048x1365.png 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />								</a>
											<figcaption class="widget-image-caption wp-caption-text">Tabbed docs coming soon to Linux and Windows</figcaption>
										</figure>
									</div>
				</div>
				<div class="elementor-element elementor-element-28a3b0b elementor-widget elementor-widget-text-editor" data-id="28a3b0b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Office Desktop is open source and offline-first. Your documents stay on your device unless you choose to share them &#8211; full stop. It’s productivity that respects your data, your processes, and your digital sovereignty.</p><ul><li><strong>Fully open source</strong>: no hidden executables, no spyware</li><li><strong>Your documents never leave your device</strong> unless you say so</li><li><strong>Cross-platform</strong>: available on Windows, macOS, and Linux</li></ul><p><br />This is productivity software that respects your freedom.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f50a2ac e-con-full e-flex e-con e-parent" data-id="f50a2ac" data-element_type="container">
				<div class="elementor-element elementor-element-4733088 elementor-widget elementor-widget-heading" data-id="4733088" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Collabora Office Desktop vs. Collabora Office Classic</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-df0f4ad elementor-widget elementor-widget-image" data-id="df0f4ad" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-vs-Classic-1-scaled.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="CO vs Classic" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTM2MjksInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL0NPLXZzLUNsYXNzaWMtMS1zY2FsZWQucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="1536" height="777" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-vs-Classic-1-1536x777.png" class="attachment-1536x1536 size-1536x1536 wp-image-53629" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-vs-Classic-1-1536x777.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-vs-Classic-1-300x152.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-vs-Classic-1-1024x518.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-vs-Classic-1-768x389.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/CO-vs-Classic-1-2048x1037.png 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-eb1f7dd elementor-widget elementor-widget-text-editor" data-id="eb1f7dd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>We love LibreOffice. We are privileged to be the largest code contributors to the codebase,</strong> Collabora employs several founders of The Document Foundation, and many of the top committers. We offer a Long Term supported product based on LibreOffice, branded as Collabora Office Classic, and are deeply grateful for and acknowledge many skilled community contributors we work alongside, as well as the incredible range of features that LibreOffice code enables.</p>								</div>
				</div>
		<div class="elementor-element elementor-element-9faf48b e-flex e-con-boxed e-con e-child" data-id="9faf48b" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-03dc453 e-con-full e-flex e-con e-child" data-id="03dc453" data-element_type="container">
				<div class="elementor-element elementor-element-756addd elementor-widget elementor-widget-text-editor" data-id="756addd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Office for desktop’s initial release is not (yet) enterprise supported, but we encourage our customers and partners to evaluate it for deployment in 2026 and to provide feedback.</p><p>If you need tools like the Base database module (including Java-based components) or the full Math module, Classic remains the right choice &#8211; Collabora Office isn’t trying to replicate those. Collabora Office will run macros, but for advanced macro authoring and debugging you should use Classic. . For extreme Calc workloads (think complex Solver models or analysis across hundreds of thousands of rows) Classic is likely the better fit.</p><p>Where Collabora Office differs, it does so deliberately: no Java dependency, which means a smaller, cleaner install, less baggage on startup, and a single, self-contained download. Collabora Office also focuses on a streamlined, modern UI that highlights the tools most people use every day, while Classic offers an extraordinary level of power, extensibility and configurability.</p><p>In summary &#8211; the aim with Collabora Office and Collabora Online is simple: intuitive, fast, and focused &#8211; a beautiful desktop office suite offering the workflows most professionals use every day to create, edit, and collaborate, online and offline.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0b0afb1 e-con-full e-flex e-con e-child" data-id="0b0afb1" data-element_type="container">
				<div class="elementor-element elementor-element-9033307 elementor-widget elementor-widget-text-editor" data-id="9033307" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><style><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start">﻿</span><br />  table.compact {<br />    border-collapse: collapse;<br />    table-layout: fixed;<br />    font-size: 14px;       /* adjust if needed */<br />    line-height: 1.2;      /* tighter rows */<br />  }<br />  table.compact th,<br />  table.compact td {<br />    padding: 4px 8px;      /* thinner per row */<br />    text-align: center;<br />    vertical-align: middle;<br />    border: 0;             /* or 1px solid #ddd if you want lines */<br />  }<br />  table.compact thead th {<br />    font-weight: 700;<br />  }<br /></style></p><table class="compact"><colgroup> <col style="width: 312px;" /> <col style="width: 323px;" /> </colgroup><thead><tr><th>Collabora Office Desktop</th><th>Collabora Office Classic</th></tr></thead><tbody><tr><td>Fresh, modern UX</td><td>Classic, established UX</td></tr><tr><td>Javascript &amp; CSS UI to match Collabora Online</td><td>VCL-based classic UI</td></tr><tr><td>Simpler settings / streamlined defaults</td><td>Very extensive options, menus &amp; dialogs</td></tr><tr><td>No Java</td><td>Java used for some features/wizards/DB drivers</td></tr><tr><td>No built-in Base app</td><td>Includes Base UI</td></tr><tr><td>Runs macros</td><td>Full macro editor &amp; advanced BASIC/Python/UNO</td></tr><tr><td>Modern web tech (Canvas, WebGL, CSS)</td><td>Custom toolkit (VCL)</td></tr><tr><td>Fast to iterate (edit JS, fewer recompiles)</td><td>Core/C++ changes typically require recompiles</td></tr><tr><td>Initial release – Enterprise Support is coming</td><td>Long term Enterprise Supported (Collabora Office Classic)</td></tr><tr><td>Quick-Start guides</td><td>Extensive manuals &amp; books</td></tr></tbody></table>								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f0edb27 e-flex e-con-boxed e-con e-parent" data-id="f0edb27" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-519effa e-con-full e-flex e-con e-child" data-id="519effa" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-2ba1197 elementor-widget elementor-widget-heading" data-id="2ba1197" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">*A Note on Early Releases</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-798566c elementor-widget elementor-widget-code-highlight" data-id="798566c" data-element_type="widget" data-widget_type="code-highlight.default">
				<div class="elementor-widget-container">
							<div class="prismjs-okaidia  word-wrap">
			<pre data-line="" class="highlight-height language-markup line-numbers">
				<code readonly="true" class="language-markup">
					<xmp><early-release status="exciting" vibe="optimistic">
    
<text:h text:level="1">This is just the beginning...</text:h>
    
<text:p>This release is a <b>first step</b>, not a final destination. There will be bugs. Performance may vary. Features are still being polished. Translation may be patchy. But this is also your chance to get a preview of where we’re headed, and to help shape where we are going.</text:p>

<text:p>Try it out! Share it with your friends, share your feedback with us, and get involved in development! Find out more about the growing Collabora Office community in the link below. If you have Javascript, CSS, C++, testing, translation or documentation skills - and love working with others to change the world – get involved!</text:p>

</early-release></xmp>
				</code>
			</pre>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-98ed798 elementor-align-center elementor-widget elementor-widget-button" data-id="98ed798" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://collaboraonline.github.io/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Join the Community</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2295758 e-flex e-con-boxed e-con e-parent" data-id="2295758" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-02e9ce0 elementor-widget elementor-widget-spacer" data-id="02e9ce0" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-7c04c9e elementor-widget elementor-widget-heading" data-id="7c04c9e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Try Collabora Office Desktop Today!</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-621a041 e-con-full e-flex e-con e-child" data-id="621a041" data-element_type="container">
		<a class="elementor-element elementor-element-de8d8ec e-con-full e-flex e-con e-child" data-id="de8d8ec" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://apps.microsoft.com/detail/9P9MRBXJJG0M">
				<div class="elementor-element elementor-element-9af64ec elementor-view-default elementor-widget elementor-widget-icon" data-id="9af64ec" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-shrink">
			<svg aria-hidden="true" class="e-font-icon-svg e-fab-windows" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-225c24c e-con-full e-flex e-con e-child" data-id="225c24c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://apps.apple.com/us/app/collabora-office-desktop/id6754639856">
				<div class="elementor-element elementor-element-5a7f3fc elementor-view-default elementor-widget elementor-widget-icon" data-id="5a7f3fc" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-shrink">
			<svg aria-hidden="true" class="e-font-icon-svg e-fab-apple" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-791e0c0 e-con-full e-flex e-con e-child" data-id="791e0c0" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="https://flathub.org/apps/com.collaboraoffice.Office">
				<div class="elementor-element elementor-element-be511b3 elementor-view-default elementor-widget elementor-widget-icon" data-id="be511b3" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-shrink">
			<svg aria-hidden="true" class="e-font-icon-svg e-fab-linux" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</a>
				</div>
				<div class="elementor-element elementor-element-f1e23c6 elementor-widget elementor-widget-spacer" data-id="f1e23c6" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7a42782 e-flex e-con-boxed e-con e-parent" data-id="7a42782" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3eee183 elementor-widget elementor-widget-heading" data-id="3eee183" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Help Us Build the Future</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c652764 elementor-widget elementor-widget-image" data-id="c652764" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1536" height="235" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/website-figures-1536x235.jpg" class="attachment-1536x1536 size-1536x1536 wp-image-53661" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/website-figures-1536x235.jpg 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/11/website-figures-300x46.jpg 300w, https://www.collaboraonline.com/wp-content/uploads/2025/11/website-figures-1024x157.jpg 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/11/website-figures-768x118.jpg 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/website-figures-2048x314.jpg 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />															</div>
				</div>
				<div class="elementor-element elementor-element-1b19711 elementor-widget elementor-widget-text-editor" data-id="1b19711" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;">We’re excited to share this preview with the community &#8211; and we’re counting on your feedback and contributions to make it even better. We hope you enjoy the new Collabora Office.</p><p style="text-align: center;">Together, we&#8217;re building a privacy-respecting, open, and elegant office suite for everyone.</p>								</div>
				</div>
		<a class="elementor-element elementor-element-7abfeb4 e-con-full e-transform e-flex e-con e-child" data-id="7abfeb4" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.96,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" href="/events/webinar-introducing-new-collabora-office/">
		<div class="elementor-element elementor-element-31b0537 e-con-full e-flex e-con e-child" data-id="31b0537" data-element_type="container">
				<div class="elementor-element elementor-element-bd9daa9 elementor-widget elementor-widget-heading" data-id="bd9daa9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Join the webinar</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-07a488e elementor-widget elementor-widget-text-editor" data-id="07a488e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Join the webinar on the 3rd December to find out about the new Collabora Office, and how it fits into our ecosystem!</p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-f82be6c elementor-widget elementor-widget-image" data-id="f82be6c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="451" src="https://www.collaboraonline.com/wp-content/uploads/2025/11/Webinar-Introducing-the-New-Collabora-Office-03-12-2025-1024x577.png" class="attachment-large size-large wp-image-53707" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/11/Webinar-Introducing-the-New-Collabora-Office-03-12-2025-1024x577.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Webinar-Introducing-the-New-Collabora-Office-03-12-2025-300x169.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Webinar-Introducing-the-New-Collabora-Office-03-12-2025-768x433.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Webinar-Introducing-the-New-Collabora-Office-03-12-2025-1536x865.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/11/Webinar-Introducing-the-New-Collabora-Office-03-12-2025.png 1640w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</a>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/collabora-online-now-available-on-desktop/">Collabora Online now available on Desktop</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/collabora-online-now-available-on-desktop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Beyond New Features: The Unsung Work Behind Long-Term Support</title>
		<link>https://www.collaboraonline.com/blog/beyond-new-features-the-unsung-work-behind-long-term-support/</link>
					<comments>https://www.collaboraonline.com/blog/beyond-new-features-the-unsung-work-behind-long-term-support/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Thu, 23 Oct 2025 15:54:51 +0000</pubDate>
				<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Integrators]]></category>
		<category><![CDATA[Support]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=52643</guid>

					<description><![CDATA[<p>When we released Collabora Online 22.05, it marked a major step forward &#8211; a new design, LanguageTool integration, and a performance boost across the board. Since then, we’ve delivered new major releases: 23.05, 24.04 and 25.04 each bringing hundreds of improvements and a refreshed user experience. But the story didn’t end for 22.05 when 23.05 [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/beyond-new-features-the-unsung-work-behind-long-term-support/">Beyond New Features: The Unsung Work Behind Long-Term Support</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="52643" class="elementor elementor-52643" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-84879ae e-flex e-con-boxed e-con e-parent" data-id="84879ae" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6dbb23d elementor-widget elementor-widget-text-editor" data-id="6dbb23d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://www.collaboraonline.com/wp-content/uploads/2025/09/22.05_25.04.png"><img loading="lazy" decoding="async" class="wp-image-51475 alignright" src="https://www.collaboraonline.com/wp-content/uploads/2025/09/22.05_25.04-1024x709.png" alt="" width="500" height="346" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/09/22.05_25.04-1024x709.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/09/22.05_25.04-300x208.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/09/22.05_25.04-768x532.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/09/22.05_25.04-1536x1064.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/09/22.05_25.04-2048x1418.png 2048w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a>When we released Collabora Online 22.05, it marked a major step forward &#8211; a new design, LanguageTool integration, and a performance boost across the board. Since then, we’ve delivered new major releases: 23.05, 24.04 and <a href="/blog/cool-25-04-release/"><span style="text-decoration: underline;">25.04</span></a> each bringing hundreds of improvements and a refreshed user experience.</p><p>But the story didn’t end for 22.05 when 23.05 dropped. New features grab the headlines, but behind every major release, there’s another kind of progress &#8211; the quiet, continuous work that keeps earlier versions running smoothly for those who depend on them.</p><p>From the day 22.05 was released until support for it ended this year, our developers merged <strong>more than 4,200 commits</strong> into the 22.05 branch &#8211; 2,427 in Collabora Online and 1,822 in the LibreOffice core. That quiet, ongoing work – thousands of fixes and backports &#8211; ensured 22.05 remained a safe, supported, and reliable foundation long after newer versions arrived.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-4254652 elementor-widget elementor-widget-heading" data-id="4254652" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Why long-term support matters</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3ebdad4 elementor-widget elementor-widget-text-editor" data-id="3ebdad4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Not every user wants or can upgrade immediately.</p><p>Enterprise deployments &#8211; especially in education, government, or large organisations &#8211; need predictability and validation cycles. We get that. That’s why we don’t force upgrades. Instead, we continue maintaining earlier releases, giving our partners the freedom to choose when and how they move forward.</p><p>Our long-term support ensures:</p><ul><li>Regular security and CVE patches</li><li>Continuous bug fixes and backports</li><li>Compatibility with integrations and file formats</li><li>Ongoing translation and localisation improvements<br />(around 400 translation-related commits just on the Online side)</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-dee0549 elementor-widget elementor-widget-heading" data-id="dee0549" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The maintenance in numbers</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a38def5 elementor-widget elementor-widget-text-editor" data-id="a38def5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Across all maintenance updates for 22.05, the commits tell a story of relentless care:</p><ul><li>2,427 commits in Collabora Online</li><li>1,822 commits in Collabora Office core</li></ul><p>A rough keyword analysis of the commits paints a picture of where that effort went:</p><ul><li>Calc: 153 commits improving reliability and formula behaviour</li><li>Writer: 57 commits for text layout, comments, and track changes</li><li>Draw &amp; Impress: 100 commits combined improving visuals and compatibility</li><li>Browser &amp; UI: 499 commits improving web interface consistency and usability</li><li>PDF export: 90 commits for fidelity and standards compliance</li><li>Security &amp; SSL: 59 commits ensuring safe operation and encryption</li><li>Mobile and tablet: 236 commits keeping the mobile experience modern</li><li>Accessibility (A11y): 12 commits improving inclusivity for all users</li></ul><p>From Calc and Writer improvements to browser-side stability and mobile enhancements, all this work meant that even as new features arrived in newer versions, 22.05 stayed solid, secure, and production-ready for organisations that needed continuity.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-dc4769e elementor-widget elementor-widget-heading" data-id="dc4769e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Stability and security without compromise</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2f4b725 elementor-widget elementor-widget-text-editor" data-id="2f4b725" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Much of this maintenance work focused on long-term reliability &#8211; patching vulnerabilities, tightening SSL and access control, improving clipboard and document security handling, and ensuring Collabora Online stayed safe for users in even the most regulated environments.</p><p>As an open-source project Collabora Online has made every one of these fixes transparent &#8211; visible to partners and the wider community. Additionally, because we build on LibreOffice, these backports further served not only our own product but the broader ecosystem too.</p><p>This openness also makes maintenance a collaboration. Bug reports and performance feedback from real deployments feed directly into our workflow, helping us prioritise what matters most to users in production. Whether it’s a government cloud platform or a school system running a private deployment, those insights turn into patches that keep everyone’s environment robust and secure.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-52038db elementor-widget elementor-widget-heading" data-id="52038db" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Upgrading on your timeline</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-8a00df4 elementor-widget elementor-widget-text-editor" data-id="8a00df4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>By supporting multiple versions in parallel, we give our partners freedom &#8211; to plan upgrades on their schedule, not ours. This helps manage inter-connected pieces that need to integrate and be qualified with a certain version of Collabora Online, for a smooth and reliable upgrade experience. That’s what open collaboration looks like &#8211; choice, trust, and shared improvement.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0b4fb76 elementor-widget elementor-widget-heading" data-id="0b4fb76" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A foundation you can rely on</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7c585ea elementor-widget elementor-widget-text-editor" data-id="7c585ea" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>New releases like 23.05, 24.04 or <a href="/blog/cool-25-04-release/"><span style="text-decoration: underline;">25.04</span></a> show the future of Collabora Online, but the recently ended 22.05 story proves something just as important &#8211; our commitment to the present.</p><p>We’re pleased to have done all of the hard work necessary, far from the glamour of the cutting edge, to keep our partners &amp; users safe, their systems available and their documents working. You can rely on Collabora’s subscription for dependable long-term support.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-1b05fd0 elementor-align-center elementor-widget elementor-widget-button" data-id="1b05fd0" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact Sales</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/beyond-new-features-the-unsung-work-behind-long-term-support/">Beyond New Features: The Unsung Work Behind Long-Term Support</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/beyond-new-features-the-unsung-work-behind-long-term-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Brief History of File Formats: DOC vs DOCX vs ODF&#8230;</title>
		<link>https://www.collaboraonline.com/blog/a-brief-history-of-file-formats-doc-vs-docx-vs-odf/</link>
					<comments>https://www.collaboraonline.com/blog/a-brief-history-of-file-formats-doc-vs-docx-vs-odf/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Thu, 25 Sep 2025 12:17:57 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Integrators]]></category>
		<category><![CDATA[Support]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=52214</guid>

					<description><![CDATA[<p>Save As? TL;DRWhen you click “Save As” in your favourite word processor, you probably don’t think too much about the file format. Yet file formats like .doc, .docx, and .odt shape how we create and share documents—but they can also create headaches. Here’s a quick guide to their history, differences, and why Collabora Online makes [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/a-brief-history-of-file-formats-doc-vs-docx-vs-odf/">A Brief History of File Formats: DOC vs DOCX vs ODF&#8230;</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="52214" class="elementor elementor-52214" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-5e8e2fa e-flex e-con-boxed e-con e-parent" data-id="5e8e2fa" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-31e00c7 e-con-full e-flex e-con e-child" data-id="31e00c7" data-element_type="container">
		<div class="elementor-element elementor-element-6b0c132 e-con-full e-flex e-con e-child" data-id="6b0c132" data-element_type="container">
				<div class="elementor-element elementor-element-ab5e046 elementor-widget elementor-widget-heading" data-id="ab5e046" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Save As?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-abf6d35 elementor-widget elementor-widget-text-editor" data-id="abf6d35" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>TL;DR</strong><br />When you click “Save As” in your favourite word processor, you probably don’t think too much about the file format. Yet file formats like .doc, .docx, and .odt shape how we create and share documents—but they can also create headaches. Here’s a quick guide to their history, differences, and why Collabora Online makes working across them easier.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e735e0d e-con-full e-flex e-con e-child" data-id="e735e0d" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-8e17b8d elementor-widget elementor-widget-heading" data-id="8e17b8d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Related content:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-60be9b5 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts" data-id="60be9b5" data-element_type="widget" data-settings="{&quot;cards_columns&quot;:&quot;1&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid" role="list">
				<article class="elementor-post elementor-grid-item post-46075 post type-post status-publish format-standard has-post-thumbnail hentry category-podcast" role="listitem">
			<div class="elementor-post__card">
				<a class="elementor-post__thumbnail__link" href="https://www.collaboraonline.com/blog/openmatters001/" tabindex="-1" ><div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="768" height="768" src="https://www.collaboraonline.com/wp-content/uploads/2025/04/Open-Matters-Podcast-1-1-768x768.png" class="attachment-medium_large size-medium_large wp-image-46335" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/04/Open-Matters-Podcast-1-1-768x768.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/04/Open-Matters-Podcast-1-1-300x300.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/04/Open-Matters-Podcast-1-1-1024x1024.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/04/Open-Matters-Podcast-1-1-150x150.png 150w, https://www.collaboraonline.com/wp-content/uploads/2025/04/Open-Matters-Podcast-1-1-1536x1536.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2025/04/Open-Matters-Podcast-1-1-2048x2048.png 2048w" sizes="auto, (max-width: 768px) 100vw, 768px" /></div></a>
				<div class="elementor-post__badge">Podcast</div>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.collaboraonline.com/blog/openmatters001/" >
				What is a Document?			</a>
		</h3>
		
		<a class="elementor-post__read-more" href="https://www.collaboraonline.com/blog/openmatters001/" aria-label="Read more about What is a Document?" tabindex="-1" >
			Listen to the podcast now		</a>

				</div>
					</div>
		</article>
				</div>
		
						</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-34ad801 e-flex e-con-boxed e-con e-parent" data-id="34ad801" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cd396dd elementor-widget elementor-widget-heading" data-id="cd396dd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">From Closed and Binary, To Open and Extensible</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-290ddc8 elementor-widget elementor-widget-text-editor" data-id="290ddc8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The earliest digital files were of course just plain text &#8211; a simple sequence of characters, and no formatting. Writers used to all the flexibility of pen and paper however quickly wanted more: bold headings, paragraph spacing, indents, embedded images, at this point the list is almost endless. This led to the evolution of file formats storing much more than the mere ‘text’ of a file. Binary formats such as WordStar “Document” files (introduced 1978 – interestingly WordStar files had no official file extension, files were either “Documents” with formatting, or “Nondocuments” pure ASCII text files), or Microsoft’s .doc (1983) took over the word-processing space. Compact and efficient for older systems, binary formats also locked users into specific software, making it difficult to share documents across platforms.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-22d97bd elementor-widget elementor-widget-image" data-id="22d97bd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2025/09/doc-vs-docx-vs-odf-002.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="doc vs docx vs odf 002" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIyMzksInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDlcL2RvYy12cy1kb2N4LXZzLW9kZi0wMDIucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="1945" height="1216" src="https://www.collaboraonline.com/wp-content/uploads/2025/09/doc-vs-docx-vs-odf-002.png" class="attachment-full size-full wp-image-52239" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/09/doc-vs-docx-vs-odf-002.png 1945w, https://www.collaboraonline.com/wp-content/uploads/2025/09/doc-vs-docx-vs-odf-002-300x188.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/09/doc-vs-docx-vs-odf-002-1024x640.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/09/doc-vs-docx-vs-odf-002-768x480.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/09/doc-vs-docx-vs-odf-002-1536x960.png 1536w" sizes="auto, (max-width: 1945px) 100vw, 1945px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-0b3fff2 elementor-widget elementor-widget-text-editor" data-id="0b3fff2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;"><em>Above: What&#8217;s going on under the hood?! The same document saved 3 ways</em></p>								</div>
				</div>
				<div class="elementor-element elementor-element-8be575e elementor-widget elementor-widget-text-editor" data-id="8be575e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>By the 1990s, Microsoft Word dominated the market, cementing .doc as the “default” document format worldwide.</p><p>The next big shift came with XML-based formats &#8211; more verbose, but human-readable and compressible. The open-source community were the first to develop the Open Document Format (ODF) in 2005, designed to prioritise openness, readability, and extensibility. Microsoft soon followed suit with their own OOXML files such as .docx in 2007, while ODF continued as the ISO-standardised alternative.</p><p>Whereas binary .doc files were proprietary containers that embedded program-specific data structures directly, ODF and .docx files are zip archives full of multiple XML and media files, making them easier to parse, extend, and standardise than their opaque binary predecessors. You can think of .doc as a box not only locked, but also containing pages of Egyptian hieroglyphs – only Microsoft held the key and translation documentation, and they were unwilling to share. ODF files (and largely .docx*) on the other hand are transparent zip files written in your language. You can open them, inspect the contents, and tweak them as much as you like.</p>								</div>
				</div>
		<div class="elementor-element elementor-element-19295e7 e-con-full e-flex e-con e-child" data-id="19295e7" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-a8ce593 elementor-widget elementor-widget-heading" data-id="a8ce593" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">*Reality check on OOXML</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5bcefda elementor-widget elementor-widget-text-editor" data-id="5bcefda" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em>There’s no smoking gun that .docx was engineered to be opaque. However, OOXML’s sheer breadth, the long-standing default use of the “Transitional” profile, and historical standardisation controversies have raised questions and interoperability costs for alternative suites putting a question mark over some of the claims to being an ‘open’ format.</em></p><p><em>In practice, this means that while .docx is technically an open standard, third-party developers often face hurdles when trying to implement full compatibility.</em></p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-a466727 elementor-widget elementor-widget-heading" data-id="a466727" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Don’t change formats while editing?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ac48d59 elementor-widget elementor-widget-text-editor" data-id="ac48d59" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://www.collaboraonline.com/wp-content/uploads/2025/09/UK-Gov-ODF-003.png"><img loading="lazy" decoding="async" class="alignright wp-image-52227" src="https://www.collaboraonline.com/wp-content/uploads/2025/09/UK-Gov-ODF-003-757x1024.png" alt="" width="350" height="473" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/09/UK-Gov-ODF-003-757x1024.png 757w, https://www.collaboraonline.com/wp-content/uploads/2025/09/UK-Gov-ODF-003-222x300.png 222w, https://www.collaboraonline.com/wp-content/uploads/2025/09/UK-Gov-ODF-003.png 767w" sizes="auto, (max-width: 350px) 100vw, 350px" /></a></p><p>For open standards and long-term access, ODF (.odt, .ods, .odp) is ideal. As an interesting case study, and illustrating the benefits, <span style="text-decoration: underline;"><a href="https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation">many governments</a></span> now mandate the use of open file formats as the “standard for use across government”.</p><p>There are many reasons for this, but they essentially boil down to making sure you have full control over your documents – and avoiding the technical and financial dangers associated with proprietary technology. Essentially if you are relying entirely on one proprietary company for your file format standards, document editing software, and perhaps even cloud storage, it could be argued you’re asking for vendor lock-in problems, with future migration or even simple access becoming costly.</p><p>Legacy proprietary formats (such as .doc or .rtf) which are no longer actively developed should be avoided. In the future, if not already, they will be increasingly difficult to work with (have you tried to preserve formatting while opening Microsoft Works .wps or .xlr file in a modern document editor recently?).</p><p>The elephant in the room is what to do with .docx, .xlsx, and .pptx files. As proprietary formats, they carry the same long-term risks as .doc or .wps &#8211; future deprecation, compatibility gaps, or costly migration. Yet in a world dominated by Microsoft, ignoring them would be impractical. The safest approach today is to continue using these modern proprietary formats (without conversion) with existing files, but to prefer open formats (ODF) for creating new content. This strategy minimises the danger of future lock-in and preserves your freedom to move documents between systems without technical or financial obstacles.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-65dd7f9 elementor-widget elementor-widget-heading" data-id="65dd7f9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What about Document Editors?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-caa6981 elementor-widget elementor-widget-text-editor" data-id="caa6981" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<figure id="attachment_52243" aria-describedby="caption-attachment-52243" style="width: 300px" class="wp-caption alignright"><a href="https://www.collaboraonline.com/wp-content/uploads/2025/09/Word-Desktop-vs-Word-Web.png"><img loading="lazy" decoding="async" class="wp-image-52243" src="https://www.collaboraonline.com/wp-content/uploads/2025/09/Word-Desktop-vs-Word-Web.png" alt="" width="300" height="449" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/09/Word-Desktop-vs-Word-Web.png 905w, https://www.collaboraonline.com/wp-content/uploads/2025/09/Word-Desktop-vs-Word-Web-200x300.png 200w, https://www.collaboraonline.com/wp-content/uploads/2025/09/Word-Desktop-vs-Word-Web-684x1024.png 684w, https://www.collaboraonline.com/wp-content/uploads/2025/09/Word-Desktop-vs-Word-Web-768x1150.png 768w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-52243" class="wp-caption-text">*Note: Not all document editors are created equal! Microsoft’s modern formats (.docx, .xlsx, .pptx) dominate in business, so you need to work with them, but their quirks can still cause issues, even within Microsoft&#8217;s own product range.</figcaption></figure><p>This all means you need a document editor that is as comfortable working with .docx as it is .odt., .pptx or .odf. The good news is Collabora Online natively opens, edits, and saves all major formats, both Microsoft’s and ODF, so you can edit and collaborate freely without conversion headaches.</p><ul><li>ODF formats (.odt, .ods, .odp) are ISO-standardised, open, and widely supported &#8211; making them the safest bet for long-term storage and interoperability.</li><li>If you’re exchanging documents predominantly with Microsoft Office users, then .docx, .xlsx, or .pptx may be more practical. Those formats are the default in Microsoft’s ecosystem, and choosing them avoids confusion when sending files back and forth.*</li><li>Legacy binary formats (.doc, .xls, .ppt, .rtf) should be avoided for new work — they’re deprecated and increasingly unreliable.</li></ul><p>The takeaway? File formats will keep evolving, but you don’t have to get stuck in the past or tied to a single vendor.</p><p><strong>Collabora Online does a better job of handling Microsoft formats than Microsoft does of handling ODF</strong>. That means if you stick to ODF in Collabora Online, your documents will remain open, future-proof, and feature-complete &#8211; but if you need to share in Microsoft formats, we’re ok with that too, and provide high-quality export options that preserves your work.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-1f0e22b elementor-widget elementor-widget-heading" data-id="1f0e22b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The Best of Both Worlds</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-9ff04f5 elementor-widget elementor-widget-text-editor" data-id="9ff04f5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;">Get the best of both worlds with Collabora Online!</p><p style="text-align: center;">Try Collabora Online today and experience smooth, format-agnostic collaboration.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-12de0e6 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="12de0e6" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-f937a27 elementor-widget elementor-widget-spacer" data-id="f937a27" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7b8c9d9 e-flex e-con-boxed e-con e-parent" data-id="7b8c9d9" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f21dc4a elementor-widget elementor-widget-heading" data-id="f21dc4a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">File Format Summary</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-9c490b2 elementor-widget elementor-widget-text-editor" data-id="9c490b2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;"><em>*Collabora Online does a better job of handling Microsoft formats than Microsoft does of handling ODF.</em></p>								</div>
				</div>
				<div class="elementor-element elementor-element-8afd78b elementor-widget elementor-widget-text-editor" data-id="8afd78b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<table width="643" cellspacing="0" cellpadding="2"><colgroup> <col width="121" /> <col width="97" /> <col width="110" /> <col width="124" /> <col width="170" /> </colgroup><thead><tr><th width="121">Name / Type</th><th width="97">Extension(s)</th><th width="110">Purpose / Usage</th><th width="124">Software Used to Access</th><th width="170">Notes</th></tr></thead><tbody><tr><td width="121"><span style="color: #339966;">Plain Text</span></td><td width="97"><span style="color: #339966;"><code class="western">.txt</code></span></td><td width="110"><span style="color: #339966;">Minimal files containing only raw characters</span></td><td width="124"><span style="color: #339966;">Any text editor (Notepad, Vim, etc.)</span></td><td width="170"><span style="color: #339966;">Universally readable, but no formatting</span></td></tr><tr><td width="121"><span style="color: #ff0000;">Microsoft Word (legacy/proprietary)</span></td><td width="97"><span style="color: #ff0000;"><code class="western">.doc</code></span></td><td width="110"><span style="color: #ff0000;">Word processing (1983–2007)</span></td><td width="124"><span style="color: #ff0000;">Document editors with legacy import filters (Collabora Online, Microsoft Word&#8230;)</span></td><td width="170"><span style="color: #ff0000;">Proprietary, binary format. Difficult for other apps to fully support</span></td></tr><tr><td width="121"><span style="color: #ff9900;">Microsoft Word (modern/proprietary)</span></td><td width="97"><span style="color: #ff9900;"><code class="western">.docx</code></span></td><td width="110"><span style="color: #ff9900;">Word processing (2007–today)</span></td><td width="124"><span style="color: #ff9900;">Microsoft Word, Collabora Online, Google Docs</span></td><td width="170"><span style="color: #ff9900;">Based on OOXML. Technically “open,” but complex and not always perfectly interoperable (even within Microsoft offerings)</span></td></tr><tr><td width="121"><span style="color: #339966;">OpenDocument Text</span></td><td width="97"><span style="color: #339966;"><code class="western">.odt</code></span></td><td width="110"><span style="color: #339966;">Word processing (ISO standard since 2005)</span></td><td width="124"><span style="color: #339966;">Collabora Online, Microsoft Word*</span></td><td width="170"><span style="color: #339966;">Fully open, great for long-term use</span></td></tr><tr><td width="121"><span style="color: #ff0000;">Microsoft Excel (legacy/proprietary)</span></td><td width="97"><span style="color: #ff0000;"><code class="western">.xls</code></span></td><td width="110"><span style="color: #ff0000;">Spreadsheets (1987–2007) </span></td><td width="124"><span style="color: #ff0000;">Document editors with legacy import filters (Collabora Online, Microsoft Word&#8230;)</span></td><td width="170"><span style="color: #ff0000;">Proprietary, binary format. Difficult for other apps to fully support</span></td></tr><tr><td width="121"><span style="color: #ff9900;">Microsoft Excel (modern/proprietary)</span></td><td width="97"><span style="color: #ff9900;"><code class="western">.xlsx</code></span></td><td width="110"><span style="color: #ff9900;">Spreadsheets (2007–today)</span></td><td width="124"><span style="color: #ff9900;">Microsoft Excel, Collabora Online, Google Sheets</span></td><td width="170"><span style="color: #ff9900;">Based on OOXML. Technically “open,” but complex and not always perfectly interoperable (even within Microsoft offerings)</span></td></tr><tr><td width="121"><span style="color: #339966;">OpenDocument Spreadsheet</span></td><td width="97"><span style="color: #339966;"><code class="western">.ods</code></span></td><td width="110"><span style="color: #339966;">Spreadsheets (ISO standard since 2005)</span></td><td width="124"><span style="color: #339966;">Collabora Online, Microsoft Excel*</span></td><td width="170"><span style="color: #339966;">Fully open, great for long-term use</span></td></tr><tr><td width="121"><span style="color: #ff0000;">Microsoft PowerPoint (legacy)</span></td><td width="97"><span style="color: #ff0000;"><code class="western">.ppt</code></span></td><td width="110"><span style="color: #ff0000;">Presentations (1985-2007)</span></td><td width="124"><span style="color: #ff0000;">Document editors with legacy import filters (Collabora Online, Microsoft Word&#8230;) </span></td><td width="170"><span style="color: #ff0000;">Proprietary, binary format. Difficult for other apps to fully support</span></td></tr><tr><td width="121"><span style="color: #ff9900;">Microsoft PowerPoint (modern/proprietary)</span></td><td width="97"><span style="color: #ff9900;"><code class="western">.pptx</code></span></td><td width="110"><span style="color: #ff9900;">Presentations (2007-today)</span></td><td width="124"><span style="color: #ff9900;">Microsoft PowerPoint, Collabora Online, Google Slides </span></td><td width="170"><span style="color: #ff9900;">Based on OOXML. Technically “open,” but complex and not always perfectly interoperable (even within Microsoft offerings)</span></td></tr><tr><td width="121"><span style="color: #339966;">OpenDocument Presentation</span></td><td width="97"><span style="color: #339966;"><code class="western">.odp</code></span></td><td width="110"><span style="color: #339966;">Presentations (ISO standard since 2005)</span></td><td width="124"><span style="color: #339966;">Collabora Online, Microsoft PowerPoint*</span></td><td width="170"><span style="color: #339966;">Fully open, great for long-term use</span></td></tr><tr><td width="121"><span style="color: #339966;">Portable Document Format</span></td><td width="97"><span style="color: #339966;"><code class="western">.pdf</code></span></td><td width="110"><span style="color: #339966;">Fixed-layout format for sharing/printing</span></td><td width="124"><span style="color: #339966;">Adobe Acrobat, browsers, Collabora Online (e.g. PDF signing feature)</span></td><td width="170"><span style="color: #339966;">Excellent for publishing, not for editing</span></td></tr><tr><td width="121"><span style="color: #ff9900;">Rich Text Format</span></td><td width="97"><span style="color: #ff9900;"><code class="western">.rtf</code></span></td><td width="110"><span style="color: #ff9900;">Interchangeable text format (1987–2008)</span></td><td width="124"><span style="color: #ff9900;">Collabora Online, Microsoft Word, WordPad</span></td><td width="170"><span style="color: #ff9900;">Once popular for compatibility, now deprecated</span></td></tr></tbody></table>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/a-brief-history-of-file-formats-doc-vs-docx-vs-odf/">A Brief History of File Formats: DOC vs DOCX vs ODF&#8230;</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/a-brief-history-of-file-formats-doc-vs-docx-vs-odf/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Hidden Complexity of Office Security</title>
		<link>https://www.collaboraonline.com/blog/the-hidden-complexity-of-office-security/</link>
		
		<dc:creator><![CDATA[Neil Mohr]]></dc:creator>
		<pubDate>Thu, 14 Aug 2025 14:25:52 +0000</pubDate>
				<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=50812</guid>

					<description><![CDATA[<p>That’s a nice attack surface, it’d be a shame if someone hacked it… What appears to be straightforward functionality – upload a document, edit together,</p>
<p>The post <a href="https://www.collaboraonline.com/blog/the-hidden-complexity-of-office-security/">The Hidden Complexity of Office Security</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="50812" class="elementor elementor-50812" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-005f5f9 e-flex e-con-boxed e-con e-parent" data-id="005f5f9" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-25ca94d elementor-widget elementor-widget-image" data-id="25ca94d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="450" src="https://www.collaboraonline.com/wp-content/uploads/2025/08/Hidden-Complex-Office-Security-1024x576.png" class="attachment-large size-large wp-image-51252" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/08/Hidden-Complex-Office-Security-1024x576.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/08/Hidden-Complex-Office-Security-300x169.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/08/Hidden-Complex-Office-Security-768x432.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/08/Hidden-Complex-Office-Security.png 1280w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-5979b64 elementor-widget elementor-widget-heading" data-id="5979b64" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">That’s a nice attack surface, it’d be a shame if someone hacked it…</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-345cb1e elementor-widget elementor-widget-text-editor" data-id="345cb1e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div id="meta-origin" data-coolorigin="https%3A%2F%2Fshare.collaboraonline.com%2Fcool%2Fclipboard%3FWOPISrc%3Dhttps%253A%252F%252Fshare.collabora.com%252Findex.php%252Fapps%252Frichdocuments%252Fwopi%252Ffiles%252F6605551_ocytfm4ehh09%26ServerId%3D6b80451b%26ViewId%3D4%26Tag%3D7ddd2d818aefc746">What appears to be straightforward functionality – upload a document, edit together, save changes – actually requires defending against sophisticated attacks across multiple vectors simultaneously. Every document becomes a potential weapon. Every user session creates new vulnerability pathways. Every integration point opens additional attack opportunities. The scale of the problem is huge, look at some statistics:</div>								</div>
				</div>
				<div class="elementor-element elementor-element-bd3afe7 elementor-widget elementor-widget-text-editor" data-id="bd3afe7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4><strong>600 million daily attacks on Microsoft customers (2024)</strong> <sup>1</sup></h4>
<h4><strong>Average cost of a data breach was $4.88 million (2024)</strong> <sup>2</sup></h4>

<h4><strong>Attacks on Microsoft Office increased by 53% (2023)</strong> <sup>3</sup></h4>

<h4><strong>Microsoft Office accounted for 70% of application exploits (2023)</strong> <sup>4,5,6</sup></h4>

<h4><strong>43% of malware downloads are office documents (2021)
</strong> <sup>4</sup></h4>

<h4><strong>94% of malware is delivered by email (2024)</strong> <sup>1</sup></h4>								</div>
				</div>
				<div class="elementor-element elementor-element-52c2ff2 elementor-widget elementor-widget-text-editor" data-id="52c2ff2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>1) https://news.microsoft.com/en-cee/2024/11/29/microsoft-digital-defense-report-600-million-cyberattacks-per-day-around-the-globe/<br />2) https://www.packetlabs.net/posts/the-top-cybersecurity-statistics-for-2024/<br />3) https://www.kaspersky.com/about/press-releases/rising-threats-cybercriminals-unleash-411000-malicious-files-daily-in-2023<br />4) https://www.deepinstinct.com/blog/malicious-office-files-20-years-of-microsoft-office-exploits<br />5) https://www.microsoft.com/content/dam/microsoft/final/en-us/microsoft-brand/documents/MDDR_FINAL_2023_1004.pdf<br />6) https://blog.qualys.com/vulnerabilities-threat-research/2023/09/04/qualys-top-20-exploited-vulnerabilities</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-41fbf75 e-flex e-con-boxed e-con e-parent" data-id="41fbf75" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-64c6148 elementor-widget elementor-widget-heading" data-id="64c6148" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Attack Vectors That Matter</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c67d947 elementor-widget elementor-widget-text-editor" data-id="c67d947" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Document Processing Attacks:</strong> Malicious files don&#8217;t just contain bad content they can exploit the parsing engines themselves. Embedded macros execute in trusted contexts. Malformed documents trigger buffer overflows in rendering code. External references in PDFs and documents can exfiltrate data or establish command channels. Font rendering vulnerabilities can achieve code execution through seemingly innocent typography – <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1020">it happened to the Windows Adobe Type Manager library</a>.</p><p><strong>Real-Time Collaboration:</strong> Multi-user editing introduces operational attacks where malicious edits corrupt document state or bypass access controls. Session hijacking provides attackers with legitimate-seeming access. Sync poisoning attacks manipulate the conflict resolution algorithms to inject unauthorized content or steal data from other users&#8217; sessions.</p><p><strong>API Vulnerabilities:</strong> Protocol implementations can contain authentication bypass flaws. Tokens can get stolen and replayed across sessions. API rate limiting can be circumvented to enable data exfiltration. Cross-tenant isolation failures in multi-customer environments expose sensitive documents to unauthorized access.</p><p><strong>Infrastructure Compromise:</strong> Document containers can be escaped through format conversion exploits. Memory corruption in file parsing leads to privilege escalation. Legitimate-looking API calls mask data theft. File system access through document references enables broader system compromise.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-e72bf36 elementor-widget elementor-widget-image" data-id="e72bf36" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="547" src="https://www.collaboraonline.com/wp-content/uploads/2025/08/security-1-1024x700.png" class="attachment-large size-large wp-image-50821" alt="Collabora Online security" srcset="https://www.collaboraonline.com/wp-content/uploads/2025/08/security-1-1024x700.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2025/08/security-1-300x205.png 300w, https://www.collaboraonline.com/wp-content/uploads/2025/08/security-1-768x525.png 768w, https://www.collaboraonline.com/wp-content/uploads/2025/08/security-1.png 1057w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-434ec34 elementor-widget elementor-widget-heading" data-id="434ec34" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Collabora Online Has Your Back!</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e3a4564 elementor-widget elementor-widget-text-editor" data-id="e3a4564" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora engineers lead the security processes at the LibreOffice project and command decades of open source office development experience. Every document format vulnerability that&#8217;s been discovered and patched in LibreOffice automatically benefits Collabora Online deployments. This isn&#8217;t theoretical security, it&#8217;s proven through all the production installations across government, finance, and healthcare environments where document-based attacks are actively attempted.Proven Security Architecture: The real-time collaboration engine has been stress-tested through enterprise deployments supporting thousands of concurrent users.</p><p><strong>Enterprise-Grade Integration Security:</strong> Collabora&#8217;s WOPI-like implementation follows security best practices developed through hundreds of enterprise integrations.</p><p><strong>Open Source Security Advantage:</strong> As an open-source solution Collabora Online benefits from transparent code review by a global development community. Security vulnerabilities can&#8217;t hide in proprietary black boxes, they&#8217;re scrutinised by security experts worldwide.</p><p><strong>Verifiable Security:</strong> Why trust in a black box service that hides its security behind proprietary walls, Collabora Online submits its open source code to rigorous and continuous <a href="https://scan.coverity.com/projects/collaboraonline">third-party security analysis at Coverity Scan</a>, the same platform trusted by the Linux Kernel and NASA. Our publically available defect metrics demonstrate measurable security commitment and attainment of enterprise-grade security practices.</p><p><strong>Peace of Mind Integrations: </strong>Building document collaboration security from scratch means spending years learning lessons that Collabora Online has already learned through real-world deployments. Vulnerabilities you&#8217;ll discover, they&#8217;ve already encountered and patched. Attack vectors you&#8217;ll need to defend against, they&#8217;re already monitoring.</p><p><strong>Integration isn&#8217;t just faster—it&#8217;s more secure.</strong> You inherit proven defences instead of discovering vulnerabilities through production breaches. You get a security team that&#8217;s already expert in document-based attacks instead of building that expertise through painful experience.</p><p><strong>Don’t delay</strong>, <a href="https://www.collaboraonline.com/contact-us/">talk to our expert engineering sales team</a> and discover how Collabora Online can secure your online documents.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a2897a2 e-grid e-con-boxed e-con e-parent" data-id="a2897a2" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-2127d4c e-con-full e-flex e-con e-child" data-id="2127d4c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-59a9eab elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="59a9eab" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-mobile-alt" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Buy Collabora Online						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Official supported stable version with tested updates, security fixes and improvements.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e3cc033 elementor-align-left e-transform elementor-widget elementor-widget-button" data-id="e3cc033" data-element_type="widget" data-settings="{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.05,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/collabora-online/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>			</span>
									<span class="elementor-button-text">Learn more</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-ae34c22 e-con-full e-flex e-con e-child" data-id="ae34c22" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-69fe7a4 elementor-widget__width-initial elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="69fe7a4" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-server" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Install CODE &amp; Try It Out						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Collabora Online Development Edition can be set up On-Premise via virtual appliance, Docker, Linux package, etc.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-cb27181 elementor-align-left e-transform elementor-widget elementor-widget-button" data-id="cb27181" data-element_type="widget" data-settings="{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.05,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.collaboraonline.com/code/#learnmorecode">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>			</span>
									<span class="elementor-button-text">Learn more</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/the-hidden-complexity-of-office-security/">The Hidden Complexity of Office Security</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
