6/26/2026 at 3:16:56 PM
Wanted to mention that Sailfish has a lot of closed-source components, especially UI-related, despite the overall marketing/"vibe" making it look very open. If anything, AOSP (Android) is more open than Sailfish. I don't think this has changed with Sailfish 5, see e.g.:- https://forum.sailfishos.org/t/sailfish-os-clarifying-claims...
by Tiberium
6/26/2026 at 3:26:43 PM
Huh. I really don't see the point of this, vs something like GrapheneOS.Edit: I'm well aware of the differences between typical Linux and Android (especially the security architecture!), and I'm willing to make some sacrifices in the name of FOSS... but only if it's actually FOSS.
by Retr0id
6/27/2026 at 11:28:18 AM
Maybe the point is to have more than 2 players in the mobile OS arena, especially if the American duopoly continues to force everyone’s hand.by port11
6/26/2026 at 3:35:53 PM
If what you want is android and you have privacy concerns, GrapheneOS is probably the best you can get.Then again, SailfishOS is a linux with much of the usual linux stuff like userland with bash, coreutils, glibc, systemd, wayland, pulseaudio etc.
by ttkari
6/26/2026 at 4:10:58 PM
And way less security, sandboxing is far more limited and the default profile looks pretty much YOLO:https://github.com/sailfishos/sailjail-permissions/blob/mast...
Given how sensitive information most people have on their phones (banking, chats, and whatnot), it's a disaster in the making.
The typical answer is "but I'll only use open source apps that I trust". Sandboxing doesn't only protect you against rogue apps, it primarily protects you against 0-days in apps that you do trust.
by microtonal
6/26/2026 at 6:01:45 PM
It's very simple, this is about the threat model.If you are worried about big players profiling you (hard to avoid, high likelihood of happening, low likelihood of damage), then you want Sailfish.
If you are worried about apps profiling you (easy to avoid, high likelihood of happening, moderate likelihood of damage), you want Android or iOS.
Graphene and Sailfish sit on different points on that spectrum, just like OpenBSD and Linux do.
by uniqueuid
6/27/2026 at 5:52:59 AM
Sorry, this does not make any sense. E.g. vanilla GrapheneOS does not have Google Play services and no analytics from big players at all.Even if you choose not to install Play Services/Play Store, you will still have access to many more apps than on SailfishOS - from many open source Android apps to proprietary apps that you can download without the Play Store. Plus, with the Linux terminal support in Pixels (note: not all Android phones support this, e.g. Snapdragons don't support privileged virtualization), you can also run Linux desktop apps.
by microtonal
6/26/2026 at 3:50:24 PM
/etc configuration instead of the insanely bad system properties crap, glibc instead of bionic (which has even worse POSIX compliance than Windows), ld instead of linker, FHS, not having a batshit insane No-Sockets rule, not needing to port software that already compiles and runs on GNU/Linux, X11/Wayland/Arcan, system services aren't entangled with Java, normal IPC mechanisms instead whatever the fuck binder is. The list goes on.Android (and by extension GrapheneOS) uses Linux as a kernel, but it lives in its own world and is completely unrecognizable. I'd say it's even more alien than macOS. For most users, the differences don't matter. If you're a programmer or a sysadmin with reasonable expectations, you feel like a fish out of water very fast. And I cannot honestly the changes are for the better.
by ux266478
6/26/2026 at 4:01:44 PM
> /etc configuration instead of the insanely bad system properties crap, glibc instead of bionic [...]The practical downside, however, is that this phone does not natively run Android apps, while GrapheneOS runs all Android apps bar those that require Play Integrity. Desktop GNU/Linux programs are either unusable or a terrible experience on a mobile device with a small screen and no mouse.
by drnick1
6/26/2026 at 4:28:35 PM
> Desktop GNU/Linux programs are either unusable or a terrible experience on a mobile device with a small screen and no mouse.Is this an assumption or coming from your experience? Because I'm typing this on a GNU/Linux phone in a desktop browser and use a bunch of desktop applications daily and haven't noticed.
Of course if you run GIMP or something like that it won't fit unless you plug an external screen and a mouse in, but all the applications I use daily are perfectly usable. There's a lot of Kirigami and libadwaita programs these days that just work well on a phone, and if I need to launch my bank's application there's always Waydroid.
by seba_dos1
6/26/2026 at 5:41:46 PM
Could you please elaborate, which software is usable on mobile Linux except for Firefox? I've seen multiple people using mobile Linux, and they were using Firefox and webapps for everything, no exceptions.by VortexLain
6/26/2026 at 7:17:55 PM
Checking Flathub should give you some idea: https://flathub.org/en/apps/collection/mobile/1There are more, not every application that works fine has metadata filled up (and not everything is on Flathub either).
I do use some webapps, but with Epiphany rather than Firefox.
by seba_dos1
6/26/2026 at 6:25:21 PM
I can use most native GNU/Linux apps on my Librem 5 like gnome-calculator, gnome-calender, gnome-weather etc. I can run Android apps via Waydroid. F-Droid works fine, too. Its default app store (https://software.pureos.net/categories) provides things like music players, OTP app, and games. Flatpak works, too.See also: https://linuxphoneapps.org/
by fsflover
6/26/2026 at 10:12:27 PM
To add to others. You can tell Kimi or whatever these days to write you a GTK4 mobile apps for a lot of pet use cases and it will. The result will also be a few C files and a meson build file, that will build on the phone itself with just gcc/binutils (I run arch linux, so no separate dev packages for deps like gtk, etc. that I need to install). You can install opencode or whatnot on the phone itself, and tell the phone to build you an app, and it will. If you need it changed, you can just ask for the changes on the phone itself and agent will update the app's code and re-build it on the phone itself. It will not need the 30+ GiB monstrosity of whatever Adroid needs to just build a hello world app and a separate computer.The app will also build and run on your desktop without any/many changes, if you need that.
I got a fairly nice linphone GTK4 phone frontend app this way. So it's not just for toy apps. FOSS/Linux phones are well positioned for this self-building/self-updating prompt based software development, because you don't need separate computer and shitton of SDKs and a permission from the overseer to build/install the apps, and while phone UI is shit for manual programming, it's not at all shit for writing prompts.
by megous
6/26/2026 at 7:19:38 PM
Well, can you take a picture that looks better than what I made 20 years ago on a flip phone?I have a pinephone and try it out year after year.. Well, let's just say that there is so many areas of improvement to make "GNU/linux" run on a mobile device (that sorta includes laptops as well, even though I have done so for years) that we might as well start over from statch.
For example one can't just let everything run whenever it wants, wasting battery life. Android's "more complicated" system and binder was criticized in this thread, but that's exactly what ties together the whole thing to be able to run on a device that fits in your hand, with centrally managed "let's pause this app now" etc
by gf000
6/26/2026 at 11:41:14 PM
I'm pretty sure these look significantly better than what 2006 flip phones were capable of, even after scaling down by Mastodon: https://social.librem.one/@dos/tagged/shotonlibrem5Also, I'm perfectly capable of deciding whether I need an application to be running at a given moment myself, I don't need the OS to make dubious decisions for me.
by seba_dos1
6/26/2026 at 10:00:49 PM
OV5640 will not get better just by aging. You should adjust your expectations.by megous
6/26/2026 at 4:23:05 PM
That's true, but is contingent on you running those Android apps for it to be meaningful. I have a very small number of interactive things I do with my phone. For me what matters is that writing software isn't a pain in the ass, my usual expectations on storage (eg remote filesystems) works and works well, maintaining my system works, my non-interactive system scripts work, etc. Almost all of this is broken on Android, and it doesn't really make up for it by breaking it to make it better. I find much of the design choices of the operating system to be completely tasteless.If you say, rely on google maps, banking apps, apps for your IoT appliances, etc. it's certainly relevant. I don't have any of that though.
For me the most and truest pressing issue is that cell modems are very, very tightly coupled with Android. It's still true for the Jolla Phone that it simply is a worse phone because the modem drivers are buggy. This is a complicated issue that isn't getting better, and is mostly to do with legislation legally mandating the tivoization of cell modems, a weird line in the sand on what responsibilities fall to the hardware or to what software, as well as the modem manufacturers themselves not really caring.
by ux266478
6/26/2026 at 6:04:20 PM
For me the most and truest pressing issue is that cell modems are very, very tightly coupled with Android. It's still true for the Jolla Phone that it simply is a worse phone because the modem drivers are buggy.My impression (also for Ubuntu Touch, etc.) is that all these systems use the upstream vendors' Linux kernels trees and firmware blobs for Android.
Unfortunately, since we are not talking about Samsung or Google, but just some random Chinese ODMs, it's usually years old Linux versions and ancient firmware blobs full of known holes (e.g. the C2 is running a Linux tree from October 2022). It's only thanks to the tireless work of postmarketOS etc. that some devices boot on modern kernels.
by microtonal
6/26/2026 at 4:14:34 PM
Also Play Integrity (if you run sandboxed Google Play Services), but it only passes at the basic level, which is enough for most apps that use Play Integrity.by microtonal
6/26/2026 at 6:22:24 PM
SailfishOS (from Jolla) runs Android applications via Alien Dalvik.by WhyNotHugo
6/26/2026 at 3:54:04 PM
I think he was asking about advantages, not "how is it similar to a Unix system from the 80s?"by IshKebab
6/26/2026 at 4:38:54 PM
The irony you fail to realize, the differences listed in fact would be typical of a random Unix system in the 80s, where it's just a mountain of bad and random opinions stapled on top of a Unix system. Some random and half-baked libc? You got it! Some bizarre and overly convoluted greenfield filesystem structure? It's right there! Completely different and frustrating custom linker behavior? Yep!Everything I listed was an advantage. Now see, I don't think Unix is the be-all end-all of operating systems design. I don't particularly care for Linux, the BSDs, macOS, etc. But Android is a definite regression in the strongest terms. Give me a PIMOS or Genera or Squeak phone that works well. I'll be happier than I would with a Linux phone.
by ux266478
6/26/2026 at 7:22:54 PM
Which system has better security from an end-user perspective?Only iOS comes anywhere close.
by gf000
6/27/2026 at 1:59:04 PM
(Not on mobile but) Qubes OS does.by fsflover
6/26/2026 at 3:56:10 PM
My xperia 10 iii was 280€(+50€ OS) vs 500€++ for a pixel.But I hate phones. All I want is navigation, sms/call, signal, steam and firefox.
by ThatMedicIsASpy
6/26/2026 at 4:12:57 PM
Ehm, a Pixel 9a is currently 349 Euro here (10a 399 Euro). Given that the OS is free, that's only a 19 Euro difference. For a much better camera, much better SoC, much better pretty much everything.Of course, if your goal is to run SailfishOS, there is currently not much of another option.
by microtonal
6/26/2026 at 10:19:20 PM
My phone is a couple of years old at this point. A Pixel 7 was the newest i think. I don't care about cameras, I don't care about specs. All I need is listed.My phone would have a screen time of a few mins per day. I can't stand doing anything on these tiny touch screens or browsing the web on a phone screen.
by ThatMedicIsASpy
6/27/2026 at 5:48:45 AM
The Pixel A lineup has always been affordable. Heck, the 4a was even $349 at introduction. The currently start a little higher, but are often around 350 Euro halfway the cycle.by microtonal
6/27/2026 at 6:31:14 AM
gOS stops supporting a device when its EOL.A cheaper 6a would be EOL next year.
They also came later vs 6/6Pro
by ThatMedicIsASpy
6/27/2026 at 6:35:00 AM
Stops officially supporting - often still gets patches.6a is a 2022 phone, 7a is $150 on Swappa.
Where are we going with this?
by DANmode
6/27/2026 at 6:54:53 AM
No idea you guys make up prices and devices when I made my choices years ago?All I can give you is my reasoning for picking it. Not giving google my money is always a plus in my book.
by ThatMedicIsASpy
6/27/2026 at 7:37:06 AM
I had no way to know it was years ago,and I don’t consider buying used and flashing “giving Google my money”.
Although it definitely enables the market for Pixels, they definitely don’t make much (if any) money selling Pixels, due to they’re being cheap-yet-flagship devices.
It might even hurt Google for you to buy them and not capture all your data with their OS!
by DANmode
6/27/2026 at 4:36:01 PM
How are new pixels cheap?by g-b-r
6/27/2026 at 5:23:03 PM
Compare to comparable iPhone or Galaxy Phone hardware.by DANmode
6/27/2026 at 5:54:31 PM
Compared to iPhones yeah, they're a bit cheaper.Compared to Samsungs, they seem to have comparable prices for less performing hardware, to me.
But what about all the other phones?
Are all Chinese manufacturers selling at a loss?
by g-b-r
6/27/2026 at 9:47:33 AM
My partner just got a 10a brand new, no contract for £250! Extremely good value.by WickyNilliams
6/27/2026 at 4:33:47 PM
For 128gb without sd card support, you should specify thatMost people will fill that up in a glimpse without using cloud services
by g-b-r
6/26/2026 at 4:00:57 PM
You might be interested in the callback:https://commodore.net/callback/
It's pretty cool looking! Very optimistic about it.
by fsfasfd
6/26/2026 at 6:05:22 PM
It doesn't have any web browsers. Who you are replying to wants Firefox.by DanOpcode
6/26/2026 at 4:43:39 PM
The Pixel 10a is on sale for $399 on Amazon right now, and it's a far better device, and it can run GrapheneOS.by drnick1
6/27/2026 at 9:48:34 AM
You can find it cheaper if you keep an eye out. My partner just got one for £250 unlocked, no contractby WickyNilliams
6/26/2026 at 6:41:28 PM
If it has the "security" architecture of Linux (it's really more of a multi-tenant architecture) then that's a complete deal breaker. Wouldn't want it if it was 1000x faster/betterer than Android.Our desktop OSes are just incompatible with running untrusted software, and you're gonna want to do that.
by tormeh
6/27/2026 at 2:04:14 PM
> Our desktop OSes are just incompatible with running untrusted softwareYou should have a look at https://qubes-os.org
by fsflover
6/26/2026 at 9:53:46 PM
>Our desktop OSes are just incompatible with running untrusted software, and you're gonna want to do that.So you're saying people should only use walled garden closed source OSes? Sounds like tyranny to me.
by ginko
6/27/2026 at 11:42:16 AM
1) No one is saying that. As another commenter mentioned, Android is open source.2) The point still stands, desktop operating systems like Windows and desktop Linux distributions are much less secure than Android or iOS. Read https://privsec.dev/posts/linux/linux-insecurities/
by Andromxda
6/26/2026 at 9:58:00 PM
No? AOSP is open source.by Retr0id
6/27/2026 at 2:03:07 PM
AOSP doesn't run on any phone without a ton of proprietary blobs.by fsflover
6/26/2026 at 3:31:47 PM
I read somewhere that the owners have ties to russia, but the most important thing is that they’re marketing very aggressively through posts that slander GraphenOS.by dengolius
6/27/2026 at 6:38:34 PM
> posts that slander GraphenOS.FWIW, as someone who is not in the phone OS development world at all but has been reviewing phones with alternative OSes for about the last 4 years...
My impression is that everyone else in the phone-OS and deGoogled-Android world hates the GrapheneOS folks, and it's mutual. They seem to be borderline impossible to work with, very arrogant and protectionist, and the project's own support lifetime is "when Google no longer supports your phone, we don't either."
Personally, I'd choose something else. Anything else, in fact.
by lproven
6/26/2026 at 3:40:13 PM
> they’re marketing very aggressively through posts that slander GraphenOSI would really appreciate it if you could give some references - any at all - to back this claim.
All I have seen is GrapheneOS folks (or probably just a certain individual affiliated with the GrapheneOS org) accusing them of doing this.
by ttkari
6/26/2026 at 4:20:04 PM
IIRC the company tried to become a major mobile operating system in the BRICS countries, which led to Rostelecom, the Russian state telecom operator, purchasing a majority state in the company in the mid-2010s. After Russia invaded Ukraine, the company's management started a new company and moved all their employees and IP over to it to escape the Russian ownership.by ndiddy
6/26/2026 at 7:29:13 PM
Oh, thanks for sharing. everything russia related is a hard pass until they repentby Muromec
6/26/2026 at 5:52:20 PM
Russian Aurora OS was an official Sailfish OS offspring, focused on MDM devices, but Sailfish cut ties with Aurora in 2022, after the Russia-Ukraine war has emerged. It's now developed independently of Sailfish, although they share the same code since the codebase was unified before the split.by VortexLain
6/26/2026 at 3:38:40 PM
Jesus christ, what is this FUD?I know the people behind SailfishOS, they’re not like, friends or anything: just ex-Nokia developers who got fucked by Microsoft (like I did, btw, which is how I know of them).
I feel like the big tech smartphone duopoly would have a reason to spread such rubbish, but its so patently obvious that I doubt they are so stupid.
by dijit
6/26/2026 at 3:47:00 PM
It’s a sensitive topic for the US because it is an an EU-backed and funded project to move away from US tech, which undermines US interests globally. which is why you might see some unusually intense anger/vitriol hurled their way and Goebbels-level fabricationsby etdznots
6/26/2026 at 7:44:59 PM
The word to describe this is /законтачений/ . Some people are to be avoided even if they maintain the outward appearance of normalcy and not even realize themselves what the problem even is. Trust bit permanently burned, nothing to see here.by Muromec
6/26/2026 at 5:45:08 PM
From https://en.wikipedia.org/wiki/Jolla"It acquired new investors in 2016, among them the Russian company Votron. In March 2018 they were joined by Rostelecom (which is state owned) as investor, which took over Votron and OMP."
Note that was after 2014 russian invasion into Ukraine.
by TiredOfLife
6/26/2026 at 8:26:18 PM
After the 2022 invasion of Ukraine, Jolla moved to cut ties.It sought to disengage from any Russian ownership from early 2022, entered corporate restructuring at the Pirkanmaa District Court, and on 24 November 2023 the court approved a programme obligating a complete sale of the business.
In May 2024 the original Jolla company filed for bankruptcy, its activities having been taken over in 2023 by the Jollyboys company established by Jolla’s former management.
The current entity is owned by the management team, with no Russian stake. So as of now, the “Russian-owned” framing is substantially outdated.
by dijit
6/26/2026 at 4:04:56 PM
You mean that GrapheneOS has ties to Russia? https://ised-isde.canada.ca/cc/lgcy/fdrlCrpDtls.html?p=0&cor...(I actually couldn't find information on their nationality, they might be e.g. Ukrainian or second-generation Russian immigrants; Micay is somewhat Russian-sounding too, btw, although I think he's known to have been born in Canada).
by g-b-r
6/26/2026 at 4:17:05 PM
No, Jolla. They worked with the Russian government. But they cut ties even before the 2022 invasion:https://forum.sailfishos.org/t/plea-for-official-statement-f...
by microtonal
6/26/2026 at 7:46:55 PM
Cutting ties is a matter of protecting ones investment, while working with certain parties is a moral choice.by Muromec
6/26/2026 at 7:02:25 PM
[flagged]by iamnothere
6/26/2026 at 7:51:30 PM
You are trying to be funny, while russian drones fly above my mom's house, so it isn't as good of an answer to give as you may imageby Muromec
6/26/2026 at 8:18:58 PM
I get frustrated when people draw imaginary Russian connections into projects/products that I like. It often happens with anything “hackerish” or non-mainstream (particularly privacy adjacent things) and has become quite annoying.by iamnothere
6/26/2026 at 11:45:11 PM
being owned by the russian government is more than a trace amount of "imaginary" connection, but since you like it, it doesn't matter. I mean, okay, reality and your vibes not being in agreement is a legit reason to be frustrated. this being done by other people is even rude, I would sayby Muromec
6/26/2026 at 11:59:43 PM
Jolla restructured after the invasion of Ukraine and the founders hold a majority share, minority owners include employees and a Finnish investor. It’s a Finnish company. Hopefully you don’t have a problem with Finns?GrapheneOS is owned by a Canadian nonprofit foundation. One of the three board members is a Ukrainian national (currently conscripted but still on the board).
Flipper Devices is a Delaware corporation, it indeed started in Russia, but it moved out after the Ukraine war. Ukrainian nationals are on the team. It does not export to Russia.
Just to clear up some common misconceptions.
by iamnothere
6/27/2026 at 1:28:45 AM
>Jolla restructured after the invasion of Ukrainethat can mean a whole range of different things both in perception and in intention, but even at best it's "russian government currently doesn't control the company". if we speak about the /connection/, it can mean different things.
but the question worth asking -- are the people who took money from the russian government in past are the people I want to give my money to?
>Flipper Devices is a Delaware corporation, it indeed started in Russia, but it moved out after the Ukraine war. Ukrainian nationals are on the team. It does not export to Russia.
believe it or not, but the same goes and I would judge those Ukrainian nationals too.
by Muromec
6/27/2026 at 11:48:52 AM
Straight up conspiracy theories you're spreading here. Daniel Micay is Canadian, Dmytro Mukhomor is Ukrainian (he was literally conscripted into the Ukrainian army last year), and Khalykbek Yelshibekov is from Kazakhstan.> Micay is somewhat Russian-sounding too
Sorry what?
by Andromxda
6/27/2026 at 4:15:44 PM
Any source for that, though?by g-b-r
6/27/2026 at 5:42:19 PM
https://grapheneos.social/@GrapheneOS/116016068519170752by Andromxda
6/27/2026 at 8:17:10 PM
Thanks, it's a bit weird how hard it is to find that informationby g-b-r
6/27/2026 at 4:10:36 PM
I said "I actually couldn't find information on their nationality". Thank you for clarifying it.by g-b-r
6/26/2026 at 9:55:33 PM
You're accusing them of ties to Russia... based on their names?by Itoldmyselfso
6/26/2026 at 11:32:38 PM
I'm not accusing anyone, I'm wondering if they're Russian because, you know, those seem Russian names....by g-b-r
6/26/2026 at 9:43:15 PM
Why the downvote? That's an official document, and I did say that I couldn't figure out what it meansby g-b-r
6/26/2026 at 3:29:05 PM
They are (slowly) releasing more and more componentshttps://forum.sailfishos.org/t/open-sourcing-proceeding/2468...
https://github.com/sailfishos/sailfish-weather/
https://github.com/sailfishos/jolla-camera
It's still more open than AOSP
by mrbn100ful
6/26/2026 at 3:55:46 PM
> It's still more open than AOSPI don't think this is true at all? AOSP is completely open source modulo driver blobs (which Sailfish has too) and Google services.
One can make a fully functional system, modulo drivers, out of only open-source components using AOSP. It's not possible to do this using Sailfish; the compositor, UI libraries (Silica), and most of the "core" apps are still closed source.
by bri3d
6/26/2026 at 3:58:10 PM
The compositor is open (Lipstick) : https://github.com/sailfishos/lipstickAnd OSS projet based on the SFOS core exist : https://nemomobile.net/, https://github.com/nemomobile-ux
by mrbn100ful
6/26/2026 at 4:05:35 PM
Ahh, thanks for the correction, it's the window manager that's closed (lipstick-jolla-home). Regardless, I will stand by my statement that a fully open-source build of AOSP is significantly more complete and useful than a fully open-source build of Jolla.If we're going to start counting forks, we get to count LineageOS and GrapheneOS for Android, and then the goalposts really move.
by bri3d
6/26/2026 at 5:11:50 PM
A pure AOSP distribution is now lacking a lot of basic apps. Distributions like LineageOS or GrapheneOS fill the gap with their own, but pure AOSP is totally unusable.by fabrice_d
6/26/2026 at 10:01:04 PM
Googles been quietly chipping away at AOSP for years. There was a point where AOSP was actually decent, google made sure that wasn't the case for long.by written-beyond
6/26/2026 at 4:25:25 PM
I kinda wish NemoMobile would be default UI… current SailfishUI with force gestures is (for me) highly annoying…by ktosobcy
6/26/2026 at 3:57:48 PM
If I remember correctly a lot of AOSP core apps have been discontinued though.by dadoum
6/26/2026 at 4:05:39 PM
I think people got too used to bundling by Apple and Google. For most of the core apps there are good and open source alternatives available.The main point is that AOSP as a system (modulo firmware) is open source and SailfishOS is not. Also, even though Sailfish has an Android compatibility layer (though only for official devices), compatibility is most likely always going to be worse than 'real' Android.
That said, I hope that Jolla Phone becomes a success, more competition is good. Hopefully being funded better will move them to fully open source the base system.
by microtonal
6/26/2026 at 4:02:23 PM
Yes and most people don't realize that the current "AOSP" apps are the LineageOS apps.A true AOPS image is missing most core Apps.
by mrbn100ful
6/26/2026 at 5:14:20 PM
The Email app had been forked into K-9 Mail, which later became Thunderbird for Android. AOSP Browser no longer made sense to develop after Chromium was ported to Android. And so on. The barebones applications in AOSP have been succeeded by better open source apps outside the AOSP repos. It doesn't make sense to maintain them when nobody putting together an Android distribution would choose to use them over those alternatives.by lern_too_spel
6/26/2026 at 4:33:27 PM
Because no one was using them. Everyone was replacing them and shipping other apps. AOSP is very modular and customizable letting you configure what apps get included in the OS.by charcircuit
6/27/2026 at 11:58:20 AM
> It's still more open than AOSPUh, no? How are you getting this idea?
This is the manifest file for GrapheneOS: https://github.com/GrapheneOS/platform_manifest/blob/17/defa...
It literally contains links to all the AOSP repos or GrapheneOS forks of them. You can clone these exact repos and build the OS from source. GrapheneOS provides instructions for it: https://grapheneos.org/build
by Andromxda
6/26/2026 at 3:54:24 PM
I think you mean less. Since AOSP is fully open?by singpolyma3
6/26/2026 at 6:03:03 PM
If the openness is important to you, you may want to have a look at other GNU/Linux phones, Librem 5 and Pinephone. The former runs an FSF-endorsed Debian derivative.by fsflover