The problem with Arc is that it doesn't allow exporting data (history, bookmarks) to a file natively.
One way to do this is to use a script but that only exports Bookmarks and not the history.
I don't really use the bookmarks feature that much; what I really liked about Arc was that it was really easy to navigate to somewhere I already visited.
So, if you're like me, follow this guide and you'll be able to import your browsing history into Zen browser!
TL;DR: copy-paste your Arc Chromium profile to a Chrome Profile, then Zen Browser will be able to detect it and import the data.
- Open Arc
- Navigate to
chrome://version
- Save the path to your user profile. (for me:
/Users/clouedoc/Library/Application Support/Arc/User Data/Default
)
- Open Chrome
- Create a dummy Chrome profile with nothing inside it. Use a distinctive name.
- Navigate to
chrome://version
- Save the path to your Chrome user profile (for me:
/Users/clouedoc/Library/Application Support/Google/Chrome/Profile 24
) - Close Chrome
- Open the terminal
- Run (replace with your own data)
rm -rf "/Users/clouedoc/Library/Application Support/Google/Chrome/Profile 24"
cp -r "/Users/clouedoc/Library/Application Support/Arc/User Data/Default" "/Users/clouedoc/Library/Application Support/Google/Chrome/Profile 24"
- Open Zen Browser
- Import from this profile
- It will get stuck on the "payments" part likely. Just close the dialog -- the rest of the data will be imported fine 👌
This is very helpful! One suggestion – may be helpful to delete the website cache first (either via CLI, or maybe thru Arc) before copy - mine took forever to copy. Haven't tested how to do that effectively.