It's crazy how Raspberry Pi & Apple prices have moved in converging direction.
Pi 5 8GB is $200
MacBook Neo 8GB is $600 (probably some edu discount available)
Sure 3x the price, but it comes with - 256GB SSD, battery, display, keyboard, trackpad..
So the Pi has slowly become too expensive for weird one-off projects and also price competitive with a cheap Mac by the time you add all the stuff you need to use it as a cheap computer.
If Apple ever got around to a headless "Mac Micro", below the Mini, which had the same specs as the Neo in desktop form it would be even more stark. They could easily ship that for $400 (mini is $300 cheaper than cheapest M-series MacBook with same ram/ssd). They might never do this as it's enough computer for most people they'd lose revenue from those otherwise spending far more at the Apple Store.
Not a completely invalid or uncommon take, but also not completely correct. People lament that it isn't the $25 like it used to be with the Pi 2/3, but ignore that you can get a Pi Zero 2 W (quad A53 cores like 3B, 512MB RAM) for <$20. I've used them for a bunch of projects: moonlight game streaming client, on-stage video player controlled by a foot pedal, Bluetooth controlled recorder for USB audio interfaces, Tailscale exit node, etc. They are tiny and great!
Some people seem to think raspberry pi is a consumer tech company and whenever a new model is released, the old one will be discontinued. They will complain about the product being changed and the company robbing them of a cheap SBC.
I can only assume they don't actually work with the pi because if you spend just a minute looking at any reseller's inventory or even just the official website you will see they still make and sell and support boards from a decade ago.
The Pi Zero 2W is great, but data I/O (WiFi, USB, and micro SD) do limit use cases slightly. For most use cases, I doubt this is an issue, but it is something to keep in mind if you want to run bandwidth-constrained services on it. For $15, I don't think that's an issue, but it is unfortunate.
Having had a subscription to Hack-a-Day for a long time, I firmly believe that the vast majority of "weird one-off" Raspberry Pi projects don't actually need anything as capable as a Raspberry Pi SBC. It's just a matter of brand recognition and familiarity. If it gets too expensive, I suspect that more users will migrate to microcontrollers than to gutted notebooks.
You don't even need to learn anything new, I'm sure you can ask Claude to vibe code something on RP2350 nowadays and there's an 80% chance it will work.
I built a portable meshtastic terminal using Claude and a Pico 2. It's written 100% of the code in MicroPython and it works great. It even wrote the driver for the E-ink screen I'm using. I built a jig to hold a webcam and the e-ink screen, then had Claude write a script/MCP that takes a photo and crops just the screen out. Then I asked it to figure out a driver, and after a 20 minute loop of taking photos and updating it's driver, it was done.
Another Hackaday reader here. I think that the RPi shines in projects where GPIO are needed, yet the developer needs a full Linux OS (usually to run Python).
I agree that vibe coding microcontrollers will increase the use of embedded systems instead of RPi devices. Seems like a good move for them to have built the RPi Pico.
I was recently looking for an upgrade for my aging HA Green, and I had an 8GB RPi5 with a m.2 hat, case and PSU selected, but when I checked prices I could get an 8GB Zimaboard 2 that includes 32GB eMMC for $10 more than the RPi, and that gets me a n150 processor, 2x2.5Gbit networking, 2 SATA ports and a PCIe expansion port. It idles at 5-7W.
So yeah, the RPi5 has gotten prohibitively expensive, at least to the point where a chinesium mini pc is cheaper, has better performance, and about the same power consumption.
Raspberries are basically for DIY projects. I have one on my router handling call blocking for my landline. If it was costing $300 I would rather get a mini PC or use one of my defunct phones with UserLand on it. I can't see any world where a comparison to an entry level laptop makes sense.
I dunno, it's not unexpected. Smartphone hardware has been cheaper, more proliferate and faster than Raspberry Pis for a while. The Pi Foundation finds a market by supporting Linux, documenting GPIO and Arduino/hat ecosystems, and advocating for a hackier, server-like approach with the cheap hardware. Game consoles, smartphones and consumer laptops are often powerful, but priced taking the customer's service revenue into account.
My Raspberry Pi is definitely outclassed by a few of my old phones and laptops. But it's also super pleasant to host services on, so it's my go-to SBC.
What are they used for?
Its CPU's PassMark scores an average of 4,246.
A quick check on AMZN: https://www.amazon.com/KAMRUI-Mini-PC-i3-10110U-Bluetooth/dp... uses AMD Ryzen 4300U (scores 7364), 16GB RAM, 256GB SSD, supports 3 4k (maybe 30HZ) monitors at the same time. That mini pc cost $289.
I really struggle to see where this fits in to most use cases. The appeal of the Pi back in the first iterations was being a relatively cheap linux computer with GPIO.
I have decided that the Pi4 1GB is the ideal for hobbyists. Faster than Pi3, takes normal USB-C charging, and can do most single server or electronics jobs. Which is why it is currently sold out.
I agree...
I use a Pi4B 8GB as a home server with a number of duties.
Less power consumption than the Pi 5 (and no heatsink), and it was the first to offer the combination of USB booting, more than 1GB RAM, and Gigabit Ethernet. And reasonably priced in 2019.
I really wish they made a new Zero that doesn't use ddr2 ram to ensure that it can still be made far into the future. As far as I'm aware, nobody is making ddr2 anymore
The original vision IIRC was to provide a cheap computer for students in low-income families. You could plug into your TV at home and start learning.
Then the hobby community got wind of it and proceeded to buy out all the stock on every release (myself included, I still have one of every first 3 versions sitting in my cabinet)
At this stage I think the way to realize this "cheap computer" vision is in unlocking smartphones. Either with an OS that behaves like a real computer that you can put on an old/cheap commodity phone, or with an app that creates a programmable environment layered over and isolated from the suffocating mobile OS.
"an OS that behaves like a real computer that you can put on an old/cheap commodity phone": https://postmarketos.org/
"an app that creates a programmable environment layered over and isolated from the suffocating mobile OS": Android Virtualization Framework (AVF) on newer Android versions provides a hypervisor and a hardware-accelerated graphics (VirGL) for AVF virtual machines, allowing users to run an isolated Linux GUI desktop with low overhead.
The 80s kid in me still thinks dropping someone into a linux shell with a bunch of tools and no internet access is the best learning environment. Kids these days with their fancy tiktoks and such need to summon the old ways.
The 80s kid me lived in a small town with no access to technical manuals or people who could help. The developer manuals for $80 each or a compuserve account to get access to the source code examples of the manufacturer were completely out of reach. What could I have built with the information that is now available for free...
> What could I have built with the information that is now available for free...
Probably nothing. That free info also comes with YouTube and TikTok and every TV show and movie and game on demand. You have to be very disciplined to focus on difficult topics in a sea of easier and more gratifying entertainment.
The concept of a cheap new computer like an RPi for poor families is a 1st world solution that doesn't understand markets. Used computers are way more popular in countries where the price of new computers are out of reach.
You should really look at the Pi Zero 2 W. Similar capabilities to the 3B for <$20. The Pico 2 is also cheap and very capable if you don't actually need Linux. Most projects don't need a Pi 5.
Yeah that's why I have so many ESP32-S3's around, no project I've done actually needs Linux and the boot times and SD card problems that come with using a Pi.
RPis get sold more to the businesses and startups that started with them in 2010s, rather than hobbyists now.
If you cannot negotiate a good deal with the big industrial silicon manufacturers but you want good up-to-date kernels, RPis are a perfect option.
There are SoMs or SBCs with other CPUs like NXP or MediaTek that has more or less mainline support. However, they ask more money. The kernel contributions are also a bit on the shakier side which requires spending expensive developer time to deal with kernel issues that the CPU and the board manufacturer missed.
There are also lots of cheaper SoMs if you're not allergic to Chinese chipsets, and the cheaper ones tend to have PoP on-package DDR so you can spin your own 4-layer PCB without having to pull your hair out impedance matching DDR3+ traces. That, of course, if you can fit into ~64MB RAM.
> The kernel contributions are also a bit on the shakier side which requires spending expensive developer time to deal with kernel
NXP/i.MX are way better at mainline kernel than Broadcom that RPi is based on, come on.. and they have cheaper options like i.MX 9 series. Other vendors, yes, mainline support could be pretty spotty.
It's useful if you need GPIO but not $350 useful. Nowadays you can get used office mini PCs with a 10th gen Intel and 16GB RAM for like $200 and they'll come with an SSD. No idea why anyone would buy an expensive Pi.
And GPIO support for your used office equipment is often just a cheap USB adapter away too, GPIO support is not some Pi exclusive thing, even if its 40 pin layout is widely used now etc.
What are you wanting to use it for? There is using Pi as desktop, which was only option for a while, but now mini PCs are much better. There is using it as server, where mini PCs are better for homelabs and multiple services but Pi is good for lightweight single service. Then there is hobbyist use, where Pi is cheap when get lightweight one and has ecosystem of hardware and software.
Sure, but none of the hardware peripherals routed out to those pins are exclusive to that pin header.
If you need a few i2c or SPI or uart buses or even just general purpose IO then AliExpress has a gazillion little USB based modules that will get you exactly that.
If you're still very new to electronics and not at all comfortable going outside of well-established curriculum that explicitly says use this raspberry pi with this sensor attached on these pins with this library configured in this way... Yes. But that can't be most of the people paying this price?
So strange. I can probably sell my 4GB Pi 5 for about 40% more than I bought it for... 3 years ago. This isn't how computers are supposed to work, let alone Pis.
I get what's happening, but it's strange to see it happening.
Actually, could I sell it for ~10% less than someone would buy it new? Is there a market for used Pis? Maybe 30%, I don't know. That I can sell it for what I got it for at all is wild.
It has definitely been a crazy few months for prices.
On 2025-12-18 I bought a RPi 5 kit on Amazon from CanaKit that consisted of an 8 GB Pi 5 with the official RPi 5 256 GB SSD, case, fan, 45W power supply, and some cables which came fully assembled.
It was $209.99.
Today it is $339.97.
On 2025-09-02 I bought a Samsung 1 TB EVO Plus M.2 SSD along with along with a Sabrent USB-C M.2/SATA enclosure to use with my RPi 4.
It was $64.99 for the SSD and $22.75 for the enclosure.
Today the SSD is $255.00 (down a little from the $261.08 it reached last month) and the enclosure is $29.95.
BTW, if you are looking for an RPi it looks like you can't rely on the prices shown on rpilocator.com.
Right now for example it lists RPi 5 8 GB in stock in the US for $80 (Digi-Key), $175 (Pishop), and $200 (Adafruit). Similar for 4 GB ($60, $110, $130 at those three sellers, in the same order). Same pattern for RPi 4. 8 GB from the same three sellers in the same order: $75, $165, $190. 4 GB $55, $100, $120.
Clicking the links reveals all the Digi-Key entries are wrong. Their actual price is the same as Pishop (whose rpilocator.com entries seem to be correct).
This isn't exactly news, that model has been at $350 for a while.
It's not like RPi suddenly introduced a 16GB model at a ridiculous price due to having forgotten about low cost stuff. The 16GB model was originally $85 iirc. Then the memory shortage hit. They could either withdraw the 16GB model (maybe screwing over some people who absolutely had to have it) or raise the price for those with urgent enough requirements. They did the latter.
Me, I'd like to see some large MCU's (let's say a little above RP2350 / ESP32 level) with a few MB of memory, but with memory protection, like old fashioned Vaxes with that much memory. That would allow running multiprocessing OS's where the processes couldn't easily clobber each other like on the current stuff. Many programs don't require GB's of ram.
This is hilarious considering you can easily[1] get a whole ARM laptop with 16GB for $425 all day, and that will also include a screen, keyboard, trackpad, battery, and storage.
I first checked for Mac Minis and interestingly they are much closer to $650 for similar specs.
And obviously if Intel is fine for your use case, either the N100 type of mini PC or, my preference, an off-lease HP, Dell, or Lenovo USFF PC, would be like half that for a very capable machine.
> This is hilarious considering you can easily[1] get a whole ARM laptop with 16GB for $425 all day, and that will also include a screen, keyboard, trackpad, battery, and storage.
That "laptop" will also absolutely smoke the Pi on performance, too:
My home cluster is built from surplus Dell Optiplex desktops that I got from BYU Surplus and added some RAM (before RAM price went totally bananas) and SSDs to.
I spent less than the cost of one of these Pis to acquire all of them together.
I later added a large machine that I used to use as a Linux desktop, with a GPU and 64GB RAM, which I use for generating OpenStreetMap tiles.
> less than the cost of one of these Pis to acquire all of them together.
Before RAM went crazy, the Pi 4 was $75 for *8GB and $125 for 16GB.
Another consideration is heat and power consumption, I have an OptiPlex micro (also surplus) and power consumption is 8W-90W (standby versus peak), 5x-10x more than a Pi 4.
> My home cluster is built from surplus Dell Optiplex desktops
I used to do this as well and this is fine if you're able to source cheap power. But I'm in the UK, electricity prices are insane and I can't afford to run this kind of setup any more.
1) Apple had long term contracts for memory which will run out. Afterwards it will be very interesting to see what they do.
2) RPi uses older memory that is much much more expensive to buy in the market as manufacturers have dedicated capacity to newer formats used by AI boxes for KV caches
These perform way better and have similar efficiency, too. Case, power supply, cooling, and storage are all included too. If you don't need GPIO then you don't need a Raspberry Pi. If you do then consider using a microcontroller (Pi Pico, ESP32, etc.) first.
I really don't know who this is targeted at. As a development board these are extremely expensive and as a mini computer you're far better off with something N100 based or similar.
Ecosystem bought in does not require you to buy the latest and most expensive board.
The Pi 1 model B+ was released in 2014. They still make and support it today and will keep doing it until at least 2030. You can just buy that instead. They are not apple.
Unfortunately Radxa and Milk-V are almost completely out of stock and not much cheaper. If you need more than a microcontroller there's no circumventing the memory shortage at this point.
Kicking myself for not buying the Q6A at the beginning of the year (I wanted three and arace would only sell one per customer, but one would've been better than none).
The Raspberry Pi 5 uses LPDDR4X. Finding 16GB (128Gb with a small b) chips in this size is not common. That memory chip is at least $200, probably more, even at the scale that they’re buying them.
I’m glad they’re making it available for the rare cases where it’s needed, but for PR purposes it would have been better if they just discontinued the 16GB model until RAM prices came down. I’m getting tired of hearing “Raspberry Pi 5 costs $300” now from people who have no reason to buy the 16GB version.
The 1GB version works well for simple Linux shell work and embedded projects. It’s $50.
The 4GB version works well for GUI work. Let’s be real: It’s a slow device and not a desktop/laptop alternative in 2026, so 4GB goes a long way for the use cases where you want to do basic GUI work. $110 for the 4GB model (if you shop not at Adafruit)
EDIT: Adafruit prices are higher for some reason. 16GB Pi 5 is $305 on other sites.
Every time I see entitled people crying because of the prices of a Rasperry Py I remember my first computer that had hundred of megahertz's speed and megabytes of RAM.
I could do very useful things with that machine. So it is not the end of the world if we have to go back to a world when you merely have thousands of times more memory for 4 times less money.
It could even be positive if it forces people to be more efficient writing code and wasting less resources.
Similar situation, one thing I like the with the Pis design is you can throw PoE hats on them and build a whole home infrastructure system where the only thing that needs battery backup for power cuts is the main ethernet switch - all of the essential services, switches and wifi APs are powered downstream by their ethernet ports over PoE.
Makes making your key network services (VPN, firewall, DNS, NTP, home assistant etc) on battery backup very easy, as just one plug to the primary switch to keep powered, and my wifi/internet stays on when the power cuts.
I could use other devices, but 5 pis with PoE hats rack mount very cleanly in a single 1U row and passively cooled with no fan noise etc.
Imagine having a business relying on the Pi boards!
It’s worth adding Pi4@1GB still costs $35 but any other memory configurations (and Pi5) go for much more now.
I wonder so much what their initial capacity was (which ought to go up marginally, and what their expected capacity curves look like.
I would not expect them to dump cheap ram. That is a false hope. The world needs volume, massively more volume, and it feels like everyone else is going to take a sizable fraction of a decade to even start responding. Maybe perhaps possibly CXMT can scale fast, but they have many multiples to grow before they are more than a drop in the bucket.
It's also unclear when if they too will want to start stacking 12 then 16 then 24 rams atop each other, to sell chips that cost what multiples of what GPUs used to.
They won't, no one will. Too much investment for too much of a risk of the bubble popping and yet another run of the boom-bust cycle that left the world with not even a handful of RAM makers in the first place.
I don't think I have any beef with what you're pointing out - I was only saying that I don't think the Radxa products' pricing are demonstrating anything too shocking about the Rpi products' pricing.
I personally would probably choose one of those over a Rpi (but would probably still rather buy more off-lease Elitedesk G6 Minis, which is what I use for 'lil computer' projects)
> I was only saying that I don't think the Radxa products' pricing are demonstrating anything too shocking about the Rpi products' pricing.
I agree it's not too shocking, I think prices have increased everywhere including competitors.
> off-lease Elitedesk G6 Minis
Those are great if you can surface them!
I've also been enjoying the N100 mini-ITX boards from ASROCK[1] and ASUS. Great choice if you already have a power supply and some RAM stockpiled. The ASUS one uses SODIMM. They use very little power.
They’re not equivalent devices in almost any dimension. I got a pizza at the grocery store for $6. It has no bearing on raspberry pi being a joke or not.
Dram prices and Flash prices are inflated right now, but the pi were never focused on Desktop users. As a platform it no longer makes sense for many use cases. =3
I’m surprised to see those legacy USB ports on a board where space savings is important. Do they do it for backwards compatibility with older cases and housings?
And am I correct to see that the USB-C only does power? How do you connect your pheripherals to this board?
I think legacy USB peripherals are very common. Almost all of my peripherals are legacy USB; I think I only own a single USB-C peripheral. Old stuff still works, so I don't need to buy new ones.
Interesting. I don’t own any legacy USB equipment anymore, everything is USB-C now. I started phasing out my old equipment ten years ago and everything from the past five years has had USB-C as standard. Even my shaver chargers over USB-C.
I guess that the people who use $350 boards also mainly use USB-C. Unless you want to connect old hardware to it but I don’t see that use-case.
Not being able to connect my devices to this board is a blocker for me.
Understandable but I would have preferred a couple of fully functional USB-C ports and then have people use dongles for using old hardware on this board. Similar to using a serial adapter.
That is now illegal in the European Union. Everything sold is required to have USB-C.
> From 28 December 2024, the rules apply to mobile phones, tablets, digital cameras, headphones, headsets, videogame consoles, portable speakers, e-readers, keyboards, mice, portable navigation systems and earbuds sold in the EU. From 28 April 2026, they will also apply to laptops.
Before the personal LLM craze you could easily get $400 Mac Minis from Apple's certified refurbished store. I bought two M2 Pros for that price and turned them into Asahi Linux CI machines.
Cheapest mac mini I could spec out on the apple store right now is about $750, which if you consider how much more capable its M4 processor is than the pi, is a pretty good deal tbh.
because Apple goes in and buys out entire production cycles based on anticipated demand. Most infamously they got a year worth of TSMCs last new node - no one else could have it.
Usually, that gamble pays off, sometimes it does not (cough Apple Vision), and in some cases they get so many QC rejects that they can make an entire new product line on (financially) worthless scrap, that's how the MacBook Neo came to be - a bunch of iPhone SoC's that failed binning, I think in GPU cores.
This is really sad. Me and my girlfriend at the time watched all of our movies off of a Pi 1 and a USB hard drive when it came out. Those days are long gone.
I think people commentating here are missing the point. The cost of that pi is for the 16 GB of RAM. Which in fairness, is a lot of RAM for a device of that type.
You can still buy a Raspberry Pi on a budget if you don’t need that much memory. For example, the 2 GB model is $75.
Pi even before these ram prices was getting expensive and kind of missing the point from my perspective. Definitely good to have them releasing new models.
What bothers me is that now you need cooling for some models, and obviously price is getting too high.
On the other hand... $50 for 1Gb version is excellent still. And you should be able to use it just fine.
Including but not limited to dual gigabit Ethernet (on a PCIe bus), NVMe slots, and a capable power supply is included in the box.
I lucked out having bought a few N95 mini PCs a few years ago. They were even cheaper then with 16GB of RAM out of the box. To me they're vastly superior to the various RPis I replaced.
I sold off my Pi 4s and never bothered with the 5s. I kept my mix of older Pis for projects that need GPIO and of those my Pi Zeros are the ones that really get used.
Some folks might have missed that memory prices on the whole are up [1] 90% since Q4.
The memory used by the Pi 5 is up 700% [2]!
Raspberry Pi are working the issue by releasing new memory variants that are cheaper[2].
Edit: You can still walk into a Microcenter and get Pi 5 16GB for US $289!
1. https://au.pcpartpicker.com/trends/price/memory/
2. https://www.raspberrypi.com/news/a-new-3gb-raspberry-pi-4-fo...
Microcenter doubled the price of the 500+ kit shortly after I bought one. Still $90 cheaper than Adafruit, unsurprisingly.
You'd have to imagine that the 500+ Kit's cost of goods is impacted twice, first on memory and again on solid state storage.
>Raspberry Pi are working the issue by releasing new memory variants that are cheaper[2]
Raspberry Pi are working on the issue but letting you spend the same amount of money per GB, for fewer GB.
It's crazy how Raspberry Pi & Apple prices have moved in converging direction.
Pi 5 8GB is $200
MacBook Neo 8GB is $600 (probably some edu discount available) Sure 3x the price, but it comes with - 256GB SSD, battery, display, keyboard, trackpad..
So the Pi has slowly become too expensive for weird one-off projects and also price competitive with a cheap Mac by the time you add all the stuff you need to use it as a cheap computer.
If Apple ever got around to a headless "Mac Micro", below the Mini, which had the same specs as the Neo in desktop form it would be even more stark. They could easily ship that for $400 (mini is $300 cheaper than cheapest M-series MacBook with same ram/ssd). They might never do this as it's enough computer for most people they'd lose revenue from those otherwise spending far more at the Apple Store.
Not a completely invalid or uncommon take, but also not completely correct. People lament that it isn't the $25 like it used to be with the Pi 2/3, but ignore that you can get a Pi Zero 2 W (quad A53 cores like 3B, 512MB RAM) for <$20. I've used them for a bunch of projects: moonlight game streaming client, on-stage video player controlled by a foot pedal, Bluetooth controlled recorder for USB audio interfaces, Tailscale exit node, etc. They are tiny and great!
https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/
I wish a Pi 5 (and RAM in general) was cheaper, but Raspberry Pi can't control that.
Some people seem to think raspberry pi is a consumer tech company and whenever a new model is released, the old one will be discontinued. They will complain about the product being changed and the company robbing them of a cheap SBC.
I can only assume they don't actually work with the pi because if you spend just a minute looking at any reseller's inventory or even just the official website you will see they still make and sell and support boards from a decade ago.
The Pi Zero 2W is great, but data I/O (WiFi, USB, and micro SD) do limit use cases slightly. For most use cases, I doubt this is an issue, but it is something to keep in mind if you want to run bandwidth-constrained services on it. For $15, I don't think that's an issue, but it is unfortunate.
Try getting your hands on a Pi Zero 2 W. Here in Germany you cannot get them at all any more and the quoted price has gone up 3x.
except you can't. They have been out of stock for weeks
Having had a subscription to Hack-a-Day for a long time, I firmly believe that the vast majority of "weird one-off" Raspberry Pi projects don't actually need anything as capable as a Raspberry Pi SBC. It's just a matter of brand recognition and familiarity. If it gets too expensive, I suspect that more users will migrate to microcontrollers than to gutted notebooks.
You don't even need to learn anything new, I'm sure you can ask Claude to vibe code something on RP2350 nowadays and there's an 80% chance it will work.
I built a portable meshtastic terminal using Claude and a Pico 2. It's written 100% of the code in MicroPython and it works great. It even wrote the driver for the E-ink screen I'm using. I built a jig to hold a webcam and the e-ink screen, then had Claude write a script/MCP that takes a photo and crops just the screen out. Then I asked it to figure out a driver, and after a 20 minute loop of taking photos and updating it's driver, it was done.
Another Hackaday reader here. I think that the RPi shines in projects where GPIO are needed, yet the developer needs a full Linux OS (usually to run Python).
I agree that vibe coding microcontrollers will increase the use of embedded systems instead of RPi devices. Seems like a good move for them to have built the RPi Pico.
8GB of LPDDR memory is around $100 in volume.
That leaves $100 for everything else on the Pi, including the hardware, building it, transporting it, and retailer margin.
That leaves $500 for everything else on the MacBook Neo.
That's why you can get so much more from the MacBook Neo. There's 5X as much budget for everything other than RAM.
I was recently looking for an upgrade for my aging HA Green, and I had an 8GB RPi5 with a m.2 hat, case and PSU selected, but when I checked prices I could get an 8GB Zimaboard 2 that includes 32GB eMMC for $10 more than the RPi, and that gets me a n150 processor, 2x2.5Gbit networking, 2 SATA ports and a PCIe expansion port. It idles at 5-7W.
So yeah, the RPi5 has gotten prohibitively expensive, at least to the point where a chinesium mini pc is cheaper, has better performance, and about the same power consumption.
Raspberries are basically for DIY projects. I have one on my router handling call blocking for my landline. If it was costing $300 I would rather get a mini PC or use one of my defunct phones with UserLand on it. I can't see any world where a comparison to an entry level laptop makes sense.
You don't need a $300 pi for call blocking. They still make and sell $30 models that will be an overkill for your use case.
> Mac Micro
Mac Nano, just like iPods!
Education price for schools is 499$ for the Neo. Have to agree no longer sure the pi makes much sense at this price point.
I dunno, it's not unexpected. Smartphone hardware has been cheaper, more proliferate and faster than Raspberry Pis for a while. The Pi Foundation finds a market by supporting Linux, documenting GPIO and Arduino/hat ecosystems, and advocating for a hackier, server-like approach with the cheap hardware. Game consoles, smartphones and consumer laptops are often powerful, but priced taking the customer's service revenue into account.
My Raspberry Pi is definitely outclassed by a few of my old phones and laptops. But it's also super pleasant to host services on, so it's my go-to SBC.
... there is no mac micro, but there is an appletv
What are they used for? Its CPU's PassMark scores an average of 4,246. A quick check on AMZN: https://www.amazon.com/KAMRUI-Mini-PC-i3-10110U-Bluetooth/dp... uses AMD Ryzen 4300U (scores 7364), 16GB RAM, 256GB SSD, supports 3 4k (maybe 30HZ) monitors at the same time. That mini pc cost $289.
Raspberry Pi as a company does ~$325M in annual revenue.
But I can’t understand what are the use cases to be selling 73M units.
Would anyone mind sharing what are the broadly applicable use cases, because selling 73M units is well beyond hobbyist fun.
https://investors.raspberrypi.com/
I really struggle to see where this fits in to most use cases. The appeal of the Pi back in the first iterations was being a relatively cheap linux computer with GPIO.
This (the 16GB version) should not fit into most use cases. You’re buying an expensive RAM chip with a Pi attached.
The cheaper 4GB or even 1GB versions ($50 for the latter) are what most people should be looking at for their projects.
I have decided that the Pi4 1GB is the ideal for hobbyists. Faster than Pi3, takes normal USB-C charging, and can do most single server or electronics jobs. Which is why it is currently sold out.
I agree... I use a Pi4B 8GB as a home server with a number of duties.
Less power consumption than the Pi 5 (and no heatsink), and it was the first to offer the combination of USB booting, more than 1GB RAM, and Gigabit Ethernet. And reasonably priced in 2019.
My personal fave RPi, the Zero W, is still $15 from Adafruit.
I really wish they made a new Zero that doesn't use ddr2 ram to ensure that it can still be made far into the future. As far as I'm aware, nobody is making ddr2 anymore
Is anyone making DDR5?
For AI, sure
The original vision IIRC was to provide a cheap computer for students in low-income families. You could plug into your TV at home and start learning.
Then the hobby community got wind of it and proceeded to buy out all the stock on every release (myself included, I still have one of every first 3 versions sitting in my cabinet)
At this stage I think the way to realize this "cheap computer" vision is in unlocking smartphones. Either with an OS that behaves like a real computer that you can put on an old/cheap commodity phone, or with an app that creates a programmable environment layered over and isolated from the suffocating mobile OS.
"an OS that behaves like a real computer that you can put on an old/cheap commodity phone": https://postmarketos.org/
"an app that creates a programmable environment layered over and isolated from the suffocating mobile OS": Android Virtualization Framework (AVF) on newer Android versions provides a hypervisor and a hardware-accelerated graphics (VirGL) for AVF virtual machines, allowing users to run an isolated Linux GUI desktop with low overhead.
I have been trying out the FX1s. It is a good replacement with some rough edges still. Better battery life than previous Pixel 6a and Fairphone 4.
Dock can not handle an Ultrawide 1440x3440 display.
Right now it is a backup phone and my music player.
https://furilabs.com/
The 80s kid in me still thinks dropping someone into a linux shell with a bunch of tools and no internet access is the best learning environment. Kids these days with their fancy tiktoks and such need to summon the old ways.
The 80s kid me lived in a small town with no access to technical manuals or people who could help. The developer manuals for $80 each or a compuserve account to get access to the source code examples of the manufacturer were completely out of reach. What could I have built with the information that is now available for free...
> What could I have built with the information that is now available for free...
Probably nothing. That free info also comes with YouTube and TikTok and every TV show and movie and game on demand. You have to be very disciplined to focus on difficult topics in a sea of easier and more gratifying entertainment.
The concept of a cheap new computer like an RPi for poor families is a 1st world solution that doesn't understand markets. Used computers are way more popular in countries where the price of new computers are out of reach.
It's a supply chain problem, n
You should really look at the Pi Zero 2 W. Similar capabilities to the 3B for <$20. The Pico 2 is also cheap and very capable if you don't actually need Linux. Most projects don't need a Pi 5.
Yeah that's why I have so many ESP32-S3's around, no project I've done actually needs Linux and the boot times and SD card problems that come with using a Pi.
People have been saying this for years, yet Raspberry Pis just keep on selling with no trouble.
RPis get sold more to the businesses and startups that started with them in 2010s, rather than hobbyists now.
If you cannot negotiate a good deal with the big industrial silicon manufacturers but you want good up-to-date kernels, RPis are a perfect option.
There are SoMs or SBCs with other CPUs like NXP or MediaTek that has more or less mainline support. However, they ask more money. The kernel contributions are also a bit on the shakier side which requires spending expensive developer time to deal with kernel issues that the CPU and the board manufacturer missed.
There are also lots of cheaper SoMs if you're not allergic to Chinese chipsets, and the cheaper ones tend to have PoP on-package DDR so you can spin your own 4-layer PCB without having to pull your hair out impedance matching DDR3+ traces. That, of course, if you can fit into ~64MB RAM.
> The kernel contributions are also a bit on the shakier side which requires spending expensive developer time to deal with kernel
NXP/i.MX are way better at mainline kernel than Broadcom that RPi is based on, come on.. and they have cheaper options like i.MX 9 series. Other vendors, yes, mainline support could be pretty spotty.
Raspberry Pi’s keep selling because the software ecosystem is solid.
Yeah they do keep selling, I wonder though if hobbyist sales have dropped.
They're relatively common in industrial applications now because they have really good software support and great long-term availability.
It's useful if you need GPIO but not $350 useful. Nowadays you can get used office mini PCs with a 10th gen Intel and 16GB RAM for like $200 and they'll come with an SSD. No idea why anyone would buy an expensive Pi.
And GPIO support for your used office equipment is often just a cheap USB adapter away too, GPIO support is not some Pi exclusive thing, even if its 40 pin layout is widely used now etc.
What are you wanting to use it for? There is using Pi as desktop, which was only option for a while, but now mini PCs are much better. There is using it as server, where mini PCs are better for homelabs and multiple services but Pi is good for lightweight single service. Then there is hobbyist use, where Pi is cheap when get lightweight one and has ecosystem of hardware and software.
It's not the GPIO, it's the software ecosystem for anything you would want to connect to the GPIO.
Sure, but none of the hardware peripherals routed out to those pins are exclusive to that pin header.
If you need a few i2c or SPI or uart buses or even just general purpose IO then AliExpress has a gazillion little USB based modules that will get you exactly that.
If you're still very new to electronics and not at all comfortable going outside of well-established curriculum that explicitly says use this raspberry pi with this sensor attached on these pins with this library configured in this way... Yes. But that can't be most of the people paying this price?
Most of the people buying raspberry pis are industrial customers who are not on the fence about whether to buy an SBC or someone’s trashed PC.
So strange. I can probably sell my 4GB Pi 5 for about 40% more than I bought it for... 3 years ago. This isn't how computers are supposed to work, let alone Pis.
I get what's happening, but it's strange to see it happening.
Actually, could I sell it for ~10% less than someone would buy it new? Is there a market for used Pis? Maybe 30%, I don't know. That I can sell it for what I got it for at all is wild.
I'm still surprised that cryptocurrency fucking the GPU market was just a warm-up for the real supply chain shortages.
Good point, everyone was expecting GPU prices to go down and all crypto bros to drop their mining rigs, but they can just repurpose them now...
Huh and I am running home assistant on my Pi 5 I guess it is time to sell.
A lot of computer parts can be sold at a high profit nowadays.
It has definitely been a crazy few months for prices.
On 2025-12-18 I bought a RPi 5 kit on Amazon from CanaKit that consisted of an 8 GB Pi 5 with the official RPi 5 256 GB SSD, case, fan, 45W power supply, and some cables which came fully assembled.
It was $209.99.
Today it is $339.97.
On 2025-09-02 I bought a Samsung 1 TB EVO Plus M.2 SSD along with along with a Sabrent USB-C M.2/SATA enclosure to use with my RPi 4.
It was $64.99 for the SSD and $22.75 for the enclosure.
Today the SSD is $255.00 (down a little from the $261.08 it reached last month) and the enclosure is $29.95.
BTW, if you are looking for an RPi it looks like you can't rely on the prices shown on rpilocator.com.
Right now for example it lists RPi 5 8 GB in stock in the US for $80 (Digi-Key), $175 (Pishop), and $200 (Adafruit). Similar for 4 GB ($60, $110, $130 at those three sellers, in the same order). Same pattern for RPi 4. 8 GB from the same three sellers in the same order: $75, $165, $190. 4 GB $55, $100, $120.
Clicking the links reveals all the Digi-Key entries are wrong. Their actual price is the same as Pishop (whose rpilocator.com entries seem to be correct).
This isn't exactly news, that model has been at $350 for a while.
It's not like RPi suddenly introduced a 16GB model at a ridiculous price due to having forgotten about low cost stuff. The 16GB model was originally $85 iirc. Then the memory shortage hit. They could either withdraw the 16GB model (maybe screwing over some people who absolutely had to have it) or raise the price for those with urgent enough requirements. They did the latter.
Me, I'd like to see some large MCU's (let's say a little above RP2350 / ESP32 level) with a few MB of memory, but with memory protection, like old fashioned Vaxes with that much memory. That would allow running multiprocessing OS's where the processes couldn't easily clobber each other like on the current stuff. Many programs don't require GB's of ram.
This is hilarious considering you can easily[1] get a whole ARM laptop with 16GB for $425 all day, and that will also include a screen, keyboard, trackpad, battery, and storage.
I first checked for Mac Minis and interestingly they are much closer to $650 for similar specs.
And obviously if Intel is fine for your use case, either the N100 type of mini PC or, my preference, an off-lease HP, Dell, or Lenovo USFF PC, would be like half that for a very capable machine.
[1] https://www.ebay.com/sch/i.html?_nkw=m1%20macbook%20air%2016...
> This is hilarious considering you can easily[1] get a whole ARM laptop with 16GB for $425 all day, and that will also include a screen, keyboard, trackpad, battery, and storage.
That "laptop" will also absolutely smoke the Pi on performance, too:
https://browser.geekbench.com/v5/cpu/compare/24356484?baseli...
For what it is worth, an M4 mac mini is also like 30-50x faster. Like, legitimately.
My home cluster is built from surplus Dell Optiplex desktops that I got from BYU Surplus and added some RAM (before RAM price went totally bananas) and SSDs to. I spent less than the cost of one of these Pis to acquire all of them together.
I later added a large machine that I used to use as a Linux desktop, with a GPU and 64GB RAM, which I use for generating OpenStreetMap tiles.
> less than the cost of one of these Pis to acquire all of them together.
Before RAM went crazy, the Pi 4 was $75 for *8GB and $125 for 16GB.
Another consideration is heat and power consumption, I have an OptiPlex micro (also surplus) and power consumption is 8W-90W (standby versus peak), 5x-10x more than a Pi 4.
> My home cluster is built from surplus Dell Optiplex desktops
I used to do this as well and this is fine if you're able to source cheap power. But I'm in the UK, electricity prices are insane and I can't afford to run this kind of setup any more.
How much power does that cluster consume?
we've lost the plot. this is no longer a hobbyist computer.
Two months ago I bought a M4 Mini w/16GB and 512GB HDD for $599. Granted they're up to $799 right now, but a Rpi is now $350 when they used to be $35?
You're correct; they've jumped the shark.
Two things to note:
1) Apple had long term contracts for memory which will run out. Afterwards it will be very interesting to see what they do.
2) RPi uses older memory that is much much more expensive to buy in the market as manufacturers have dedicated capacity to newer formats used by AI boxes for KV caches
The linked model has 16x the amount of RAM that $35 model had. You can still get a 1GB model for less than $50.
You can get an Intel N100 NUC with 16GB ram, 500GB ssd on Amazon for less though.
This is just very expensive for what it is.
These perform way better and have similar efficiency, too. Case, power supply, cooling, and storage are all included too. If you don't need GPIO then you don't need a Raspberry Pi. If you do then consider using a microcontroller (Pi Pico, ESP32, etc.) first.
If you just want a tiny desktop computer, sure. The reason to buy a Pi is for the GPIO and the well-established ecosystem.
I really don't know who this is targeted at. As a development board these are extremely expensive and as a mini computer you're far better off with something N100 based or similar.
What market is this trying to compete in?
To me it seems like they are just cannibalizing their customer base that bought into their ecosystem early.
Ecosystem bought in does not require you to buy the latest and most expensive board.
The Pi 1 model B+ was released in 2014. They still make and support it today and will keep doing it until at least 2030. You can just buy that instead. They are not apple.
Feels like they’re just surfing the name recognition wave at this point.
Pi hasn't been a hobbyist computer since they were prioritised for large-volume business purchasers during COVID.
As for the education market, that's a long forgotten pipedream.
This is because on a COGs basis it is memory with a side of compute.
I think you're overlooking the 16GB part, it's a niche of a niche device... 1GB is still $50
Search Aliexpress for ESP32-C3 Development Board for Arduino
Search arace.tech for Radxa or Milk-V boards.
Unfortunately Radxa and Milk-V are almost completely out of stock and not much cheaper. If you need more than a microcontroller there's no circumventing the memory shortage at this point.
Kicking myself for not buying the Q6A at the beginning of the year (I wanted three and arace would only sell one per customer, but one would've been better than none).
At least get a -C6 if you're trying to replace a Pi with a microcontroller.
The Raspberry Pi 5 uses LPDDR4X. Finding 16GB (128Gb with a small b) chips in this size is not common. That memory chip is at least $200, probably more, even at the scale that they’re buying them.
I’m glad they’re making it available for the rare cases where it’s needed, but for PR purposes it would have been better if they just discontinued the 16GB model until RAM prices came down. I’m getting tired of hearing “Raspberry Pi 5 costs $300” now from people who have no reason to buy the 16GB version.
The 1GB version works well for simple Linux shell work and embedded projects. It’s $50.
The 4GB version works well for GUI work. Let’s be real: It’s a slow device and not a desktop/laptop alternative in 2026, so 4GB goes a long way for the use cases where you want to do basic GUI work. $110 for the 4GB model (if you shop not at Adafruit)
EDIT: Adafruit prices are higher for some reason. 16GB Pi 5 is $305 on other sites.
Microcenter (another official US reseller) sells the Pi5 16GB at a much lower price[1].
1. https://www.microcenter.com/product/702590/raspberry-pi-5
$289, for everybody who doesn't want to click.
Every time I see entitled people crying because of the prices of a Rasperry Py I remember my first computer that had hundred of megahertz's speed and megabytes of RAM.
I could do very useful things with that machine. So it is not the end of the world if we have to go back to a world when you merely have thousands of times more memory for 4 times less money.
It could even be positive if it forces people to be more efficient writing code and wasting less resources.
That price I'd just buy an Optiplex or something
I have 4 RPi servers in my house on 24/7 but yeah
Funny different purpose but I bought a 2017 Pixelbook put Ubuntu on it, great machine it was $80
Similar situation, one thing I like the with the Pis design is you can throw PoE hats on them and build a whole home infrastructure system where the only thing that needs battery backup for power cuts is the main ethernet switch - all of the essential services, switches and wifi APs are powered downstream by their ethernet ports over PoE.
Makes making your key network services (VPN, firewall, DNS, NTP, home assistant etc) on battery backup very easy, as just one plug to the primary switch to keep powered, and my wifi/internet stays on when the power cuts.
I could use other devices, but 5 pis with PoE hats rack mount very cleanly in a single 1U row and passively cooled with no fan noise etc.
Who would've thought the $50 pi 5 I bought on a whim would be my best performing asset in the last few years
$50 would have bought the 2GB model at launch.
The 2GB model is now $65, so don’t get too excited.
I checked my email and I paid $60 for the 4GB model in 2023. >2x returns in 3 years isn't so bad.
The $35 computer, for only $350!
Imagine having a business relying on the Pi boards! It’s worth adding Pi4@1GB still costs $35 but any other memory configurations (and Pi5) go for much more now.
Even worse, continued RAM shortages and inflation might actually mean that will have been a good price in a year's time.
The memory price rises are flattening. Prices are still increasing but not at the rate they previously were last year.
Every day I go to bed praying CXMT hurries the *$!@ up and dumps an ungodly amount of cheap RAM upon global markets
if anything, pricing will be around the same. Difference will be in availability.
I wonder so much what their initial capacity was (which ought to go up marginally, and what their expected capacity curves look like.
I would not expect them to dump cheap ram. That is a false hope. The world needs volume, massively more volume, and it feels like everyone else is going to take a sizable fraction of a decade to even start responding. Maybe perhaps possibly CXMT can scale fast, but they have many multiples to grow before they are more than a drop in the bucket.
It's also unclear when if they too will want to start stacking 12 then 16 then 24 rams atop each other, to sell chips that cost what multiples of what GPUs used to.
They won't, no one will. Too much investment for too much of a risk of the bubble popping and yet another run of the boom-bust cycle that left the world with not even a handful of RAM makers in the first place.
Are Raspberry Pis (UK country of origin) exempt from the 10% baseline import tariff?
Are they actually made in the UK?
I'd presume they're shipped from China like most tech goods.
They actually have a factory in the UK, one that previously made Sony TVs IIRC.
Some are made in China and Japan, most are made in Wales.
https://www.jeffgeerling.com/blog/2023/how-raspberry-pis-are...
It's worth mentioning you're paying a $45 Adafruit tax here. Adafruit charges more for Pis.
The US has a plethora of alternative authorised resellers who are lower priced:
https://www.raspberrypi.com/products/raspberry-pi-5/#:~:text...
Come on, a one gigabyte Pi is under $50. There's no plot lost, it's just expensive RAM. 2gb is $75. That's where Pi plays well.
Yet the Radxa Rock 4d[1] has 4Gb and is selling for 69 dollars.
[1]: https://arace.tech/products/radxa-rock-4d
Four of those would be $280 though, so this doesn't seem hilariously out of scale with that.
But ram prices don't scale linearly. The 4Gb variant of RPi5 is $130.
Radxa does have a 16Gb board[1] on pre-order, coming in at $329. Though the Dragon Q8B appears to be quite a bit more capable.
[1]: https://arace.tech/products/radxa-dragon-q8b
I don't think I have any beef with what you're pointing out - I was only saying that I don't think the Radxa products' pricing are demonstrating anything too shocking about the Rpi products' pricing.
I personally would probably choose one of those over a Rpi (but would probably still rather buy more off-lease Elitedesk G6 Minis, which is what I use for 'lil computer' projects)
> I was only saying that I don't think the Radxa products' pricing are demonstrating anything too shocking about the Rpi products' pricing.
I agree it's not too shocking, I think prices have increased everywhere including competitors.
> off-lease Elitedesk G6 Minis
Those are great if you can surface them!
I've also been enjoying the N100 mini-ITX boards from ASROCK[1] and ASUS. Great choice if you already have a power supply and some RAM stockpiled. The ASUS one uses SODIMM. They use very little power.
[1]: https://www.asrock.com/mb/Intel/N100DC-ITX/index.asp
i would say my first Pi was about 50$, crazy times
2 years ago I bought a Dell R630 for about this much with 128GB of RAM and 2 beefy xeons (for their gen, anyhow). Oh, how the times have changed.
Holy cow. I know I'm not supposed to be surprised given the memory shortage, but that is insane level.
Sooooooo not worth it.
I got an i5 Thinkpad T480 for 100usd.. Rpi is a joke
They’re not equivalent devices in almost any dimension. I got a pizza at the grocery store for $6. It has no bearing on raspberry pi being a joke or not.
Up ~50% about 2 months ago (4/2026)
If you’re on SF I can sell you 16GB Pi 5s for $280. I’ve got a few on hand (new in box).
Or one can also get a better specification i5 or Ryzen 4650U laptop for <$260 with SSD and LCD, then hot glue a 32bit Arduino to the lid.
https://www.newegg.com/p/pl?N=100017489%204016%20601497625%2...
Dram prices and Flash prices are inflated right now, but the pi were never focused on Desktop users. As a platform it no longer makes sense for many use cases. =3
Damn I think I have one in a drawer.
I’m surprised to see those legacy USB ports on a board where space savings is important. Do they do it for backwards compatibility with older cases and housings?
And am I correct to see that the USB-C only does power? How do you connect your pheripherals to this board?
I think legacy USB peripherals are very common. Almost all of my peripherals are legacy USB; I think I only own a single USB-C peripheral. Old stuff still works, so I don't need to buy new ones.
Interesting. I don’t own any legacy USB equipment anymore, everything is USB-C now. I started phasing out my old equipment ten years ago and everything from the past five years has had USB-C as standard. Even my shaver chargers over USB-C.
I guess that the people who use $350 boards also mainly use USB-C. Unless you want to connect old hardware to it but I don’t see that use-case.
Not being able to connect my devices to this board is a blocker for me.
Looks like all the USB-A devices purchased over the past 30 years have not been trashed and some people still use them.
Understandable but I would have preferred a couple of fully functional USB-C ports and then have people use dongles for using old hardware on this board. Similar to using a serial adapter.
There are still new USB-A devices being sold, it's not like it's deprecated or something
That is now illegal in the European Union. Everything sold is required to have USB-C.
> From 28 December 2024, the rules apply to mobile phones, tablets, digital cameras, headphones, headsets, videogame consoles, portable speakers, e-readers, keyboards, mice, portable navigation systems and earbuds sold in the EU. From 28 April 2026, they will also apply to laptops.
I hate this timeline: How is a Pi marginally cheaper than a Mac Mini?
Where do you buy your Mac Minis?
Before the personal LLM craze you could easily get $400 Mac Minis from Apple's certified refurbished store. I bought two M2 Pros for that price and turned them into Asahi Linux CI machines.
In Europe, but I didn't realize the 499 one is also history. Even worse :/
At a store, some stores do have stock. Otherwise apple.com
Cheapest mac mini I could spec out on the apple store right now is about $750, which if you consider how much more capable its M4 processor is than the pi, is a pretty good deal tbh.
because Apple goes in and buys out entire production cycles based on anticipated demand. Most infamously they got a year worth of TSMCs last new node - no one else could have it.
Usually, that gamble pays off, sometimes it does not (cough Apple Vision), and in some cases they get so many QC rejects that they can make an entire new product line on (financially) worthless scrap, that's how the MacBook Neo came to be - a bunch of iPhone SoC's that failed binning, I think in GPU cores.
This is really sad. Me and my girlfriend at the time watched all of our movies off of a Pi 1 and a USB hard drive when it came out. Those days are long gone.
You can still buy a 4GB HP T520 thin client for around $25 on eBay. The Radeon GPU has a HW h264 decoder.
https://www.ebay.com/itm/185826328888?_skw=hp+t520
You don't need the 16GB model to watch movies, you can do that on the cheapest ones.
I think people commentating here are missing the point. The cost of that pi is for the 16 GB of RAM. Which in fairness, is a lot of RAM for a device of that type.
You can still buy a Raspberry Pi on a budget if you don’t need that much memory. For example, the 2 GB model is $75.
"Don't you know there's a war on?"
Pi even before these ram prices was getting expensive and kind of missing the point from my perspective. Definitely good to have them releasing new models.
What bothers me is that now you need cooling for some models, and obviously price is getting too high.
On the other hand... $50 for 1Gb version is excellent still. And you should be able to use it just fine.
LMAO what a joke. N100 mini PCs are a hundred dollars less and vastly more capable aside from GPIO.
Including but not limited to dual gigabit Ethernet (on a PCIe bus), NVMe slots, and a capable power supply is included in the box.
I lucked out having bought a few N95 mini PCs a few years ago. They were even cheaper then with 16GB of RAM out of the box. To me they're vastly superior to the various RPis I replaced.
I sold off my Pi 4s and never bothered with the 5s. I kept my mix of older Pis for projects that need GPIO and of those my Pi Zeros are the ones that really get used.
An N100 with no RAM is $100 less, but throw in 16GB of ram and now they’re $150+ more…
Also you’re missing the point.