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.

  •  tsuni   ( @tsuni@beehaw.org ) 
    link
    fedilink
    English
    51 year ago

    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.

    •  macniel   ( @DmMacniel@feddit.de ) 
      link
      fedilink
      English
      12
      edit-2
      1 year ago

      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.
    • 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).

      •  uberrice   ( @uberrice@feddit.de ) 
        link
        fedilink
        English
        111 months ago

        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.