Unigram VS Signal-iOS

Compare Unigram vs Signal-iOS and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Unigram Signal-iOS
8 130
3,444 10,414
3.7% 0.8%
0.0 9.9
about 1 month ago 3 days ago
C# Swift
GNU General Public License v3.0 only GNU Affero General Public License v3.0
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.

Unigram

Posts with mentions or reviews of Unigram. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-23.

Signal-iOS

Posts with mentions or reviews of Signal-iOS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Police used Cellebrite to break into my phone, how do I prevent this in the future?
    3 projects | /r/privacy | 6 Dec 2023
  • Governments spying on Apple, Google users through push notifications -US senator
    3 projects | news.ycombinator.com | 6 Dec 2023
    Fortunately, they did foresee this! The push notification only contains enough information to tell the phone that it should fetch the actual notification content from Signal's servers.

    Here's a Signal dev talking about it on the Signal-Android GitHub: https://github.com/signalapp/Signal-Android/issues/12961#iss...

    And similarly for Signal-iOS: https://github.com/signalapp/Signal-iOS/issues/962#issuecomm...

  • Privacy is Priceless, but Signal is Expensive
    7 projects | news.ycombinator.com | 16 Nov 2023
    This was a nice, detailed read. I was happy to note this about employee compensation since paying them well is a good thing apart from their personal motivation to work on this (even at a comparatively lower pay than in other companies/projects):

    > When benefits, HR services, taxes, recruiting, and salaries are included, this translates to around $19 million dollars per year.

    > We are proud to pay people well. Our goal is to compensate our staff at as close to industry wages as possible within the boundaries of a nonprofit organization.

    That said, I really dislike Signal for a few reasons. The first is what many people have already talked about very often — forcing to use a phone number to register. Since the SMS or call costs are quite high, Signal could adopt the iMessage approach to verification, which is having the user send an SMS to the service (this will cost the user some money depending on which country the SMS is sent to). This could be decided based on the country code so that the current SMS OTP model can coexist.

    Signal is obstinate on a few aspects on user experience, more so on iOS/iPadOS. Firstly, it refuses to provide a data backup mechanism for iOS/iPadOS. If someone loses their devices, there is no way to restore older messages. Even setting up a new device requires the old device to be in physical proximity to transfer the data. Signal does integrate with CallKit (to act like a phone app) and with Apple’s notification services, but refuses to allow the user to backup the data with a password to encrypt it.

    Secondly, I found this paragraph in this post to be disingenuous:

    > Such practices are often accompanied by “growth hacking” and engagement maximization techniques that leverage dark patterns to keep people glued to feeds and notifications. While Signal is also free to use, we reject this kind of manipulation, focusing instead on creating a straightforward interpersonal communications app. We also reject business models that incentivize such practices.

    Signal on iOS/iPadOS wants the user to enable notifications and to share contacts. If notifications are disallowed and if contacts upload is disallowed, it will pester every few days about it. One might think this is a silly mistake that Signal isn’t aware of. But it was reported some years ago and Signal responded that it will not fix it because it believes this is the only way. [1] Not even an option where this is a toggle for those who want no notifications or don’t want to share contacts (Signal does have a toggle for contact joining notifications).

    Signal is also not that reliable in delivering messages in a timely manner compared to other apps (the GitHub repo has many repetitive issues on this topic over all these years).

    Finally, since Signal has poorer UX in general, which isn’t an easy or cheap thing to handle, I use it only with less than a handful of people who I know and who use it.

    I’d donate occasionally so that Signal can continue to exist, but I don’t feel like supporting it every month with all these issues, some of which look like Signal showing me the middle finger.

    [1]: https://github.com/signalapp/Signal-iOS/issues/4590#issue-72...

  • App crashes on open | iOS 16.5 | will stop donation
    2 projects | /r/signal | 29 May 2023
    However, this is not unique to my setup, some others have opened a github issue as well https://github.com/signalapp/Signal-iOS/issues
    2 projects | /r/signal | 29 May 2023
    Yeah I was able to find a few tasks that might be similar to your issue, though I don't know the exact details how the app behaves in your case, as in if you get error message or something like in this issue, or if it just closes on open like in this issue comment. Regardless, the generated crash report from the phone itself is probably good to add in your email to support (which is different from the debug log, just to specify in case you have been sending only that, here's a link for more details).
  • Rewriting the Messenger codebase for a faster, smaller, simpler messaging app
    2 projects | news.ycombinator.com | 12 May 2023
    Can anyone shed light on where the complexity is coming from? Even 360kloc for a chat client seems excessive - its original size, 1.7Mloc, is hard to accept. How does it break down - e.g. 120kloc UI, 120kloc networking/data, and 120kloc other?

    (For comparison I dl'd https://github.com/signalapp/Signal-iOS and ran cloc. It's about 400kloc of Swift, so I guess it's in the ballpark. I just wouldn't have guessed it was so big, and I'd like to know why.)

    2 projects | news.ycombinator.com | 12 May 2023
    My bet is on "object-oriented obfuscation" and bloat caused by "modern" coding styles. Looking through the Signal source you linked to, I see tons of the former. There is an absolutely insane amount of boilerplate-looking code in here, for example: https://github.com/signalapp/Signal-iOS/tree/main/Signal/src...

    I don't know Swift or the iOS UI API, but a lot of that code seems to be manually creating and positioning UI elements and otherwise implementing UI functionality that I'd expect the OS to handle. It's a lot of code that should really be data (arrays, structures).

    To offer a huge contrast, a long time ago I wrote an MSNP chat client in pure Win32, and it was around 2kloc. The binary was 24KB. Of course it only supported contacts, presence, and text messaging, but I still can't see features like audio/video or the crypto that Signal has needing 100x more, especially if they use OS functionality for much of them.

  • Voice messages are not using headphones microphone
    2 projects | /r/signal | 24 Mar 2023
    GitHub link: https://github.com/signalapp/Signal-iOS/issues/5399
    2 projects | /r/signal | 24 Mar 2023
  • Signal will exit the UK rather than comply with onerous new restrictions on end-to-end encryption
    2 projects | /r/privacy | 8 Mar 2023

What are some alternatives?

When comparing Unigram and Signal-iOS you can also consider the following projects:

mollyim-android - Enhanced and security-focused fork of Signal.

TelegramSwift - Source code of Telegram for macos on Swift 5.0

simplex-chat - SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!

LibreSignal - LibreSignal • The truly private and Google-Free messenger for Android.

Signal-Desktop - A private messenger for Windows, macOS, and Linux.

Telegram-FOSS - Unofficial, FOSS-friendly fork of the original Telegram client for Android

wire-ios - 📱 Wire for iOS (iPhone and iPad)

matrix-doc - Proposals for changes to the matrix specification [Moved to: https://github.com/matrix-org/matrix-spec-proposals]

TextSecure - A private messenger for Android.

Signal-Android - Fork from a private messenger for Android with extra options added: full backup and (partial, ony text) xml backup of messages. Restore can happen at any time, not only after a fresh install. Import SMS database. Import of (unencrypted) WhatsApp databases. Removed apk expire. Choose between passphrase protection and the Android screenlock. Choice for the backup location (internal or removable storage on Android < 11 (on 11 and higher this is already possible)). Set the maptype in the place picker. Option to treat view-once media as normal media. Option to ignore remote deletion. Choose between FCM or websocket notification delivery.

Signal-Android - Fork from the JohanW fork of Signal, a private messenger for Android. It adds the option to import Whatsapp conversations. The purpose of this fork is to make the transition to Signal easier. It was created out of a personal need and might not be supported or extended in the long run.