CompCert VS mullvadvpn-app

Compare CompCert vs mullvadvpn-app and see what are their differences.

CompCert

The CompCert formally-verified C compiler (by AbsInt)

mullvadvpn-app

The Mullvad VPN client app for desktop and mobile (by mullvad)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
CompCert mullvadvpn-app
36 199
1,763 4,419
0.7% 2.1%
7.2 10.0
about 1 month ago 2 days ago
Coq Rust
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CompCert

Posts with mentions or reviews of CompCert. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-31.
  • Differ: Tool for testing and validating transformed programs
    6 projects | news.ycombinator.com | 31 Jan 2024
    A big problem is that proving that transformations preserve semantics is very hard. Formal methods has huge potential and I believe it will be a big part of the future, but it hasn't become mainstream yet. Probably a big reason why is that right now it's simply not practical: the things you can prove are much more limited than the things you can do, and it's a lot less work to just create a large testsuite.

    Example: CompCert (https://compcert.org/), a formally-verified compiler AKA formally-verified sequence of semantics-preserving transformations from C code to Assembly. It's a great accomplishment, but few people are actually compiling their code with CompCert. Because GCC and LLVM are much faster[1], and have been used so widely that >99.9% of code is going to be compiled correctly, especially code which isn't doing anything extremely weird.

    But as articles like this show, no matter how large a testsuite there may always be bugs, tests will never provide the kind of guarantees formal verification does.

    [1] From CompCert, "Performance of the generated code is decent but not outstanding: on PowerPC, about 90% of the performance of GCC version 4 at optimization level 1"

  • So you think you know C?
    2 projects | news.ycombinator.com | 20 Jan 2024
  • Can the language of proof assistants be used for general purpose programming?
    3 projects | news.ycombinator.com | 27 Oct 2023
    Also a C compiler (https://compcert.org/). I did exaggerate bit in saying that anything non-trivial is "nearly impossible".

    However, both CompCert and sel4 took a few years to develop, whereas it would only take months if not weeks to make versions of both which aren't formally verified but heavily tested.

  • A Guide to Undefined Behavior in C and C++
    9 projects | news.ycombinator.com | 17 Aug 2023
    From my experience, while many MCUs have settled for the big compilers (GCC and Clang), DSPs and some FPGAs (not Intel and Xilinx, those have lately settled for Clang and a combination of Clang and GCC respectively) use some pretty bespoke compilers (just running ./ --version is enough to verify this, if the compiler even offers that option). That's not necessarily bad, since many of them offer some really useful features, but error messages can be really cryptic in some cases. Also some industries require use of verified compilers, like CompCert[1], and in such cases GCC and Clang just don't cut it.

    [1]: https://compcert.org/

  • Recently I am having too much friction with the borrow checker... Would you recommend I rewrite the compiler in another language, or keep trying to implement it in rust?
    1 project | /r/programmingcirclejerk | 27 Apr 2023
    CompCert sends its regards
  • Rosenpass – formally verified post-quantum WireGuard
    9 projects | news.ycombinator.com | 28 Feb 2023
  • OpenAI might be training its AI technology to replace some software engineers, report says
    4 projects | /r/programming | 28 Jan 2023
    But that's fine, because we can do even better with things like the CompCert C compiler, which is formally proven to produce correct asm output for ISO C 2011 source. It's designed for high-reliability, safety-critical applications; it's used for things like Airbus A380 avionics software, or control software for emergency generators at nuclear power plants. Software that's probably not overly sophisticated and doesn't need to be highly optimized, but does need to work ~100% correctly, ~100% of the time.
  • There is such thing called bugfree code.
    1 project | /r/ProgrammerHumor | 23 Dec 2022
    For context, CompCert is a formally verified compiler. My former advisor helped with a fuzzer called CSmith which found plenty of bugs in GCC and LLVM but not in CompCert.
  • Checked C
    14 projects | news.ycombinator.com | 21 Dec 2022
    Does anybody know how does this compare to https://compcert.org/ ?
  • Proofs about Programs
    1 project | news.ycombinator.com | 15 Dec 2022
    This is a common property for proof-oriented languages. Coq shares this property for instance, and you can write an optimizing C compiler in Coq: https://github.com/AbsInt/CompCert .

mullvadvpn-app

Posts with mentions or reviews of mullvadvpn-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-08.
  • A New Chapter for Mozilla
    2 projects | news.ycombinator.com | 8 Feb 2024
    * Mozilla VPN: wrapper around https://mullvad.net/ (and had security issues: https://www.techradar.com/news/security-audit-finds-major-is...)
  • Pirating on Mac extremely slow
    2 projects | /r/Piracy | 5 Dec 2023
    hey there, after doing some research it seems like the conclusion is your vpn. Nord VPN has a lack of port forwarding, while other vpns have port forwarding (proton, mullvad). that is most likely interrupting your speed. also, apparently nord does keep some sort of logs if your interested in that. i would recommend cancelling nord and getting something else like proton or mullvad (i would recommend proton more) if you really want to download movies/shows. another option for you (if you dont want to switch) is to find your movie on websites that don't require a vpn (aka not torrenting) but you can if you want to. you can use this for that, they have tons of movies and shows. or just use a streaming site off of the megathread.
  • Help With Routing
    1 project | /r/opnsense | 13 Oct 2023
  • New Mullvad release v. 2023.5 (for desktop only)
    1 project | /r/mullvadvpn | 12 Oct 2023
  • Why does the Mullvad installer need 500mb and access to my downloads folder?
    1 project | news.ycombinator.com | 22 Sep 2023
    The 500 MiB thing is because the frontend is an Electron app. That's sadly how it is with Electron. The UI can of course be re-written into a language/framework that produces way smaller programs, but it's not currently really worth the tradeoff. Most people are not that constrained in disk or internet speeds. https://github.com/mullvad/mullvadvpn-app/issues/1572

    The downloads folder access thing is because Apple made it so. If you run an installer from the downloads folder it will need access to the downloads folder. This has nothing to do with Mullvad, but is a permission check macOS puts on all software. The Mullvad VPN app has no code for doing anything in the Downloads folder specifically.

  • Unlimited Kagi searches for $10 per month
    8 projects | news.ycombinator.com | 21 Sep 2023
    Requiring an account for search is a deal breaker. They say they need it for payment, but mullvad[0] does just fine without an account as well.

    [0]: https://mullvad.net/

  • Finally got Mullvad working in Silverblue
    1 project | /r/Fedora | 13 Sep 2023
    From this post: https://github.com/mullvad/mullvadvpn-app/issues/1570
  • Why is there still no official support for openSUSE?
    1 project | /r/mullvadvpn | 21 Aug 2023
    I don't understand why the .rpm package of Mullvad VPN still only officially supports Fedora. This issue on GitHub has been open for almost three years now and there is even someone else trying to help you making the necessary changes to support openSUSE in this PR. I kinda agree with cornfeedhobo's sentiment that the necessary changes to make it work on openSUSE are being gated. I'm a paying user for quite some years already and made the switch to openSUSE and I'd really like to continue using Mullvad VPN there without having to force install the .rpm package and thus living with a lot of uncertainty about how well it will run.
  • Is there any reason why there isnt a "Connect to fastest server" option?
    1 project | /r/mullvadvpn | 11 Jul 2023
  • mullvad marked as malicious by virustotal?? I mary's says it's a trojan
    1 project | /r/mullvadvpn | 5 Jul 2023
    It's just a false-positive. If you're still wary, feel free to review the source code of the app and you can even build it yourself: https://github.com/mullvad/mullvadvpn-app/

What are some alternatives?

When comparing CompCert and mullvadvpn-app you can also consider the following projects:

seL4 - The seL4 microkernel

Matsuri - Matsuri (茉莉) / V2Ray / universal proxy toolchain for Android / Fork of SagerNet

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

nextdns - NextDNS CLI client (DoH Proxy)

unbound - Replib: generic programming & Unbound: generic treatment of binders

tracker-control-android - TrackerControl Android: monitor and control trackers and ads.

gcc

SurfShark-VPN-GUI - GUI for connecting to the SurfShark VPN

koika - A core language for rule-based hardware design 🦑

boringtun - Userspace WireGuard® Implementation in Rust

corn - Coq Repository at Nijmegen [maintainers=@spitters,@VincentSe]

Simple-YouTube-Age-Restriction-Bypass - A simple browser extension to bypass YouTube's age verification, disable content warnings and watch age restricted videos without having to sign in!