How can users confidently verify that a FOSS application is running from its published source code? Is there a easy way to check this, or is this based of checksum and hashes?

  • @pixxelkick
    link
    191 year ago

    Compile the application yourself, usually.

    • @FooBarrington
      link
      81 year ago

      This won’t help verify a published binary unless the project is set up for reproducible builds.