this post was submitted on 25 Jul 2026
410 points (99.5% liked)

Linux

66615 readers
545 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] bitwolf@sh.itjust.works 17 points 1 day ago (1 children)

Itd be cool if they reverse the Android auto protocol so anything can use the car displays.

[–] muusemuuse@sh.itjust.works 5 points 10 hours ago (1 children)

There are wireless adaptors for android auto and CarPlay that relay to head units that require a usb connection you can get cheaply. It’s already been done. But I haven’t name able to find a project supporting it on Linux yet.

[–] varyingExpertise@feddit.org 0 points 5 hours ago (1 children)

Those are not really handling the protocol. The phone still has to show a cert signed by some Google CA and iirc those are pretty shortlived and regularly refreshed by the android Auto app.

[–] muusemuuse@sh.itjust.works 1 points 2 hours ago

Earlier units actually took in CarPlay streams and converted them to android auto streams. Thats…not something that’s going intended.

[–] balsoft@lemmy.ml 81 points 1 day ago* (last edited 1 day ago) (2 children)

After some finaggling I managed to compile it (here's the nix file I used to get the dependencies). It's looking basic but actually promising! Here are some screenshots (sorry for potato quality, it's the only one Lemmy allows me to upload at for some reason):

The search seems quite nice, it seems to search by names but also allows to search for (some?) OSM tags, e.g. amenity:drinking_water shows up water fountains around you. I'm actually annoyed that other apps don't allow you to do so this easily.

The navigation also seems to work-ish, which is surprising for such a young app. The only remaining things before it's really useful is downloadable maps and offline routing.

[–] warmaster@lemmy.world 13 points 1 day ago

Oh freaking nice! It looks amazing! Thanks for sharing the screenshots!

[–] IEatDaFeesh@lemmy.world 5 points 1 day ago (1 children)

Is the link not working or is it an issue on my end?

[–] balsoft@lemmy.ml 9 points 1 day ago* (last edited 1 day ago)

It was indeed broken, fixed now.

If you decide to actually go for it, in order to get it to compile I did something like this:

nix-shell
mkdir build && cd build
cmake ..
cmake --build . -j$(nproc)
wrapQtApp bin/CarNavigation
NIXPKGS_QT6_QML_IMPORT_PATH=/nix/store/66hlc66dkinbrc7ifq0v6ynaq3vkv35y-maplibre-native-qt-3.0.0/qml bin/CarNavigation

(I'm not sure why the wrapQtApp doesn't pick up maplibre, maybe it's something to do with the patches they apply, didn't have time to investigate. I also didn't have the time to investigate what is needed to get it "installed", hence to installPhase and nix-build doesn't work)

[–] gankouskhan@piefed.zip 9 points 1 day ago

If they can manage this and works with grapheneos as an auto headunit I would do be so excited. Or if I can just cast it basically

[–] Hiro8811@lemmy.world 10 points 1 day ago (2 children)

It'd be cool if they managed to get OsmAnd~ on linux

[–] balsoft@lemmy.ml 8 points 1 day ago (1 children)

FYI there's a semi-dead fork of OsmAnd called OffRoad which runs on desktop OS's, including Linux. But it's a bit borked and doesn't support most of the cool features.

[–] Hiro8811@lemmy.world 4 points 1 day ago

Oh cool, I might think about contributing if it's written in something I know

[–] fpslem@lemmy.world 2 points 1 day ago* (last edited 1 day ago) (1 children)

I use CoMaps on Linux (as well as mobile) and it works quite well. It uses data from OpenStreetMaps.

[–] trilobite@lemmy.ml 2 points 18 hours ago

CoMaps is the only lightweight and simple app that i can get my wife to use on GOS. Pretty good. Organic Maps disappointing. Osmand too many features for someone that just needs to get from a to b. Didnt know that ut could run on linux.

[–] AlligatorBlizzard@sh.itjust.works 47 points 1 day ago (2 children)

2027 year of the Linux... phone???

[–] ReCursing@feddit.uk 33 points 1 day ago
[–] schnurrito@discuss.tchncs.de 4 points 1 day ago (2 children)

Linux is already the most common kernel in phones in 2026. In this case we really have to distinguish between Linux (incl. Android) and GNU/Linux.

And given that AOSP is already FOSS, it doesn't exactly sound like a priority to reinvent the wheel of a FOSS smartphone OS.

[–] smileyhead@sh.itjust.works 41 points 1 day ago (3 children)

Being able to make apps in plain Python or Rust, without running Android Studio sounds like a dream. Automatic simple things with cron. Using standard systemd, pipewire, wayland software stack... Being able to see data of apps and backup them with Restic or Syncthing. Repurposing old smartphone as Raspberry Pi replacement...

There are so many things we miss.

[–] thethunderwolf@lemmy.dbzer0.com -2 points 8 hours ago* (last edited 8 hours ago)

i dont want syst*md on my phone

the rest of gnulinux sounds good on mobile tho

[–] i_am_hiding@aussie.zone 5 points 17 hours ago

Replying from my SailfishOS phone. It's everything you dreamed it is.

load more comments (1 replies)
[–] balsoft@lemmy.ml 29 points 1 day ago (7 children)

AOSP is controlled and maintained by a single bad-faith entity. We need a community-maintained, community-led replacement ASAP.

[–] Auli@lemmy.ca 0 points 8 hours ago (1 children)

You know all the big FOSS projects are the same. Foss is nightly controlled by corporations because as much as people would like to deny it people like to eat.

[–] balsoft@lemmy.ml 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

Eh, for sure corporations do contribute a lot to every major FOSS project out there. I don't expect huge, versatile codebases to be maintained by volunteers lemmy-style, and corpos are the dominant organization kind under the capitalist mode of production, so of course they will have the resources to have a foot in every door.

But the key differentiator is how much control any single entity has over the project's code, maintenance and infrastructure. On one side of the spectrum there's stuff like Rust or ffmpeg or GNU which are being pulled in various directions by various corpos and the community, on the other there's stuff like Chromium and AOSP where Google unilaterally controls everything. Projects like Linux or Firefox fall somewhere in the middle. We desperately need more projects to be of the first kind, and I feel like to achieve this projects should go as far as to ban donations over a certain amount and limit the number of contributors affiliated with a single organization. "Avoid success at all costs" is my single favorite rule of FOSS building.

[–] SocialistVibes01@lemmy.ml 1 points 6 hours ago (1 children)

I'm tempted to put Linux in the second class: I didn't vote to put Linux in AI servers, defense projects, Teslas. I didn't choose to ban devs based on their nationalities either. I'd be pretty wary of allowing MIT kernel modules.

[–] balsoft@lemmy.ml 1 points 5 hours ago (1 children)

I think the key point with Linux is that at least no single corporation has enough control over it to dictate the direction of the project on its own. Sure, modern Linux is fairly corporate and somewhat beholden to capitalist interests in general, but there's a lot of different actors pulling things in different directions, and the community (by that I mean non-corpo interests) still plays a role in decision making.

I didn't vote to put Linux in AI servers, defense projects, Teslas

The definition of FLOSS mandates that software authors relinquish control over how and by whom their software is used, see for example the JSON licensing controversy. But I agree that we should rethink this somewhat libertarian approach and at least try to prevent our software being used for evil.

I didn't choose to ban devs based on their nationalities

Yeah that one was a yikes. Especially given it wasn't even prompted by any legal threats, it was just the Linux devs complying with an unjust law prematurely.

I'd be pretty wary of allowing MIT kernel modules.

Wait, is that a thing?? Unless you mean the out of tree modules, in which case the MIT ones are not the worst offenders (looking at you NVidia)

[–] SocialistVibes01@lemmy.ml 1 points 5 hours ago

Yeah, out of tree modules... For now.

It's too bad that Stallman is just a neckbeard ancap.

load more comments (6 replies)
[–] antrosapien@lemmy.ml 13 points 1 day ago (1 children)
[–] stefenauris@pawb.social 4 points 1 day ago

Oh damn I used to make this joke all the time back in college programming classes. I miss that lol

[–] Ptsf@lemmy.world 3 points 1 day ago
[–] UncleOb@lemmy.world 15 points 1 day ago* (last edited 1 day ago) (2 children)

I fail to see the point. The company sells laptops with Ubuntu preinstalled not phones which are the targets of such apps. Linux phones are still in their infancy and for Android we do have excellent apps like Mapy pulling their data from OSM. What am I missing?

[–] balsoft@lemmy.ml 40 points 1 day ago (3 children)

They may be working on a Linux-based car head unit, which is kinda between a phone and a laptop (like a tablet, which it basically is). If that's the case, something like this would be a required app, and current (non-android) Linux offerings are somewhat limited (basically it's just PureMaps and a couple forks, which all work but are a bit janky). If they end up with something useful, it would be great for both phones and cars.

[–] Auli@lemmy.ca 1 points 8 hours ago

So building a head unit when that market has all but died out. Seems like the time for that has passed.

[–] UncleOb@lemmy.world 13 points 1 day ago (4 children)

This makes a lot of sense actually. It'd be awesome to have more options for head units. I'm not sure about the target though, amateurs working on their car or restoring old models? I don't see a lot of companies choosing a Linux based head unit for their cars. But the same argument could be said for Linux phones too.

[–] grue@lemmy.world 7 points 1 day ago

As the owner of multiple cars from the '90s and 2000s, I 100% need a Linux head unit.

[–] balsoft@lemmy.ml 7 points 1 day ago (1 children)

I’m not sure about the target though, amateurs working on their car or restoring old models?

Yeah, personally I'd be their target audience, if they announce it soon enough and it doesn't cost an arm and a leg. I can also see some european manufacturers looking to decouple from the US tech being somewhat interested.

[–] UncleOb@lemmy.world 4 points 1 day ago (1 children)

A friend of mine is restoring an old muscle car and I bet he'd love something like this as well. It's a niche but we Linux enthusiasts can be quite passionate so I do think the audience is out there for sure.

[–] Auli@lemmy.ca 1 points 8 hours ago

The head unit market is all but dead now. Nothing lime it used to be a niche of a niche market doesn't make sense.

[–] BastingChemina@slrpnk.net 5 points 1 day ago (1 children)

I think organizations working around sensitive installations could be interested.

For example the car used to drive around nuclear powerplants, military installations or just industrial equipment. Modern cars have GPS and cameras and you don't want to have random cameras recording around sensitive installations.

They could remove the cameras but then the car would not be road legal anymore.

A Linux based head unit would allow them to customize it to the level of security they require while still retaining the benefit of modern cars.

It's a niche but a niche that have the means to infest a lot in development

[–] Auli@lemmy.ca 1 points 8 hours ago

So there going to reverse engineer the car systems and slap in this Linux head unit? Don't see that happening head units control so much in modern cars.

load more comments (1 replies)
[–] deadcream@sopuli.xyz 7 points 1 day ago

The repository is called "car navigation" so yeah.

Qt Company itself also invests heavily in Qt for Automotive platforms.

[–] Blonohibo@lemmy.zip 6 points 1 day ago (1 children)

I think about this a lot and if you can even consider Linux phones in their infancy. There are no modern Linux phones that fully work as a phone. Its the joke about this being the year of Linux over and over. Ubuntu touch was started in 2011 and since then it hasn't changed or advanced in any meaningful way. Every other Linux phone distro is basically the same story. I would love to even be able to get a Jolla phone in the US, but that's not an option. I occasionally see people say they are using Linux phones as a daily driver, and then find out they are using some obscure or ancient hard to get phone. Or better yet, it's just a secondary phone. They are a curiosity at best which makes me sad.

[–] UncleOb@lemmy.world 2 points 1 day ago

I think that as a community we should try to keep android as open as possible first of all.. I daily drive GrapheneOS for instance and I don't feel the need for a Linux phone. I get that both can coexist but I'm afraid we won't be able to carve a big enough niche to male Linux phones work.

[–] w33n1s@lemmy.world 3 points 1 day ago
[–] hummingbird@lemmy.world 6 points 1 day ago (1 children)

Description: Car navigation application for Linux A turn-by-turn car navigation app built with Qt 6, MapLibre, and OpenStreetMap data. Features include voice guidance, Overture Maps POI search, and offline route calculation via OSRM or Valhalla.

I am confused. Looking at the code, both OSRM and Valhalla are actually online routing services and require an internet connection. There is no offline route calculation in this code as far as I can tell.

[–] balsoft@lemmy.ml 4 points 1 day ago

Yeah, it doesn't have downloadable maps or offline routing (at least yet). It does however cache the map tiles it downloaded, and it seems to also cache some POIs (e.g. I can see opening hours for shops around me even without the internet).

[–] eco_game@discuss.tchncs.de 4 points 1 day ago
load more comments
view more: next ›