FAQ
How to recover my Key from my OS key storage manager?
Mac
If you’re using a Mac, Anytype’s default setting is to store your key in the native Keychain Access app. It doesn’t get stored anywhere else. Whether your passwords are backed up to iCloud depends if you have that option enabled in your settings. You can check Apple’s support page for more information on iCloud password backups.
We’ve set up this system as a safety net for users who might otherwise lose their Key. We’re pursuing different options for the future, but for the time being, this is how it works.
If you logged in with your key on your mac, then you can find it here:
Click and open Finder from the dock.
Click on Applications & open Utilities.
Open the Keychain Access app.
On the sidebar: select Default Keychains: login
Find & open your Anytype instance in the list
Check the “Show password” box to reveal your key
Windows
Your key is stored in the Credentials Manager. If you are unable to read a password via the Credential Manager (Show button is missing), you can use this PowerShell script. Save it to your computer, right-click in the File Explorer and press "Run with PowerShell".
Linux
You can use seahorse to find your key if you are using GNOME Keyring.
Which standard do you follow to create my Vault’s Key?
We use the BIP39 standard to generate a mnemonic phrase, which is then used to derive your Vault's private key.
What are the minimum specs?
For Desktop, Electron follows Chrome, and they follow vendor support policies. At the moment that means:
Win 10+
macOS 12 Monterey and up
64-bit Ubuntu 18.04+, Debian 10+, openSUSE 15.5+, or Fedora Linux 39+
For Android (if installed through Google Play), it's Android 8.0 and a 64-bit device with a minimum of 4GB of RAM.
For iOS, it's iOS 16.
Where is Anytype installed?
In Windows 10 or above, it is usually located:
C:\Users\<username>\Appdata\Local\Programs\anytype
username stands for the name of your user aka working directory.For MacOS, it's:
HDD > Users >
Username
> Library > Application Support > anytype
For Linux, you'll find your work directory in
~/.config/anytype
For Android, it’s your default location, usually: _device/data/app_. We also store some caches: device/data/data/io.anytype.app Anytype directory is stored in a protected app data folder, which isn’t accessible by the user on Android devices.
For iOS, it's the standard install path determined by the iOS.
Are there any network requests when using local-only mode?
We can guarantee that there are no network requests to our Anytype Network, but our telemetry will still send requests (you will be able to opt-out later on). Additionally, the client still needs to to send requests for some of the features (embedding blocks, fetching bookmarks, etc.) to work properly.
What to do if I'm asked to enter my key / recovery phrase each time on Linux?
Linux users may be asked for their Key each time they log in. To resolve this issue, please install a keychain. The most popular is GNOME Keyring. Additionally, ensure that you have met all the dependencies beforehand.
Why is there no browser version of Anytype?
There's no browser version of the app. Anytype is a stand-alone software, that works on desktop or mobile devices. There are many points of vulnerability in-browser apps that would compromise our commitment to data security and encryption.
Can I use two separate Vaults at the same time?
Here's a tweak that works only on desktop: you need to create a separate shortcut for your other Vault and add the --user-data-dir="$path"
flag to the launch command (i.e. --user-data-dir="D:\Anytype"
).
Does Anytype have a bug bounty program?
As a non-profit organization that hasn’t reached a sustainable income yet, we don’t have any guaranteed bug bounty program. If you can prove that you found a critical vulnerability in our applications but don’t want to disclose it, we can discuss a potential reward. Please check this page from our GitHub for more information.
What can I do if I can't open Anytype links through a browser?
You can still open any Anytype links by simply pasting them in the global search menu within Anytype and hitting enter.
How can I create columns?
You can use the orange 'handle' to the left of each block to create parent/child blocks or new columns in your editor by dragging and dropping them.


Why can't I search or batch select objects inside queries on mobile?
These features are currently unavailable on both iOS and Android.
Why does it say that my key is too short?
This issue is usually resolved by adding a space at the end after pasting your key.
Can guests of my space use Anytype from local-only mode?
Unless they are all part of the same local network, guests will need to be connected to the Anytype network in order to see all changes in the space.
What are some of the things that are not yet supported on mobile?
Columns
Kanban, Calendar, and Graph Views
Graph & Flow
PIN Code
Why do I have an Entry Space?
Vaults created before version 0.44.0 have an Entry Space. You are free to delete this space if no longer needed, or you can migrate your data to a different space by using the Import & Export feature.
Last updated
Was this helpful?