Ubuntu to get new packaging format and app installer


Recommended Posts

According to a recent message posted on the Ubuntu Devel mailing list by Colin Watson, Installer Team leader, Ubuntu might get a new, simplified packaging format and app installer which should make it easier for developers to get their software into Ubuntu. This will target, at least initially, the Ubuntu phone/tablet but it should be usable elsewhere too, even on non-Ubuntu or non-Linux systems.

The already existing packages won't change and Ubuntu will continue to use dpkg and apt, syncing with Debian and so on.

"Click packages" (the new packaging format) is aimed at making it easier to build packages for Ubuntu: no dependencies between applications, no maintainer scripts and each app will be installed in its own directory.

The new package format needs a new installer and there's already a proof of concept low-level app package installer that's entirely new code - highlights of what it can do so far:

  • no dependencies between apps; single implicit dependency on the base system by way of a Click-Base-System field;
  • installs each app to an entirely separate directory;
  • entirely declarative: maintainer scripts are forbidden;
  • base package manager overhead, i.e. the time required to install a trivial package containing a single small file, is about 0.15 seconds on a newish x86 laptop and about 0.6 seconds on a Nexus 7 (and that's with the current prototype implementation in Python; a later implementation could be in C and would then be faster still);
  • not limited to installing as root, although there may be similar constraints elsewhere to ensure that apps can't edit their own code at run-time
  • packages built by feeding the intended output directory tree to a simple Python tool, plus a manifest.json file;
  • building packages requires only the Python standard library, with the intent that it should be possible to build these packages quite easily on non-Ubuntu or even non-Linux systems;
  • binary packaging format sufficiently similar to existing one that we could add support to higher-level tools with minimal effort;
  • strawman design for hooks into system packages, which will be entirely declarative from the app's point of view;
  • unit-tested from the start.

The Ubuntu developers have also looked into similar existing tools such as Listaller or 0install but there are some things which they prefer to do differently; e.g.: Listaller is dependency-based and they prefer this to be as independent as possible and 0install would also need some system integration problems to be solved, so instead, they've decided to create a new installer.

The proof of concept installer is currently under 300 lines of code (Python) and obviously, still needs work. The prototype will be ready in time for UDS next week and there's also going to be an UDS session to discuss this.

Source: http://www.webupd8.o...simplified.html

Even tho the article says it will continue to be compatible with Debian, mark my words, this is their first step in breaking ties with Debian in the far future. I've been saying that now for half a year.

So if I understand correctly, they are basically trying to do what PC-BSD is doing with AppCafe?

Even tho the article says it will continue to be compatible with Debian, mark my words, this is their first step in breaking ties with Debian in the far future. I've been saying that now for half a year.

I definitely agree with your assertion. The general consensus among Debian Developers seems to be that Canonical has a severe case of "not developed here" syndrome. They have been carrying more and more of their own patches that never get submitted back upstream. Some prominent packages, such as MySQL, are permanently out-of-sync between Debian and Ubuntu because of Canonical's decision to stick with Upstart - which introduces slight changes to the Debian packaging format that cannot be imported directly upstream without nasty patches to dpkg. The main reason that Unity does not appear in most other distros, including Debian, is that it requires patches to a large number of other packages that potentially break other functionality or introduce other bugs. Ubuntu carries these patches permanently and does not attempt to submit them back upstream, causing problems for everyone involved - including Canonical.

The primary reason that Canonical used Debian as the base for Ubuntu was because they didn't have the resources to maintain all the packages in the Debian repository themselves - now they are starting to believe that they can. Debian is very focused on doing things "the right way" to create the best technical solution for the universal operating system. Canonical is focused on differentiating themselves at all costs.

Haha - oh christ.

Well that'd be a laugh if people got annoyed of this and decide to jump ship to other distros that run faster and have less junk in them like fedora or suse or whatnot.

Part of what made Ubuntu so popular to begin with was that it built on Debian's technical excellence by making it attractive and easy for the average person to use - and partially stabilized snapshots of Debian Unstable once every six months. Now that they are moving away from that base, maybe another Debian derivative will take up the mantle.

I definitely agree with your assertion. The general consensus among Debian Developers seems to be that Canonical has a severe case of "not developed here" syndrome. They have been carrying more and more of their own patches that never get submitted back upstream. Some prominent packages, such as MySQL, are permanently out-of-sync between Debian and Ubuntu because of Canonical's decision to stick with Upstart - which introduces slight changes to the Debian packaging format that cannot be imported directly upstream without nasty patches to dpkg. The main reason that Unity does not appear in most other distros, including Debian, is that it requires patches to a large number of other packages that potentially break other functionality or introduce other bugs. Ubuntu carries these patches permanently and does not attempt to submit them back upstream, causing problems for everyone involved - including Canonical.

The primary reason that Canonical used Debian as the base for Ubuntu was because they didn't have the resources to maintain all the packages in the Debian repository themselves - now they are starting to believe that they can. Debian is very focused on doing things "the right way" to create the best technical solution for the universal operating system. Canonical is focused on differentiating themselves at all costs.

That's nasty.. This could potentially mess up Ubuntu or Linux as a whole to some degree. Kind of sad that obviously Ubuntu is snubbing Debian and the general user base so they can be "different". Ubuntu got their start thanks to the coding of Debian to get it started..

Then again this might help to set some kind of sane standard for lots of apps distributed as .run and .bundle auto-installers. There's a lot of software (specially proprietary) that could use some kind of package manager like this one instead of going on their own.

Debian packages are by far the best of the Linux packaging / distribution formats, but I've still found too many dependencies and hang ups to say that the compare to what you find in Windows / OSX for the average user.

TBH, I miss the days when 90+% of installs on OSX were just dragging and dropping an icon. I always thought that was the most logical and user friendly install I've seen, as well as handling updates inside the application (instead of through an application control panel), but apparently no one designing OSes agrees.

  • Like 1
Haha - oh christ. Well that'd be a laugh if people got annoyed of this and decide to jump ship to other distros that run faster and have less junk in them like fedora or suse or whatnot.

I'm really keeping tabs on Cloverleaf Linux. It's a SuSe based distro that's going to focus on ease of use and features. I feel they can give Ubuntu a run for it's money.

Edit: Oh snap! Dead link in OP. :/

Then again this might help to set some kind of sane standard for lots of apps distributed as .run and .bundle auto-installers. There's a lot of software (specially proprietary) that could use some kind of package manager like this one instead of going on their own.

I disagree, there is no need, NO NEED, for this at all.

RPM was the original package, it still works OK-ish but other things have came along with better features.

DPKG is pretty good, have to say I like it.

I'm a fan of arch's method of just tar.xz'ing the files and any scripts that need to run when it's installed which I think is pretty similiar for gentoo (gentoo doesn't usually have packages but you can force it to build packages if desired and install without compiling on other computers).

I see nothing gained by having another package container when the other formats are fine for the job, nothing is lacking? Plus this is by the company that started mir and claimed so much garbage without even reading about wayland or their team just being so incapable of knowing what wayland is/does.

I don't have much hope for this and I REALLY DO hope that other distros take ubuntus place, they are becoming too big for their boots and seem to think what they say goes in terms of GNU/linux.

Wait, why are so many people griping about this? Just use a different distribution if you can't fit any more sand in your crack. When did the FOSS community become so damn sensitive to the actions of distro developers? The article itself has more "reinventing the wheel" complaints than I can keep track of.

As a very--VERY--casual Linux user, I don't give a crap how many other solutions there might already be for this if they aren't being used. Major Linux distributions are still plagued by the community's obsessive addiction to the decades old affliction of "DLL hell". God forbid you want installing software to just be installing the software.

I disagree, there is no need, NO NEED, for this at all.

RPM was the original package, it still works OK-ish but other things have came along with better features.

DPKG is pretty good, have to say I like it.

I'm a fan of arch's method of just tar.xz'ing the files and any scripts that need to run when it's installed which I think is pretty similiar for gentoo (gentoo doesn't usually have packages but you can force it to build packages if desired and install without compiling on other computers).

I see nothing gained by having another package container when the other formats are fine for the job, nothing is lacking? Plus this is by the company that started mir and claimed so much garbage without even reading about wayland or their team just being so incapable of knowing what wayland is/does.

I don't have much hope for this and I REALLY DO hope that other distros take ubuntus place, they are becoming too big for their boots and seem to think what they say goes in terms of GNU/linux.

There's no need, but the fact is it takes a big entity like Canonical to push a package system for software with no dependencies that proprietary software vendors might be willing to embrace. Gentoo's Portage might do the job just fine, but I don't see it being adopted anywhere othen than Gentoo.

There's no need, but the fact is it takes a big entity like Canonical to push a package system for software with no dependencies that proprietary software vendors might be willing to embrace. Gentoo's Portage might do the job just fine, but I don't see it being adopted anywhere othen than Gentoo.

What's wrong with debian packages? Even jailbroken devices use debian packages!

"Wait, why are so many people griping about this? Just use a different distribution if you can't fit any more sand in your crack. When did the FOSS community become so damn sensitive to the actions of distro developers? The article itself has more "reinventing the wheel" complaints than I can keep track of."

Because it's ubuntu, they'll push this like it's the next best thing and unfortunately, ubuntu is by far the largest used linux distribution which means everyone listens to them above all other distros put together.

TBH, I miss the days when 90+% of installs on OSX were just dragging and dropping an icon. I always thought that was the most logical and user friendly install I've seen, as well as handling updates inside the application (instead of through an application control panel), but apparently no one designing OSes agrees.

To this very day it's still largely the same software that uses installers on OS X: Apple's app suites, Adobe Creative Suite, Microsoft Office, etc. Some apps actually went from installers to drag 'n' drop, VMware Fusion per example. Personally I haven't experienced a major shift from drag 'n' drop to installers. The one big thing that always annoyed me about OS X is the lack of a build-in uninstaller that automatically tracks and gets rid of support files.

Debian packages are by far the best of the Linux packaging / distribution formats, but I've still found too many dependencies and hang ups to say that the compare to what you find in Windows / OSX for the average user.

TBH, I miss the days when 90+% of installs on OSX were just dragging and dropping an icon. I always thought that was the most logical and user friendly install I've seen, as well as handling updates inside the application (instead of through an application control panel), but apparently no one designing OSes agrees.

YES, since i have moved to OS X, i love how everthing is in the ONE folder!

What's wrong with debian packages? Even jailbroken devices use debian packages!

There's nothing wrong with debian packages but if you'll be installing packages with no dependencies on phones and tablets you don't need the overhead of building indexes, which sometimes takes more time that the package install itself.

There's nothing wrong with debian packages but if you'll be installing packages with no dependencies on phones and tablets you don't need the overhead of building indexes, which sometimes takes more time that the package install itself.

It's really a question of speed and ease versus security and integration. Self-contained packages like Canonical is considering introducing should be much faster to package because everything is contained in a single directory and much faster to install because there is no indexing, hashing, or system integration to slow it down. On the other hand there is an inherent lack of system security features that can be applied to this approach, such as strict checksums and signature checking, and the packages do not integrate well with the system. Some of the benefit of shared libraries and other deduplication features of modern package managers is lost with this less integrated approach. Strict control over all installed programs is also sacrificed.

Canonical's proposed package system makes sense - and even looks attractive - from a proprietary software perspective, but it is also what Debian and most other distributions would consider the "wrong way" of doing things. Distributions strive to make software more integrated, not less. Despite the fact that they are a successful commercial vendor of open-source software, or perhaps because of it, RedHat has rejected this approach in favor of their more traditional package management system. In fact, one of RedHat's certifications is in properly patching and packaging software for RHEL - not working around it with a secondary packaging system.

On a side note, I'd be interested to hear what the Gentoo developers think of this plan. They tend to consider even Debian's policies too liberal, so I'm sure they will disagree with Canonical's proposed approach. The interesting part will be their technical reasoning. That's always my favorite part of talking to Gentoo developers and users: they are generally well informed and very opinionated.

On the other hand there is an inherent lack of system security features that can be applied to this approach, such as strict checksums and signature checking, and the packages do not integrate well with the system. Some of the benefit of shared libraries and other deduplication features of modern package managers is lost with this less integrated approach. Strict control over all installed programs is also sacrificed.

Was kind of thinking similar as well as far as security goes. One of Linux's "safety-nets" to malware is that the majority of software a user would get would be from the respective repository.. not 100% of course but would guess the overwhelming majority. "Portable" programs like these are convenient, but I could easily picture (just as an example) tricking gullible users into installing things, say finding a torrent for Half Life 3 beta or Microsoft Office for Linux. You know it's fake, I know its fake, random clueless guy who decided to try Linux because he saw Steam was available might not, and being a self-contained portable app with no fear of missing dependencies just makes it that much easier. Click click done, infected with a lovely rootkit or popup ads.

Also curious as to relative bloat.. some dependencies can be rather large depending on the program. It can be heavy enough mixing up say GTK and QT stuff, but multiple copies/versions for the various programs? That could get potentially rather fat. WinSxS and the GAC has a similar problem.. absurdly handy, especially if you were around for the 9x days, and at the same time it can get rather piggish with enough programs installed.

I also get what you're saying about possibly not integrating well too. Portable programs work rather well with Windows as you have a known set of APIs that's available and can easily have your program "fit in".. extremely unlikely you'll find somebody running a different shell than Explorer for example. With Linux you have an absurd number of possibilities to deal with that can potentially cause whatever program to either run perfectly or explode on startup.

On the plus side though it would solve a couple problems too dealing with dependency issues/conflicts.. dependency hell isn't specific to old versions of Windows and can be a pain in the butt depending on the distro.

I can see Canonical's reasoning more or less.. personally I'd be ok with it as long as it's "in addition to" and not "instead of" their existing package management. There if you want/need it, but won't get in your face if you don't.. think something like Chakra's bundle system. One click self-contained installer for "out of repository" programs that doesn't pollute the file system but it's not a replacement of their standard repos.

There are no dependency problems on Linux so long as you stay within your distribution's repository. Problems occur when you try to grab software outside of the package management system, which Canonical's proposed system would pseudo-fix for closed source programs programs not in the main repository. It's somewhat like their basic premise behind personal package archives, but taken to the next level.

That was not my point with regards to bloat, however. The point of shared libraries is that there is only one copy loaded in memory no matter how many programs are using it. When each application bundles its own copy of a library there will potentially be many copies loaded in memory simultaneously, negating the general performance gain they otherwise would have received from resource sharing. There is also the matter of keeping each dependency up-to-date. Flaws are regularly found in software, and developers are far less likely to keep on top of patches issued to the libraries they are using so long as their application "just works". Whereas the maintainers of libraries and other development packages in a distribution are dedicated to their piece of software and generally keep it updated and secure. Those two points summarize the reasoning behind Debian's policy of banning all software in the main repository from embedding libraries or using internal forks without bulletproof justification to the contrary.

This topic is now closed to further replies.
  • Posts

    • Go for a Echo Dot or Pop instead. These Echo shows just advertise to you.
    • NetSpeedTray 1.3.3 by Razvan Serea NetSpeedTray is a lightweight, open-source Windows network monitor that shows live upload and download speeds directly on the Taskbar. Designed for efficiency, it quietly sits in the system tray, conserving CPU and battery with dynamic updates. It blends seamlessly with Windows 10/11, adapts to light/dark themes, and auto-positions to avoid overlaps. Features include accurate interface detection, customizable display, optional mini-graph, color coding, granular font and unit control, detailed per-interface history graphs, safe data management, and easy CSV export—bringing the network monitoring Windows forgot. NetSpeedTray key features: Lightweight & Efficient Runs quietly in your system tray without consuming resources. Features a "Dynamic Update Rate" that lowers refresh frequency when the network is idle to save CPU and battery life. Native Look & Feel Blends seamlessly with Windows 10/11 UI. Smart detection for light and dark taskbar themes ensures text is always visible. Intelligent & Adaptive Positioning Automatically finds empty space next to your system tray and shifts to make room for new icons, preventing overlaps. Seamless OS Integration Behaves like a native Windows component. Hides instantly with auto-hiding taskbar Hides when a fullscreen app is active Smart Network Monitoring Accurate by Default: Auto mode identifies your main internet connection and ignores noise from VPNs or virtual adapters. Easy Interface Selection: Switch effortlessly between Auto, All, or Selected network interfaces via intuitive radio buttons. Total Visual Customization Free Move Mode: Unlock and place the widget anywhere on your screen. Optional Mini-Graph: Real-time graph of recent network activity with adjustable opacity. Color Coding: Customize colors and speed thresholds to quickly see network status. Granular Display Control Text & Font: Adjust font family, size, weight, and alignment. Units: Automatic (B/s, KB/s, MB/s) or fixed Mbps display. Precision: Set decimal places and always show them for uniform appearance. Detailed & Intelligent History Graph Smart Scale: Logarithmic scale shows low-level traffic and large spikes clearly. Per-Interface Filtering: View speed history for specific adapters (Wi-Fi, Ethernet, VPN). Safe & Efficient Data Management: Adjustable retention, automatic cleanup, optimized database. Easy Data Export: Export raw data to .csv or save high-quality graphs for reports. NetSpeedTray v1.3.3: The Updater Fix A stabilization release that repairs a critical regression in v1.3.2: the app shipped without OpenSSL, which silently broke every HTTPS request — including the built-in update checker (the "Could not check for updates" error many of you hit). This release restores it, hardens the build so it can't happen again, and fixes a startup crash plus four other reported bugs. Changes: Fixed update checking — Resolved a critical issue that prevented the app from checking for updates ("Could not check for updates"). Fixed startup crash with Auto-Cycling — The app no longer crashes on launch after enabling Cycle display mode. Fixed incorrect network speeds on 10GbE adapters — Multi-gigabit network cards now display speeds correctly instead of being stuck at 0. Improved color coding — Default color is shown when idle, and color/threshold changes now apply immediately without restarting. Fullscreen visibility fix — The widget now correctly stays visible over fullscreen apps when Keep Visible is enabled. Improved AMD Ryzen temperature detection — More reliable CPU temperature monitoring for Ryzen processors. Cleaner upgrades — Installer now removes outdated application files during upgrades, preventing DLL/version conflicts while preserving user settings. Improved stability — Fixed potential DLL loading issues by excluding critical OpenSSL and NumPy components from UPX compression. Better settings window — Scrollbars removed and layout improved for a cleaner experience. Localization improvements — Updated translations and completed missing UI text across all supported languages. More reliable releases — Added regression tests covering recent critical fixes, bringing the test suite to 196 passing tests. [full release notes] Download: NetSpeedTray 1.3.3 | 87.9 MB (Open Source) Download: NetSpeedTray Portable | 101.0 MB View: NetSpeedTray Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Why Delta Chat is the best decentralized messenger you have probably never tried by Paul Hill There is no shortage of messaging apps out there; we have WhatsApp, Messenger, and Telegram, just to name a few. While Meta has taken steps to incorporate encryption into Messenger and WhatsApp, they still leave a lot to be desired. If you are in the market for a messaging app that promotes security, privacy, and optional anonymity, you'll want to read what I have to say about Delta Chat. For those not familiar with Delta Chat, rather than relying on centralized servers as you do with Facebook Messenger, it relies on email. Essentially, it is a chat interface that feels like a messaging app, but secretly in the background, it is firing off emails. In the past, you used to have to sign in with your email account. When you sent messages to people, it would just be sending encrypted messages to their inbox, which their Delta Chat client would decrypt. When I first learned about Delta Chat, it required users to sign in with an email account, but I was pleasantly surprised upon trying it in 2026 that this is no longer a requirement, or the preferred method was to use the app. Recently, I’ve tried UAD-ng on my old Nokia 3.4 to disable most of the Google apps because the bootloader is locked, and this is the next best option. While finding replacement apps in F-Droid, I came across Delta Chat again, and it has undergone quite a big change since I last used it, with its new chatmail relays, which no longer require you to sign in to your own email account, providing anonymity, and they offer greater security. Android and Desktop Delta Chat apps. Not only does it run on my de-googled phone, but it also works on desktop computers and iOS, making it truly ubiquitous. For me, Delta Chat is a wonderful alternative messenger because it gives you more control. It supports switching between different profiles, which you can set up super quickly; you don’t register a username, you don’t register a password. The only thing you do have is a random string email address on a chatmail relay (which you don’t have to memorize). To maintain access to your profile, you just need to add a second device to your account via QR code or make a backup of your account, which you can restore later. Fail to do these, your account is gone - as it should be if you don’t want to leave accounts that could get hacked later on. My decision to block Google stuff on my Nokia was done for practical reasons; the device sucked when it launched, and it sucks even more now. The nice thing about F-Droid and the apps within is that they’re usually lightweight, free of bloat, and work well on that device. What was inconvenient for me was that it was hard to send messages from that device, say if I wanted to copy a code over to my main phone or send family members a link from that device. That’s when I decided to look at the available chat apps and saw Delta Chat. Another nice thing about Delta Chat is its notifications. Some messaging apps rely on Google’s ecosystem for notification transport on Android; however, with Delta Chat, it can use Google’s solutions if you have Play Services or MicroG installed. Otherwise, it is able to keep a background connection to the chatmail relay server so that you can get notified when you receive a message. As free software, the code of Delta Chat is open for all who want to take it and build upon it. In the future, if the developers of Delta Chat make a catastrophically bad decision and take the app in an undesirable direction, users can take the code and fork the project. This contrasts with closed-source apps from corporations that can take their products in any direction they like. By relying on free software instead of closed-source programs, you actually control your computing. I’ve spoken at length about how running this type of software is like owning your own home rather than renting it. The same applies here; if you use Delta Chat, you don’t need to worry about it going away in the future. Whether it is Telegram, WhatsApp, or Messenger, you are required to register a username and password to use these services. A major flaw in this design is that anyone can try various passwords and potentially break into your account with your complete chat history intact. Sure, there is encryption in Messenger, where you need a second PIN and two-factor authentication in Telegram, but breaches happen all the time. Unlike before, when you used to sign in to your email account to send and receive messages, the primary way to do it now is to create an account on a chatmail relay. The resulting email address is a random string followed by the name of the relay you pick. This means you can start and begin adding contacts Without a username and password, you either need to ensure you have a backup or at least one device running your Delta Chat profile. The primary way to log in on another device is to go to the settings and add a second device. Then, you’ll just scan a QR code with your new device, and it’ll log in to your account and sync all your chat history and contacts. To end users, Delta Chat just looks like any instant messenger; however, it is really sending your messages as encrypted emails to your contact. This is pretty cool from a censorship perspective, as it makes the service more difficult to block. Previously, the main way to use the app was by logging in with email, but nowadays, it’s recommended that you use chatmail relays. Chatmail relays temporarily hold messages in case your device is offline. They are cheap, simple servers that don’t store data as group states. Other information, like your name and avatar, only exists on your device and the devices of those you share your contact information with. The relays are also decentralized and operated by various groups and individuals. It is even possible to set up your own chatmail relay, but most people will want to use one hosted elsewhere. To keep your messages secure, Delta Chat uses a secure subset of the OpenPGP standard that gives you automatic end-to-end encryption. It also uses Secure-Join to exchange encryption setup information through QR-code scanning or invite links. Autocrypt is also used to automatically establish end-to-end encryption between contacts and all members of group chat, but sometime this year Autocrypt v2 will be rolled out, bringing post-quantum resistant encryption and forward secrecy. The Delta Chat FAQ is an interesting read that explains many more details about the app. Credit: Pexels Delta Chat is unique among messaging apps because it is built on email, a technology that’s decades old and isn’t going anywhere soon. What’s more is that email is not centralized either, so it’s far more difficult for any authoritarian regime to disrupt the Delta Chat app. I haven’t spoken too much about features yet, so I will do that now. Delta Chat allows you to do one-on-one chats, group chats, and create channels. It also supports file sharing and making audio and video calls when chatting one-to-one, but it’s not available for group chats right now. At the time of writing, the calling functionality is disabled and can be enabled in Settings > Advanced > Debug Calls. I have used the video calling feature, and the quality is excellent. It works over WebRTC, another open standard. The app also lets you send voice notes, enables disappearing messages, and has its own app ecosystem. I did try playing chess one time there, but it was a bit spotty; though, we did manage to complete the game with a victory for me. To add people to Delta Chat, you can either give them your Delta Chat link or your QR code to scan. These are the only ways to add users, so you won't have any spam bots bothering you. If the people you want to chat with don't have the app yet, just send them your link, and it will take them to a webpage where they can install the app and then add you. It's really quick for them to install it and get started, which is nice. Credit: Microsoft. The Majorana 2 quantum chip unveiled in 2026. I do not think quantum computers are too far out now, and I do hope that Delta Chat is able to push out Autocrypt v2 sooner, rather than later, so bad actors do not attempt to collect encrypted communications and then decrypt them in the future using quantum computers. By getting people’s messages post-quantum-safe now, users won’t have to worry when quantum computers start cracking legacy encryption. Overall, I would recommend this app to people who are already past WhatsApp and Messenger and have perhaps begun using apps like Telegram or Session. It shares a lot of characteristics with these apps and goes a lot further than Telegram in terms of security. By being based on email, it is also resistant to censorship, and the lack of a username and password makes you anonymous (if you want to be) and safe from brute force password cracking attempts. Let me know in the comments if you’ve tried Delta Chat recently. Do you think it's a good bulwark against governments that are tightening their grip on the internet?
  • Recent Achievements

    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
    • Week One Done
      tuben earned a badge
      Week One Done
    • First Post
      OffsetAbs earned a badge
      First Post
    • Reacting Well
      OffsetAbs earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      474
    2. 2
      +Edouard
      220
    3. 3
      PsYcHoKiLLa
      156
    4. 4
      Steven P.
      73
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!