We believe that any software should support fundamental digital freedoms. With the rise of cryptography and computer systems, it is now possible to guarantee these freedoms in the world of bits: privacy of thoughts, freedom of speech, right to authorship, and autonomy from software providers. These rights can be encoded into the code, which when open, can be freely verified by anyone. This way, trust among users and developers can be established.
This is our way. By opening our source code, we ensure that our users have complete autonomy and independence from the Any Association. They retain the ability to analyze, compile, and run each software component on their personal machines without relying on external parties. This guarantees uninterrupted access to the tools and data they generate and store, shielding them from any potential restrictions.
We see our products as an open ecosystem where the community can contribute in various ways, not only by committing to the core source code. Contributors can develop integrations, design themes, create use cases for the in-app library, or provide documentation and translations.
I’ve been using it for a week, and I’ve also been using Obsidian for a couple of months.
It’s quite different from Obsidian.
Obsidian:
- is great in writing notes / markdown, very text heavy
- there are dataview that could tie relations between notes, but it’s not user friendly to set it up. Also table creation is still not user friendly.
- has great community plugin support
- very keyboard friendly
Anytype:
- is great in creating relations between objects, you define objects and relations all the time, e.g. Movie object has a Director relation that ties to a Director object, etc.
- it’s good for drag & drop / mouse heavy interactions, the keyboard navigation is still clunky (hard to select some sections just by using keyboard)
- no community plugins
I use Obsidian to write my language grammar notes, it’s very fast, and I could do most stuff on keyboard without switching to mouse.
I use Anytype to setup kanban boards, information of my video games backlog, I use it for planning tasks that I wanna do later, set the status to in-progress, and watch it show up on the dashboard. It’s very linkage heavy.
Anytype is probably more of a replacement of Notion, instead of Obsidian, albeit it’s still in alpha, thus it doesn’t have enough features to go against Notion yet. But I am enjoying it thoroughly, the UI is clean and not bloated, although it requires you to define Objects and Relations if you want to fully utilize it.
How does it compare to Obsidian.md?
For further reference: https://anytype.io/ is the actual project page.
Having used it for a bit, it feels more like a Notion alternative than an Obsidian competitor. For instance, it isn’t based on Markdown and pages aren’t directly accessible on the OS filesystem (there’s some sort of pseudo-cloud storage thing going on). Its Sets and Collections feel like a different take on Notion’s databases. Some of the default examples loaded into the app are a task tracker and a movie list, two things I use Notion for right now. I’m sure there’s some feature overlap with Obsidian, but that doesn’t seem like Anytype’s primary goal.
I see. I would like to see a FOSS alternative to Obsidian but its ecosystem with plugins and such is way too useful for me as a writer, roleplayer and gamemaster that I really can’t replace it with anything else. But Anytype isn’t it then. Thanks for the comparision.
Why wouldn’t you consider Obsidian FOSS? It seems like the source code is available. I’m relatively new to open source and not trying to argue, just think that there’s a distinction that I’m missing.
FOSS software is developed in such a way that you can build it yourself freely (In other words, you can download the source code and compile the actual application yourself, free of charge). Obsidian doesn’t really work that way. Even if most of the code is available, the full app is only available as prepackaged binaries which might introduce god knows what (and make forking the application impossible).
At that point, it’s not FOSS, just OSS. Free means that it also uses a license that is ‘Free’ - as RMS would put it ‘libre’. So -, you can - under stipulations, do whatever you want with the Source code.
Just because they have github repos for their releases and community plugins and their spec doesn’t mean they are Free and Open Source Software (FOSS).
- Free would apply, since you can use it with free of charge, and you don’t even need their Sync service since you can host it on your own git repository.
- Open Source, no there where it fails down. Their source isn’t open, as it isn’t publically available.
I see, I don’t know why I thought they were open source when the second line of the releases github says they aren’t, lol. Thank you for clearing that up for me!
Hey, no problem :)
If you want something that’s really open source, consider Joplin (AGPL-3.0, https://github.com/laurent22/joplin/) or CherryTree (GPL3, https://github.com/giuspen/cherrytree).