I don’t necessarily like a few takes in the comments here.
Vibes wise the Obsidian team seems to be great and they don’t seem to have shown any reason why I should distrust them. I love FOSS but gifting others my work doesn’t put food on my table, so in that sense they need to have a lucrative business model which they seem to have established.
I could use SyncThing, Git or other solutions to do synchronisation between my devices but I choose to buy their Sync offer, since I want to support them (they also have EU servers, which need to be GDPR compliant by law afaik).
The closest comparison I could make is NextCloud. NextCloud open sources their software, but they sell convenience. Sure, you could self host it, but paying them to do so for you may be more attractive. In comparison Obsidian is not really complicated to set up or maintain. It’s literally just a MD-editor. So the only convenient thing to sell is synchronisation if you don’t want to put a price tag on the software.
If they open source all their code, some tech wizard will implement a self hosted obsidian sync server with the same convenience as theirs in a day, and the company will lose their revenue stream.
We’ve all been burned by tech bros in one way or another, but I think it’s ok for people to profit off of their IP. And they seem to be doing so with a positive vision. Feel free to let me eat my words if they ever go rogue, but that’s my 2 cents.
Thanks for the rare, rational comment regarding Obsidian. Many people here seem to think releasing software as closed source automatically means you have something to hide; seemingly forgetting we live in a capitalist system in which you must constantly sell your services to survive. (I am saying this as someone who adores FOSS and donates to most of my homelab software on a regular basis).
I think a more productive way to look at is: is the closed source dev friendly (or at least non-hostile) to the open source community? In the case of Obsidian, they haven’t done anything egregious, and regularly contribute to open source plugins. Furthermore, the notes are stored as markdown files. This gives the user strong resistance against potential enshittification, so even if they did go rogue you can just move to some other text editor lol. Granted, you would miss out on plugins but otherwise that’s a good reason to keep your plugin usage light and plan your Obsidian vault accordingly.
I think it’s ok for people to profit off of their IP
I absolutely agree. That doesn’t mean the software has to be closed source though, a lot of software works well when sold with paid support, especially to companies.
If the price is low enough, companies will often just pay even if they don’t need the support.
That’s a bit naive imho. Remaining closed source is a form of IP protection and that’s really ok for what Obsidian is (a markdown editor). There’s just not any benefit for them other than appreciation from FOSS enthusiasts. Also maintaining an open source repository causes a higher workload and they lose a lot of freedom.
If privacy is your concern you don’t need source code anyway. It’s quite easy to sandbox an application like that and analyse network traffic and such. Also Obsidian is built using Electron. That means with enough motivation one could quite easily reverse engineer most of the app. Most of the applications behaviour can also be observed via the integrated dev console, which lets you view source code.
In short I don’t really see the need, unless I want to build or maintain it myself. And I think the negatives far outweigh the positives from the perspective of Obsidians team.
You don’t need a public repo to be FOSS. You don’t need to accept changes. All you need is to provide a copy of the source code upon request. You can even automate that with a link to a tarball or something in the app.
My concern is less about privacy and more about security and longevity (i.e. what happens if they turn evil?). If it’s FOSS, I can audit the source and fork it if they go in a direction I don’t like. If it’s proprietary, I’m SOL if they turn evil or stop development. Projects like these tend to die.
I don’t really see any negatives here. The chance that someone makes a more popular fork is incredibly low, and the chance that someone audits it and points out a bug is a lot higher. They can retain control of the name, sell the software, etc. I really don’t see how providing source code is a downside.
If they open source all their code, some tech wizard will implement a self hosted obsidian sync server with the same convenience as theirs in a day, and the company will lose their revenue stream
Obsidian is storing everything as plaintext files. Those convenient selfhosted sync solutions have been out there for years.
It’s not just about syncing files. It’s also the fact I can edit stuff on my tablet and see the changes in almost real time on my laptop with Obsidian Sync. I believe most other solutions wouldn’t play nice with such a workflow.
With the vault stored on a synchronized cloud drive, Proton/Google/etc the same thing happens.
Joplin is more directly comparable. The apps are open source and it offers sync with all kinds of targets. It monetises through a source available sync server (i.e you can run your own but you arent allowed to run it commercially) hosted by Joplin (Joplin Cloud)
For transparency im directly involved with Joplin as a volunteer (less so in recent months admittedly) so yeah, im a bit biased.
Someone develops logseq which is completely foss and like obsidian. Now I can choose to donate to FOSS or buy closed source. How do you decide?
We just need to establish paying for open source software more.
I couldn’t get work to pay for it so I found a better, cheaper alternative, Notesnook. It’s open source (client and sync server), you can publish notes, and it’s end-to-end encrypted.
It says it’s free, but then there’s a pricing and plans page?
A lot of alarm bells ringing for me about that app.
Notesnook is free. It is developed under gpl https://github.com/streetwriters/notesnook
i use notally for quick notes and reminders but i needed another organizer for longer text
i started trying notesnook after reading your comment and it looks like what i needed. I really like its customizability. I wish there was an option to choose fonts from file.
The only problem is that constant login reminder. Is there a way to get rid of it?
I’ve never seen constant login reminders, but I’ve only used it in a browser, and the Android/Window/Linux apps are you seeing it on iOS? Maybe its a bug? If you go to settings in the app and then click “Help and support” > “Report an issue” you can open a github issue. I’ve had really good success in getting issues resolved.
The community plugin “Google Drive Sync” is free, open source, and lets you (clunkily but effectively) bypass Obsydian Sync. One less server to manage.
There’s also syncthing, which allows syncing a folder… Hell theres even a git plugin to bypass obsidian sync, so you can get version controlled notes (which might be desirable in a work setting)
There is also the Obsidian Selfhosted Livesync community plugin that will sync with your own sync server. As the name suggests, it syncs live, so you can even see typing from one device appear on another. It’s pretty neat
Which is a great workaround but then all your private notes are on Google’s servers, accessible to anyone with enough admin rights on their end. All apps should be end-to-end encrypted going into 2025. There’s no reason security AND privacy shouldn’t be included.
technically yes. they just recently made the sync server open source - https://github.com/streetwriters/notesnook-sync-server - but their documentation for it is still pending.
I’ve been following their progress for a while and can say that they appear to be following through on all their goals. and are very responsive to issues on GitHub. but don’t take my word for it, check out their roadmap to see when they release the self hosting documentation- https://notesnook.com/roadmap/
It’s interesting that a closed-source app has good reputation among FOSS enthusiasts. Surely they are not a Microsoft or Apple, but still who controls your computer, you or them?
It stores your data in plaintext, and simply uses the program to parse special formatting characters. There are no attempts at obfuscation or encryption, and it doesn’t lock you into a walled garden that refuses to play nice with other programs. The program itself is closed-source, but anyone could write an open source version to parse the same info… There just hasn’t been a good reason to do so. Even if Obsidian as a company and program ceases to exist overnight, your data is still safe on your machine and can be read by anyone who cares enough to dig into the file. Hell, you can even open it as the plaintext file and dig through it manually.
Markdown is also an open format. You aren’t forced to use Obsidian for everything, and there are already numerous programs that are capable of displaying the formatted end-file, because it’s standard markdown.
It’s not some proprietary thing that only Obsidian uses.
Use obsidian enough and your brain also just starts to interpret raw markdown lmfao.
I’ve definitely caught myself using md to format pen and paper notes before.
There in fact are FOSS alternatives like Joplin. Personally, I actually switched from Joplin to Obsidian due to a larger community (and therefore community-driven plugins) and overall a more polished UX. That being said, I have the security of switching back if Obsidian ever becomes evil or unusable.
Another aspect is that the entire source code is technically viewable (partially obfuscated) since it’s a web app. Having written plugins for Obsidian, you’re very much interacting with the source code itself. Feels like open source with extra steps and I wish one day they will finally make the switch to true FOSS.
That’s not so true of the Android app. I do have access to bytecode but changing bytecode to bring feature enhancements is not for the faint of heart.
And storage in their current android app is a major privacy breach.
Hol up. Are notes stored in files in a directory structure or a single file? Just that you said “the file” so I’m wondering.
If so, that’s lock in.
It’s a directory. When you create a new note, it creates a new file inside of that directory. My point was simply that you can always just browse the directory and read the plaintext file for whichever note you want. Obsidian simply adds things like text formatting and automatic links to other notes.
I just cant wrap my head around why they’re willing to go so far to gain good will from people by having such a generous free tier, but somehow licensing the code under a FOSS license is out of the question??
Why not just go all the way and make sure everyone who cares about reading the souce could also give you free contributions?
I think the big difference is that you can use it for free without any account needed, and all your data is stored locally in a format that remains accessible to alternative apps.
So the moment they start doing questionable stuff you are not a hostage to their app. There are alternatives, they are just not as nice as this currently.
Now that it’s free, are its users the product?
Nothing else is changing. No account required, no ads, no tracking, no strings attached. Your data remains fully in your control, stored locally in plain text Markdown files. All features are available to you for free without limits.
“…until we have a large enough userbase to start monetizing and enshittifying…”
While that’s technically possible, it’s very difficult, and in my opinion, highly unlikely.
- All notes are stored in markdown, which is compatible with any other markdown-compatible app. It’s not just a note format, it’s a fire exit.
- Even the canvas files are now having an interoperable format created, with other industry-leading canvas style software, and that whole process was started by the Obsidian team voluntarily
- All plugins must be open-source unless explicitly and clearly stated, and such plugins are only listed on a case-by-case basis, which makes even additional plugin-specific functionality added to Obsidian easier to port over to other software if Obsidian ever does lock things down
- They don’t have VC investors, and have mentioned a few times that they won’t be accepting investment in the future, since they don’t exactly have very high costs. They’re explicitly anti “VCware.” Features like Sync that depend on their server hosting bill being paid are only used by paying users, and most users will never have to use Obsidian servers past downloading and updating the app, and installing a few plugins of a few megabytes in size. Costs aren’t likely to rise in any substantial way, and their team is small enough to make it profitable to operate at their existing scale.
- Actions like this are literally proactively recognizing that something wasn’t in line with their manifesto, and wasn’t beneficial for users, so they’re removing it. Companies planning to enshittify don’t usually remove enshittified/negative features they already have before re-enshittifying. They want you used to the enshittification from the start.
They have a plenty large enough user base and have not done so. You’re literally commenting this on a post of them doing the exact opposite. The fear mongering is insane.
If you want to sync your notes between devices, Obsidian Sync is $48 a year. But since it’s all just markdown files anyway, you could just use dropbox to sync them anyway.
Doesn’t appear so but there is that potential in a future update as they’re in control of what the software actually does. If data is indeed stored in plain text files then hopefully an alternative software could be made to display that data.
Obsidian files are just Markdown, so there is plenty of software out there today that can parse them. The only thing you might miss is plugins that don’t exist outisd of obsidian.
The canvas built in is the easiest UI I’ve used to make mind maps, I’d surely miss it if I had to migrate.
Read whole page. Not sure what Obsidian even is?
Note-taking app. Each note is a markdown file, so you can add formatting.
What sort of extensions would one use for a note taking app? What sort of notes to you take with it?
It’s like trillium, but not open source Here is an enthusiastic person talking about the state of the art of one year ago for 20 minute. https://youtu.be/XRpHIa-2XCE
It’s like a Bilium, but with one more
Its a staggeringly powerful app. Utilizing the markdown format and the Dataview plugin to create queries with metadata in your notes allows you to build INSANE knowledge management systems.
Example of some set ups here: https://forum.obsidian.md/t/14-example-vaults-from-around-the-web-kepano-nick-milo-the-sweet-setup-and-more/81788