this post was submitted on 01 Apr 2026
50 points (94.6% liked)
Linux
64224 readers
679 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
compat wise I think many packages are now available for rv specifically or as .noarch.
perf wise, I think we're still a ways off, we're not seeing rv SoCs at the same level of perf / efficiency as arm, and whilst that's just a matter of time, I'm not sure you'll have many compelling offerings even a couple years from now, though potentially in 2030?
you can check in with experiences using devices like the PineTab V or even the custom RV mainboard for the Framework 13. There are also several SoCs produced by SiFive on SBCs, some are card sized, some are mATX. These are primarily positioned as development devices, but they may give you some idea of what things are like right now
Thank you, (and others) for helping me understand this thing, maybe this answer is a little off-top but with that info i will be able to learn (sure i can search in internet but i need basis to know what I need to search) :), i'm not new to cpu and it things but risc-v is somewhat difficult to me.
That's fine, it's an emerging ISA, as with any, it takes some time before perf and sw compatibility reach a good spot.
I think the key novelty to rv especially compared to x86_64 and arm is that there are no licencing restrictions: anyone is free to design and produce products based on that ISA, making more viable for vendors to more easily provide in-house silicon solutions. It's already become fairly popular in lower power devices, like for IoT and wearables. My smart soldering iron uses a little 32 bit RISC V CPU and I wouldn't be surprised if it's found some use in automotive, particularly in China.
As we alluded to above, there are several designs available for more general use, and you may find that they handle your compute needs fairly well already, but they won't be within striking distance of other ISAs if high performance is a requirement.
I know, and i think that i will end up with something like RISC-V as portable laptop and big AMD64 pc for doing heavy things via ssh or directly
I think that could work well. looking forward to more diversity in compute in the future! 😊