While Confluence does not have a proper offline client, there are a few manual workarounds are available. The request for a offline client is being tracked in at CONF-3726 as all the current read/write options don't have conflict resolution. This means that users must be careful that their updates don't overwrite changes made while they were offline.
Read/Write Options
Export To Microsoft Word
Use the Office Connector plugin or the commercial Office Add-in to import Microsoft Word documents into Confluence as wiki pages. Users can disconnect with local copies in Word format, view or edit those inside Word and upload the new versions later, or create new pages offline.
Allows updates
No conflict/merge for updates
Best with a small number of pages
This is recommended for:
- Editing Word documents
- Editing pages, if the user isn't comfortable with editing wiki markup
Use Network Drive Access
Use the WebDAV plugin to mount Confluence as a network drive. When going offline, users can copy across attachments and wiki pages they wish to work on. Updated files can be uploaded later. Users confident with wiki markup can also edit pages directly and upload those changes later.
Allows updates
No conflict/merge for updates
Slow
Pages shown as wiki markup
This is recommended for:
- Editing any attachment that is not a Word document
- Editing pages, if the user is comfortable with wiki markup
Road Runner
Still in early aplpha. Please see author's comments on the bottom of this page.
RoadRunner for Confluence

Feedback? brendan@artemissoftware.biz
Read-Only Options
Local Confluence Mirror
Users can have their own copy of public wiki, or a public space from a private wiki, on their local machine. Each user installs Confluence Standalone on their machine with a starter license. An administrator makes the site or space XML backups available for download, then each user downloads and imports the most recent XML backup into their local instance whenever they need offline access.
Confluence UI
Can include attachments
Searchable
Importing the local mirror back will overwrite the project or site
XML backups expose all protected page content
Requires hosting backup files
Unsuitable for large instances
free personal licenses were discontinued, so each mirror requires at least a $10 starter license
One way to make the latest backups automatically available for download would be to write a custom script to periodically determine the most recent backup file in the Confluence backup directory and upload it to a specific Confluence backups page using the remote API.
HTML Export
Users with administrative rights can use either the AutoExport Plugin or manually export a space to HTML. This export can be made freely available.
Easy
Can be hosted online
No search
No attachments
PDF Export
Users with administrative rights can export a space to PDF or if you need control over the content hierarchy, layout and font styles then use the PDF Documentation Generator. This export can be made freely available.
Easy
Searchable
No attachments

6 Comments
Hide/Show CommentsDec 21, 2008
Brendan Patterson
Hi Everyone,
This is something I've been thinking about for a long time and the recent AtlasCamp inspired me to write it.
I have released an early alpha version. If you find this is moving in a possible direction to solve your needs please send me feedback. I have big plans for this and a feature list a mile long but really need some help in terms of where to take it to most efficiently serve people's needs. Comments, critiques, criticisms appreciated!!
brendan@artemissoftware.biz
RoadRunner for Confluence

This might not solve all of these issues for all users, but for some that are willing to install a personal Confluence this should offer many of these features.
Thank you!!
Brendan Patterson
Dec 22, 2008
Boots Wang [atlassian]
Thanks Brendan, I'll include Road Runner in the list of options.
Cheers,
Boots
Dec 22, 2008
Andy Brook
Hi Brendan,
In its current form its certainly a nice front-end to the functionality in Remote Import plugin, however, a 'killer' feature for your application (and something Ive been asked for in the past) is to be able to detect changes and do a reverse sync, updating as appropriate, and providing some kind of method to reconcile pages updated in both places. Is this kind of thing on your roadmap?
Dec 22, 2008
Brendan Patterson
Hi Andy,
Thanks so much for having a look!
To answer your question yes - a reverse sync is on the roadmap. That was actually what I started implementing off the bat, but a friend recommended I should start with a simpler case. Two way sync seems like it shouldn't be all that hard but the algorithms are a bit complex and the edge cases to deal with are numerous. However that is definitely on the roadmap.
In the meantime I am trying to help people get most of the way there much sooner:
I do completely agree with you about the killer feature and it is coming, but in the meantime I'm hoping to give people the ability to move content back and forth almost as easily.
That might be more information than you were looking for
Please continue to send along any other thoughts, ideas, features (killer or otherwise).
Many thanks!
Brendan
Dec 22, 2008
Andy Brook
Ok Brendan, thats great, I'm wathcing the plugin page so will checkout developments (hrm).
Sep 10, 2009
Ulf Slunga
Consider this scenario:
We write technical documentation & user manuals in Confluence for a web system. This documentation needs to be made available both online & as printed documentation.
The printed documentation is no problem, exporting spaces as pdf is OK (not brilliant, but acceptable).
Regarding the online user manual, there are (at least) two alternatives:
What I really would like to do is to run a (probably read-only) confluence hosted solution locally at the customer installation, in the cases where the external access to our own server is not accepted by the customer.