Skip to main content
OpenComic offers portable versions that allow you to run the application without installation, making it perfect for USB drives, cloud storage, or systems where you don’t have admin privileges.

What is portable mode?

Portable mode means OpenComic runs as a self-contained application:
  • No installation required
  • All settings and data stored in the application folder
  • Can be run from USB drives or cloud storage
  • No registry entries or system modifications
  • Easy to backup and transfer between computers

Portable versions

OpenComic offers two types of portable builds:

Standard portable

Self-contained executable that stores data in the system’s user directory. Easy to run but not fully portable.

Folder portable

Completely portable version that stores all data alongside the executable. True portability.

Downloading portable versions

Download from the releases page:
  • OpenComic.Portable.{version}.exe - Standard portable
  • OpenComic.Folder.Portable.{version}.exe - Folder portable (recommended)
  • OpenComic-Folder-Portable-{version}.7z - Folder portable archive
The folder portable version is recommended for true portability.

Setting up folder portable (Windows)

1

Download

Download OpenComic.Folder.Portable.{version}.exe or the .7z archive from the releases page
2

Extract (if using .7z)

Extract the archive to your desired location:
  • USB drive
  • Cloud storage folder (Dropbox, OneDrive, etc.)
  • External hard drive
  • Local folder
3

Run the executable

Double-click OpenComic.exe to launch
4

Verify portable mode

Check that an app-data folder is created next to the executable. This confirms portable mode is active.

Setting up AppImage (Linux)

1

Download

Download the .AppImage file for your architecture
2

Make executable

chmod +x OpenComic-{version}.AppImage
3

Run

./OpenComic-{version}.AppImage
Or double-click in your file manager
AppImage automatically stores settings in ~/.config/OpenComic. To make it fully portable, use the folder portable Linux build.

Folder structure

In folder portable mode, your directory structure looks like:
OpenComic/
├── OpenComic.exe              # Main executable
├── app-data/                  # Portable data folder
│   ├── comics/                # Your comic library
│   ├── config/                # Settings and preferences
│   ├── thumbnails/            # Generated thumbnails
│   └── reading-progress/      # Reading history
├── resources/
└── ...
Keep the entire folder together. Moving only the executable will break the portable configuration.

Using portable mode from USB drive

1

Format USB drive

Use exFAT or NTFS for compatibility across systems
2

Copy OpenComic

Extract the folder portable version to your USB drive
3

Add comics

Copy your comics to the USB drive (can be anywhere on the drive)
4

Run on any computer

Plug in the USB drive and run OpenComic.exe
5

Add library paths

Point OpenComic to your comics folder on the USB drive
USB drive letter may change between computers. Use relative paths when possible or reconfigure library paths on each system.

Cloud storage integration

Using portable mode with cloud sync

Place OpenComic folder portable in cloud storage to sync settings across devices:
  1. Extract OpenComic to Dropbox/Apps/OpenComic/
  2. Add library folders within Dropbox or use absolute paths
  3. Launch from any synced computer
  4. Settings and reading progress sync automatically
  1. Extract OpenComic to your OneDrive folder
  2. Configure library paths
  3. Access from any device with OneDrive
  4. Wait for sync to complete before closing app
  1. Install Google Drive for Desktop
  2. Extract OpenComic to Google Drive folder
  3. Run from synced folder
  4. Settings sync across devices
Don’t run multiple instances simultaneously from cloud storage - this can cause database conflicts. Close the app on one computer before opening on another.

Advantages of portable mode

No installation

Run immediately without admin privileges or installation

Complete control

All data in one folder - easy to backup and manage

Multiple versions

Run different versions side-by-side for testing

Clean removal

Delete folder to completely remove - no traces left

Limitations

Portable versions don’t register file associations. You’ll need to manually open files with OpenComic or use the installed version for automatic file associations.
Right-click “Open with” integration is not available in portable mode.
Portable versions may not support automatic updates. Download new versions manually from the releases page.
Running from slow USB drives may impact loading times for large comic files.

Migrating to/from installed version

From installed to portable

1

Locate data folder

Installed version stores data in:
  • Windows: %APPDATA%/OpenComic
  • Linux: ~/.config/OpenComic
  • macOS: ~/Library/Application Support/OpenComic
2

Copy data

Copy the entire data folder to the portable app-data folder
3

Update library paths

Open OpenComic portable and update library paths if needed

From portable to installed

1

Install OpenComic

Run the installer for your platform
2

Copy portable data

Copy contents of portable app-data folder to the installed data location
3

Verify

Launch installed version and confirm your settings and library are intact

Troubleshooting

  • Ensure you’re using the folder portable version, not standard portable
  • Check folder permissions - the app needs write access
  • Try running as administrator (Windows)
  • Verify comic files are accessible from the current drive/location
  • Check that library paths are correct for the current system
  • Use relative paths when possible for better portability
  • Confirm app-data folder exists next to executable
  • Check write permissions on the folder
  • Ensure antivirus isn’t blocking file writes
  • Use USB 3.0 or faster drives
  • Store comics locally, only settings on USB
  • Consider using SSD-based external storage

Best practices

  1. Backup regularly: Portable mode makes backups easy - just copy the folder
  2. Use relative paths: When possible, store comics near the portable folder and use relative paths
  3. Eject safely: Always safely eject USB drives to prevent data corruption
  4. Test on target systems: Verify portability on actual target computers before relying on it
  5. Keep it updated: Manually download new versions to benefit from bug fixes and features

Build docs developers (and LLMs) love