❌

Normale weergave

Apple Park Visitor Center Gets New Merch Ahead of WWDC 2026

4 Juni 2026 om 21:35
With developers and members of the media soon to arrive at the Apple Park campus for WWDC 2026, Apple has added new merchandise to the store at the β€ŒApple Parkβ€Œ Visitor Center.


Mr. Macintosh shared images of the new items, including crewneck sweatshirts with the classic Apple Garamond text featuring rainbow lettering, hats with a rainbow Apple logo, and water bottles in gray and white.

Exclusive new Apple Park Visitor Center #WWDC26 merch drop today!!!🀩

I was first in the store this morning after the overnight reset! Here's what Apple added:

🌈 Rainbow Apple Logo Hat
🌈 Rainbow Garamond Crewneck
🚰 Apple Stainless Steel Water Bottle pic.twitter.com/joEbAtigjq

β€” Mr. Macintosh (@ClassicII_MrMac) June 4, 2026

He also said Apple is using new merchandise drawers at the β€ŒApple Parkβ€Œ Visitor Center to hold the β€ŒWWDC 2026β€Œ gear.

The β€ŒApple Parkβ€Œ Visitor Center sells Apple-branded gear unavailable at other Apple retail stores. Apple regularly introduces new T-shirt and sweatshirt designs, and it sells water bottles, notebooks, pens, and other small items.

β€ŒApple Parkβ€Œ is also a full Apple Store with the option to purchase standard Apple products like iPhones, iPads, Macs, and accessories.

Apple invited members of the media and select developers to an in-person β€ŒWWDC 2026β€Œ keynote viewing event. WWDC is set to begin on Monday, June 8, which means attendees will be heading to β€ŒApple Parkβ€Œ in the coming days.
Related Roundup: WWDC 2026

This article, "Apple Park Visitor Center Gets New Merch Ahead of WWDC 2026" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Reproducible Builds: Reproducible Builds in May 2026

4 Juni 2026 om 21:12

Welcome to the May 2026 report from the Reproducible Builds project.

These reports outline what we’ve been up to over the past month, highlighting items of news from elsewhere in the increasingly-important area of software supply-chain security. As ever, if you are interested in contributing to the Reproducible Builds project, please see the Contribute page on our website.

In this month’s report, we cover:

  1. Debian to ship reproducible packages in forky and beyond
  2. Holger Levsen on reproducing official Debian packages
  3. Reproducible Builds 2026 summit to be held in Gothenburg, Sweden
  4. Kettle: Attested Builds for Verifiable Software
  5. New rebuilderd version announced
  6. Reproducible open source messengers
  7. Distribution work
  8. Misc news
  9. Patches
  10. Documentation updates


Debian to ship reproducible packages in forky and beyond

In a huge change in Debian’s reproducibility policy, the Debian Release Team announced that:

… we’ve decided it’s time to say that Debian must ship reproducible packages. Since yesterday, we have enabled our migration software to block migration of new packages that can’t be reproduced [on reproduce.debian.net] or existing packages in testing that regress in reproducibility.

That is to say, if newly-uploaded packages are not reproducible, they won’t be considered candidates for inclusion in the next stable release of Debian codenamed forky. (Some exceptions may be granted.)

This news generated a number of articles and comments in various news outlets:


Holger Levsen on reproducing official Debian packages

Reproducible Builds developer Holger Levsen gave a talk at the 2026 Hamburg MiniDebconf this year on the topic of reproduce.debian.net - reproducing what is distributed from ftp.d.o.

Holger’s talk announced that Debian intends to ship only reproducible packages in forky and beyond (see above), but also talked more broadly about reproducible builds, our testing framework and the Debian archive. That is to say, moving away from testing whether a package is reproducible in a theoretical sense (eg. whether we can build it twice in different environments and achieve the same result in our test system), and attempting to reproduce the same .deb files in the official Debian archive itself. This small-sounding distinction is actually essential, as this is the only means through which the reproducible builds technique can determine whether build systems are compromised are not.

A video (32m37s) of the talk is available, as are Holger’s slides.


Reproducible Builds 2026 summit to be held in Gothenburg, Sweden

As initially announced in March 2026, we will be having our yearly Reproducible Builds summit 2026 in Gothenburg Sweden, from September 22 until 24, followed by two days of hacking!

Further information will be provided on our website and on the rb-general mailing list very soon.


Kettle: Attested Builds for Verifiable Software

AndrΓ© Arko and Amean Asad published a paper this month on Kettle, a build system that β€œproduces cryptographically verifiable provenance for software built inside Trusted Execution Environments”:

A Kettle build records the source commit, dependency set, toolchain, build environment and output artifact digests in a provenance document produced inside a measured confidential VM. The SHA-256 digest of that document is committed to the TEE platform’s attestation report-data field, so the hardware-signed attestation report is itself the signature on the provenance, with the signing identity chaining to the TEE manufacturer’s root of trust rather than to the build infrastructure operator. Because the CVM image is itself reproducible, its launch measurement is public and stable, which lets a build requester pre-attest the CVM before submitting any input and optionally deliver source over a TLS channel terminated inside it, so the build runs end-to-end confidentially without the host ever seeing source code in plaintext.

A PDF of the paper is available online.


New rebuilderd version announced

rebuilderd, our server designed for monitoring the official package repositories of Linux distributions and attempt to reproduce the observed results there; it powers, amongst other things, reproduce.debian.net.

A new version, 0.27.0, was released this month, with the following headline changes:

  • Improved .udeb support
  • Breaking changes in pkg sync configuration
  • Manual cleanup needed for Arch Linux instances

As kpcyrd’s announcement mentions:

The new rebuilderd package is currently available in the extra-testing repository. Note the Arch Linux package is upgraded from v0.25.0 from v0.27.0; please be patient with the database migrations on first restart, and make yourself familiar with the breaking changes in v0.26.0 too.


Reproducible open source messengers

GitHub developer BarbossHack is maintaining an repository/page on GitHub to β€œtrack reproducibility status of open source messengers”.


Distribution work

In Debian this month, the loong64 architecture was added to reproduce.debian.net. This is a 64-bit Reduced Instruction Set Computer (RISC) instruction set architecture developed by Loongson.

Vagrant Cascadian performed Non-Maintainer Uploads (NMUs) in Debian for several packages with outstanding patches over a year old. These included rocdbgapi, onevpl-intel-gpu, python-pytest-shell-utilities, python-mt-940 and pympress.

On tests.reproducible-builds.org, Vagrant Cascadian fixed the huge spike in build failures by adding passwd to the base tarballs, and re-enabled building gcc and binutils packages with PGO (Profile Guided Optimization) and LTO (Link Time Optimization) to avoid giving a false sense of reproducibility.

Inconsistencies on the reproducibility of the condor package were brought up on the Debian reproducible-builds mailing list. Following a hunch, Vagrant Cascadian eventually identified the issue was related to embedded kernel versions which was then fixed upstream and fixed in Debian as well.

Lastly, 40 reviews of Debian packages were added, 68 were updated and 75 were removed this month adding to our knowledge about identified issues. A number of issue types were updated, such as the addition of a new sphinx_reading_durations toolchain issueΒ […], a golang_mango_generates_manpages_with_build_date issueΒ […] and a random_offset_id_in_cython_linetraceΒ […]. In addition, the timestamps_in_qhc issue was β€œrefocused” to timestamps_in_qhcΒ […].


In Fedora, Jelle van der Waa submitted a request for an official Fedora rebuilderd package which was reviewed by Neal Gompa.


Lastly, Bernhard M. Wiedemann posted another openSUSE monthly update for their reproducibility work there.


Misc news

On our mailing list this month:


Patches

The Reproducible Builds project detects, dissects and attempts to fix as many currently-unreproducible packages as possible. We endeavour to send all of our patches upstream where applicable or possible. This month, we wrote a large number of such patches, including:


Documentation updates





Finally, if you are interested in contributing to the Reproducible Builds project, please visit our Contribute page on our website. However, you can get in touch with us via:

  •  

Satechi CubeDock Review: A Thunderbolt 5 Dock That Doubles as an SSD Enclosure

4 Juni 2026 om 21:28
Accessory maker Satechi released its first Thunderbolt 5 dock earlier this year, debuting the $400 Thunderbolt 5 CubeDock. Satechi's dock combines Thunderbolt 5 connectivity with the traditional ports you expect from a dock, plus extra SSD storage thanks to an added SSD enclosure.


Satechi likes to make things shaped like the Mac mini, and the CubeDock gives β€ŒMac miniβ€Œ vibes. It's five inches by five inches, and two inches thick, identical to the β€ŒMac miniβ€Œ. It's silver, so it matches Apple hardware that comes in that shade, and it would pair well with a β€ŒMac miniβ€Œ.

The front of the dock has a 30W/10Gbps USB-C port, a 7.5W/10Gbps USB-A port, a 3.5mm audio jack, and SD and microSD card slots. I like the positioning of the card readers because they're easy to get to. I don't use wired headphones, but if I did, I'd also appreciate having that front audio jack. 30W charging for the front USB-C port is useful too, because 30W is enough to fast charge an iPhone and charge an iPad or MacBook Air.


The back has a 2.5Gb Ethernet port, an 80/120Gbps Thunderbolt 5 host port to connect to a Mac, three additional 80Gbps Thunderbolt 5 ports (with 15W each for accessories), a 10Gbps 4.5W USB-A port, a 10Gbps 7.5W USB-C port, and a DC port for connecting the power supply. The CubeDock provides 140W for a MacBook,can charge the 16-inch MacBook Pro at the fastest speed.


At the bottom of the CubeDock, there's a panel that can be popped out to add in up to an 8TB NVMe SSD. It supports 2230, 2242, 2260, and 2280 sizes with transfer speeds of up to 6000MB/s, depending on the SSD used. The CubeDock has an SSD enclosure, but it does not come with SSD storage. You need to buy an internal SSD separately if you want to use the enclosure, and SSDs aren't cheap right now.


I installed a 2TB SSD in the slot at the bottom of the CubeDock. There's a plastic cover that comes off, and the SSD plugs in underneath. It's held in place with a screw, but the installation process was a little annoying because the screw needs to be positioned before the SSD is inserted. Satechi includes a thermal pad, which I added before closing it back up. My Mac recognized the SSD in the enclosure just as it would any other SSD I plugged in.


There is a fan in the CubeDock that circulates air, along with vent holes at the sides. It has an LED power button on the front, and it charges with an included 180W power supply. The power supply is not built into the dock and is instead an external brick. Satechi also includes a Thunderbolt 5 cable to connect the dock to a Mac.

I don't generally mind the sound of fans, but the CubeDock's fans have a subtle electronic whine that bothers me. I know some people can't hear that high-pitched electronic noise, but I can, and in a quiet room, it's the audio equivalent of having a pebble stuck in my shoe. I can't hear the sound when the TV is on, when music is playing, or when my AC is running. Anker's Thunderbolt 5 Dock has fans and had a similar noise, but fanless models like the CalDigit TS5 Plus are silent.

With the fans, the CubeDock doesn't get blazingly hot, but it is warm to the touch. The temperature is closer to a hand warmer on a cold day than scorching coffee. I didn't notice a temperature difference testing with the SSD installed and without it.


The CubeDock supports up to three 8K displays at 60Hz, but Satechi says 8K is limited to Windows machines. The M5 Pro and M5 Max chips do support 8K displays, but I don't have one to test with.

What I do have on hand is a 5K Studio Display and a 32-inch 4K 120Hz OLED display, both of which the CubeDock can handle with no problem. I plugged in two iPhones to charge, put in an SD card, and connected two SSDs, and transferred large files. I had no issues with the CubeDock under this stress test, and everything also worked during day-to-day testing.

The benefit of a dock like the CubeDock is being able to plug in multiple displays, peripherals, and accessories while only having one cable connected to a Mac. I can tuck the CubeDock under a display, route the cables out the back, and keep my desk neater with less cable clutter. I felt like the CubeDock had a good number of ports for everyday use, and I wasn't missing anything. It has fewer USB-C and USB-A ports than some other docks that it competes with, but I have few enough USB-A devices that even two USB-A ports felt like one too many.

The Apple silicon chip you have determines the number of displays that the CubeDock can drive over a single Thunderbolt port. M5 Pro and M5 Max Macs can drive three displays at 6K/60Hz with Satechi's dock. M4 Max, M4 Pro and earlier Pro/Max chips support up to two external displays with the CubeDock (up to 6K/60Hz).


Pro/Max Macs can generally support more than two external displays, but you need to use more than one Thunderbolt port. I have two displays connected to an M1 Max with the CubeDock, and a third display plugged into a different Thunderbolt port.

Base M1 and M2 Macs support a single external display over Thunderbolt, but base M4 and M5 Macs can drive two. The M3 is complicated because an M3 β€ŒMacBook Airβ€Œ can support two displays, but only in clamshell mode. It's best to check Satechi's website for compatibility info to make sure you can connect what you want to connect.

Bottom Line


Satechi's dock lets you connect multiple displays, peripherals, and accessories to your Mac with one cable, offering easy plug-and-play functionality. The addition of an SSD enclosure helps differentiate the CubeDock from competing products. It puts the ports most people need right up front, and hides the rest away for desk organization.

The CubeDock is one of the better looking options on the market because of how well it matches Apple's aesthetic, and it doesn't run as hot as docks without a fan included. Unfortunately, the fan noise can be distracting for people who are sensitive to certain sounds.

With two generations of Thunderbolt 5 Macs now available, there's more reason to choose a Thunderbolt 5 over a Thunderbolt 4 dock. Compared to Thunderbolt 4, Thunderbolt 5 offers double the bandwidth (80Gbps instead of 40Gbps) and up to 120Gbps for display-heavy setups.

If you have a newer Mac that supports Thunderbolt 5 and need extra ports, a Thunderbolt 5 dock makes the most sense. If you have an older Mac and are trying to decide between Thunderbolt 4 and Thunderbolt 5, Thunderbolt 5 is the better choice if you're going to upgrade anytime in the next couple of years.

How to Buy


The Satechi Thunderbolt 5 CubeDock with SSD Enclosure can be purchased from the Satechi website or from Amazon.com for $399.99.

Note: Satechi provided MacRumors with a CubeDock for the purpose of this review. No other compensation was received. MacRumors is an affiliate partner with Satechi and may earn commissions on purchases made through links in this article.
Tag: Satechi

This article, "Satechi CubeDock Review: A Thunderbolt 5 Dock That Doubles as an SSD Enclosure" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Apple TV and MLB Release July Schedule for 'Friday Night Baseball'

4 Juni 2026 om 18:15
Apple and MLB today released the July schedule for Apple TV's weekly Friday Night Baseball doubleheader.

Friday Night Baseball games are included with an Apple TV streaming subscription at no additional cost.

Now through July 5, new and qualified returning subscribers in the U.S. and Canada can receive a one-month free trial of Apple TV.
This article, "Apple TV and MLB Release July Schedule for 'Friday Night Baseball'" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Apple Highlights App Store Study: $1.4 Trillion in Sales Last Year, More Than 90% Commission-Free

4 Juni 2026 om 17:08
Apple today highlighted a new study by economists at Analysis Group that outlines four key App Store stats for 2025.

Ahead of WWDC 2026 next week, Apple's core message with this press release is that the App Store is reaching new heights and that "developers continue to thrive globally."

  • App Store ecosystem facilitated a record $1.4 trillion in total billings and sales

  • Apple received no commission on more than 90% of those billings and sales, but this includes physical goods and services ordered in apps

  • Apps featuring consumer-facing AI saw 4Γ— more growth in billings

  • App Store ecosystem has nearly tripled in size since 2019

This article, "Apple Highlights App Store Study: $1.4 Trillion in Sales Last Year, More Than 90% Commission-Free" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Apple Watch Series 11 Drops to $299 at Amazon, $100 Off Select Models

4 Juni 2026 om 16:24
Amazon this week has all-time low prices on the Apple Watch Series 11, with $100 discounts across numerous models of the smartwatch. This sale includes a handful of GPS aluminum models on sale at record low prices.

Note: MacRumors is an affiliate partner with Amazon. When you click a link and make a purchase, we may receive a small payment, which helps us keep the site running.

You can get the 42mm GPS Apple Watch Series 11 for $299.00, down from $399.00, and the 46mm GPS model for $329.00, down from $429.00. On Amazon, you'll find four of the 42mm GPS models and three of the 46mm GPS models on sale at these all-time low prices.




Best Buy is matching these deals during its Apple Shopping Event, which is set to last through this Sunday. Head to our full Deals Roundup to get caught up with all of the latest deals and discounts that we've been tracking over the past week.




Deals Newsletter


Interested in hearing more about the best deals you can find in 2026? Sign up for our Deals Newsletter and we'll keep you updated so you don't miss the biggest deals of the season!




Related Roundup: Apple Deals

This article, "Apple Watch Series 11 Drops to $299 at Amazon, $100 Off Select Models" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Apple Arcade Adding Nine New Games, Including 'Family Feud Pocket'

4 Juni 2026 om 16:48
Apple today announced that nine new games are coming to Apple Arcade, including a mobile version of the popular game show Family Feud.


The following four games were added to Apple Arcade today:Family Feud Pocket is launching on Apple Arcade on Tuesday, June 30. Apple says the game will provide an "authentic, true-to-show trivia experience."

"Hosted by the iconic Steve Harvey, the game features the classic mechanics fans know and love, along with daily challenges and exclusive questions," says Apple. "Players can guess the answer and outsmart the competition solo or with loved ones β€” at home or on the go β€” through local and online multiplayer."

Four popular App Store games will be receiving Apple Arcade editions on Thursday, July 2:

  • Dungeon Clawler+

  • Creatures of the Deep+

  • Pocket City 2+

  • Draw It+

App Store links for the above games are not functional yet. More details about all nine games are outlined in Apple's press release.

Apple Arcade is a subscription service that provides access to hundreds of games across the iPhone, iPad, Mac, Apple TV, and Apple Vision Pro. All of the games are free of ads and in-app purchases. In the U.S., Apple Arcade costs $6.99 per month, and it is also bundled with other Apple services in all Apple One plans.

Apple Arcade can be accessed through the App Store and the Apple Games app.
This article, "Apple Arcade Adding Nine New Games, Including 'Family Feud Pocket'" first appeared on MacRumors.com

Discuss this article in our forums

  •  

'MacBook Ultra' May Drive Industry Shift to Hybrid OLED Laptop Displays

4 Juni 2026 om 14:54
Apple's upcoming OLED MacBook Pro – aka "MacBook Ultra" – is expected to be the primary driver of a hybrid OLED laptop display market worth $4 billion this year, according to a new Omdia research report ($).


The report corroborates rumors that Apple's first OLED MacBook will use a hybrid OLED architecture combining oxide TFT (thin-film transistor) and tandem OLED layers. The combination is already used in Apple's iPad Pro models, and offers higher brightness, improved power efficiency, and longer lifespan compared with conventional single-stack OLED panels.

Samsung Display is said to be making the panels, and the supplier has invested heavily in an 8.6-generation OLED production line in South Korea. The line recently reached a key milestone for mass production.

It will be the first time the combination has been used for a laptop in the 14-inch and 16-inch range, and Apple's adoption is expected to pull the rest of the OLED laptop industry in the same direction. Omdia estimates that hybrid OLED panels will account for 12.6% of all OLED laptop shipments in 2026, rising dramatically to 89.5% by 2033.

Omdia says manufacturers are already exploring new patterning methods for large OLED panels. In addition to the established Fine Metal Mask (FMM) process, it says technologies such as inkjet printing (IJP) and fine photolithography mask (FPM) are being developed to improve production efficiency for larger screens.


Apple's first OLED MacBook Pro will also feature a touchscreen display, according to analyst Ming-Chi Kuo. The claim has been corroborated by Bloomberg reporter Mark Gurman, who also says the laptops will have "thinner and lighter frames." Apple is apparently focusing on delivering the thinnest possible device without compromising on battery life or major new features. That might also mean a higher price point and a new "Ultra" tier for the laptop.

The redesigned 14-inch and 16-inch MacBook Pro models are also expected to have a hole-punch camera at the top of the display, and it could potentially be housed in a pill-shaped cutout similar to the iPhone's Dynamic Island, rather than the notch MacBook Pro owners are accustomed to. Gurman says the machines will be powered by M6 chips and are being readied for a late 2026 or early 2027 launch. As things stand, the latter time frame is now looking more likely, owing to the global memory chip shortage.
Related Roundup: MacBook Pro
Tags: OLED, Omdia
Buyer's Guide: MacBook Pro (Buy Now)
Related Forum: MacBook Pro

This article, "'MacBook Ultra' May Drive Industry Shift to Hybrid OLED Laptop Displays" first appeared on MacRumors.com

Discuss this article in our forums

  •  

AirPods Max 2 Hit New Low Price of $499

4 Juni 2026 om 15:06
Best Buy has a new sale going on today with multiple Apple devices hitting record lows, and that includes the AirPods Max 2. You can get the brand new over-ear headphones for $499.00 in all five colors, down from $549.00. Amazon is matching this deal in four colors.

Note: MacRumors is an affiliate partner with Best Buy. When you click a link and make a purchase, we may receive a small payment, which helps us keep the site running.

This beats Amazon's current low price by $10 and is a new record low price on the headphones. Best Buy offers both in-store pick-up and delivery options for the AirPods Max 2, so you should be able to get them before the end of the week in many locations.



You'll also find solid deals on Beats products, Apple Watch SE 3, Apple Watch Series 11, iPad Air, iPad, AirPods Pro 3, and more during this event. We've collected some of the best deals in the list below, but be sure to browse the full sale on Best Buy's website before it ends on Sunday.



If you're on the hunt for more discounts, be sure to visit our Apple Deals roundup where we recap the best Apple-related bargains of the past week.




Deals Newsletter


Interested in hearing more about the best deals you can find in 2026? Sign up for our Deals Newsletter and we'll keep you updated so you don't miss the biggest deals of the season!




Related Roundup: Apple Deals

This article, "AirPods Max 2 Hit New Low Price of $499" first appeared on MacRumors.com

Discuss this article in our forums

  •  

iPhone 18 Pro: Dark Cherry, Light Blue, and Dark Gray Chassis Leaked [Update]

4 Juni 2026 om 14:12
Update: Since publication, new information has come to light suggesting the images have been AI-manipulated and are not in fact iPhone 18 Pro chassis parts. The original article follows.




The color options Apple is reportedly planning for the upcoming iPhone 18 Pro and β€ŒiPhone 18 Proβ€Œ Max have appeared online today in the form of images of chassis parts of unknown authenticity.


Shared by the account name "yeux1122" on the Korean-langauge Naver blog, the images show what appear to be production-ready frames for three of the four colors Apple is rumored to be planning.

Multiple rumors have suggested Apple is testing a deep red finish for the iPhone 18 Pro models, and the color is expected to be the special color that Apple chooses in 2026, similar to Cosmic Orange for iPhone 17 Pro.


Two other colors Apple is said to be planning are Light Blue and Dark Gray. Apple may also offer the iPhone 18 Pro and iPhone 18 Pro Max in Silver, though that color isn't shown in these pictures. Macworld previously shared what it said were Pantone codes for the four colors Apple is testing.

The four colors have also been spotted in the first iPhone 18 Pro dummy models to leak, providing another look at the shades Apple is likely to use.


The iPhone 18 Pro models are expected to be unveiled this September alongside Apple's first foldable iPhone, which will have its own set of color finishes that are likely to be more muted, with silver, white, and indigo rumored so far.
Related Roundup: iPhone 18 Pro
Tag: Naver

This article, "iPhone 18 Pro: Dark Cherry, Light Blue, and Dark Gray Chassis Leaked [Update]" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Apple's New Ad Pitches Safari as a More Private Alternative to Chrome

4 Juni 2026 om 13:24
Apple has published a new ad to appeal to customers who prioritize privacy when browsing, suggesting that Safari is the one you should use if you want to "Keep data trackers off your back."


In a new Privacy on iPhone segment titled "Safari helps block data trackers," the ad shows users of rival phones in everyday situations having to live with data trackers as they browse. The trackers are depicted as people in chrome-colored suits (get it?) who generally follow them around wherever they go to look at their screen – and in some cases literally sit on their shoulders to get a better view.

Apple on its website calls privacy a "fundamental human right," and highlights several features that Chrome doesn't come with out of the box. Safari blocks third-party cookies by default, uses machine learning to combat tracking, removes tracking parameters from URLs in Private Browsing, hides your IP address from known trackers, prevents web extensions from accessing your browsing activity by default, and blocks known trackers in Private Browsing.
This article, "Apple's New Ad Pitches Safari as a More Private Alternative to Chrome" first appeared on MacRumors.com

Discuss this article in our forums

  •  

iPhone 18 Pro Max Device Thickness Allegedly Revealed

4 Juni 2026 om 12:39
Apple's upcoming iPhone 18 Pro Max will be the same thickness as its predecessor, measuring in at 8.75mm. The latest information comes from Weibo-based leaker Ice Universe.


The leaker suggested that the lack of evolution in Apple's Pro lineup this year is because most of the company's development focus has been on the "iPhone Ultra," its rumored foldable model.

The latest claim comes as somewhat of a surprise, given that the same leaker in March said the device would be slightly thicker than the iPhone 17 Pro Max. That chimed with a report last year alleging hardware changes in the iPhone 18 Pro Max will make it the heaviest iPhone yet.

Last November, fellow Weibo-based leaker Instant Digital said the iPhone 18 Pro Max will be slightly heavier than its predecessor, tipping its weight over 240 grams and making it the heaviest iPhone since the iPhone 14 Pro Max.

Of course, if the new model does turn out to have the same thickness, this doesn't necessarily mean its weight won't change either. The device's heaviness could still be impacted by internal hardware changes.

Digital Chat Station – another Weibo-based leaker – has claimed the iPhone 18 Pro Max will feature a bigger battery, with a capacity in the range of 5,100 to 5,200 mAh (up from 5,088 mAh in the eSim version of the iPhone 17 Pro Max).

If so, Apple may have reconfigured the internal design or miniaturized aspects of it in order to accommodate the larger battery without altering the device's thickness. Apple isn't expected to change the screen size of the iPhone 18 Pro Max, and it will feature the same 6.9-inch display as the current model.

The β€Œβ€ŒiPhone 18β€Œβ€Œ Pro and iPhone 18β€Œβ€Œ Pro Max may feature a possibly smaller Dynamic Island, along with a next-generation C2 modem, a simplified Camera Control, and an upgraded main camera with a variable aperture. The devices are expected to be unveiled around mid-September alongside the foldable iPhone.
Related Roundup: iPhone 18 Pro

This article, "iPhone 18 Pro Max Device Thickness Allegedly Revealed" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Jonathan Dowland: mount namespace for backup jobs (by hand)

4 Juni 2026 om 12:15

It's been ten years since I configured mount on demand backups to reduce the risk of my backups being zapped by mistake. Way back then I wanted to go one step further and use dedicated mount namespaces for backup jobs, but systemd didn't provide the necessary support (and still doesn't, despite the promisingly-named JoinsNameSpaceOf= configuration option.)

I recently updated my setup to achieve this by hand. All backup jobs now have an extra pre-start instruction ExecStartPre=mkbackupns which runs a shell script to either set up a persistent mount namespace, or exit quietly if it already exists.

#!/bin/bash
set -euo pipefail

nsdir=/var/namespaces
nsfile=$nsdir/backup
nsfilex="$(echo $nsfile | sed 's#/#\\/#'g)"

private_propagation() {
    findmnt -o+PROPAGATION "$nsdir" | grep -q private
}
nsfs_is_mounted() {
    test "nsfs" = "$(awk "/$nsfilex/ { print \$3 }" /proc/mounts)"
}

if ! nsfs_is_mounted; then

    if ! private_propagation; then
        mkdir -p "$nsdir"
        mount --bind --make-private "$nsdir" "$nsdir"
    fi

    touch "$nsfile"
    unshare --mount="$nsfile" true

    nsenter --mount=/var/namespaces/backup mount /dev/phobos_backup/backup /backup
fi

I should note that I don't have the backup filesystem described in /etc/fstab to reduce the risk of it being mounted errantly in the main namespace.

The other change is to prefix an invocation of nsenter for every backup job command. E.g.:

ExecStart=/usr/bin/nsenter \
        --mount=/var/namespaces/backup \
        borgmatic -v 1 prune create

next steps

My backup scheme has lasted a decade with few tweaks (I moved it to Borg in 2020) which I am very grateful for. I want reliable, boring and robust.

Persistent mount namespaces are a lot less convoluted if you have a persistent process to associate them with. I didn't, but a subsequent improvement I am making is introducing one, so I will likely simplify the above accordingly.

  •  

Apple's Overhauled Siri Will Reportedly Run on Nvidia's Blackwell Chips

4 Juni 2026 om 11:31
Apple will rely on Google's fleet of Nvidia chips to power its overhauled version of Siri when it launches in September, according to a new report from The Information.


Last week, the outlet reported that Apple plans to highlight the on-device AI capabilities of its devices at WWDC next week, but queries that require cloud-based processing will still fall back on one of Google's large Gemini models, as per an agreement between the two companies.

Today's report adds some specificity to the planned cloud setup by revealing that Apple will tap into Google's fleet of Nvidia Blackwell B200 data center chips, where user data will be encrypted using Nvidia's hardware-based confidential compute feature. Introduced in 2024 as the successor to Hopper, Blackwell chips are designed primarily for large language models, and can dramatically speed up AI training and inference compared to the previous generation.

The report notes that the arrangement diverges from Apple's usual strategy of "attempting to control all the critical ingredients to its products." It also adds that it's unclear how Apple's previously launched server system, called Private Cloud Compute, will fit into the upcoming Siri launch.

Private Cloud Compute runs on Apple's Mac-series chips and was announced two years ago as a way to offer cloud-based computing in a more private and secure fashion. Apple reportedly tried to get a modified version of Gemini working on its in-house server system, but found that it ran too slowly. The publication's previous report said Apple will likely retain the Private Cloud Compute branding despite the change.

Apple Intelligence was unveiled at WWDC 2024, but its rollout has been overshadowed by a lukewarm reception to its initial features and ongoing delays to the more personalized version of Siri. WWDC 2026 begins on June 8, when Apple is expected to reset the narrative by revisiting those delayed features and introducing new AI capabilities.
This article, "Apple's Overhauled Siri Will Reportedly Run on Nvidia's Blackwell Chips" first appeared on MacRumors.com

Discuss this article in our forums

  •  

iOS 27: All the Rumored App Features

4 Juni 2026 om 00:48
Siri is getting a major overhaul in iOS 27, but Apple also has some big updates planned for apps like Camera, Photos, and Wallet. There are multiple new AI features in the works, plus some non-AI upgrades.


Camera


Apple is moving Visual Intelligence from the Camera Control button to the Camera app in iOS 27, according to Bloomberg. There will be a Siri mode that will be available alongside the existing Photo, Video, Portrait, and Panorama modes. When in Siri mode, the existing Camera app shutter button will feature the Apple Intelligence logo, letting users know the Siri features are available.

Siri mode is a renaming of Visual Intelligence, and it will make the feature more visible. Accessing Visual Intelligence in iOS 26 requires users to hold down the Camera Control button or assign the feature to the Action button, and many people may not even know it exists.

Visual Intelligence can identify objects, plants, animals, art, books, and more, searching for whatever the user snaps on Google Image Search. In iOS 27, Siri will be able to answer questions about what a user is looking at, providing information from the web.

Apple is adding new Visual Intelligence capabilities in iOS 27, and they will be available through the Camera app Siri mode.

  • Nutrition - Users can scan nutrition labels on food packaging for calorie and macronutrient tracking using the Health app.

  • Contacts - Visual Intelligence will let users scan phone numbers and addresses on business cards and other print media, adding the information to the Contacts app.


Apple plans to make the Camera app more customizable in iOS 27. iPhone users will be able to replace the top row of camera shortcuts with options of their choosing, selecting features like flash, exposure, timer, depth of field, photo styles, and resolution.

Camera controls, now labeled as widgets, can be placed at the top of the Camera interface in any order. Users can select widgets from a transparent widget tray that comes up from the bottom of the app and organizes widgets into categories like basic, manual, and settings.

The Camera app will have the same default layout that's available now with quick tap buttons for flash, Live Photos, and Night Mode, but the customizable widget interface will be added as an advanced layout that will appeal to professional users.

iPhone users can currently tap on an icon at the top right of the Camera app to access all of the Camera controls, but Apple is moving that view to the right of the shutter button in iOS 27.

The Camera app is also going to get new grid and level options that will join the existing features.

Photos


The Photos app will have an Apple Intelligence Tools section when editing an image with new Extend and Reframe options.

  • Extend - Extend generates additional image content beyond the original frame of the photo, filling in scenery when changing the crop of an image. This tool will support expanding the edges of an image with zoom gestures.

  • Reframe - When used with spatial photos, Reframe will let users change the perspective of an image after it's captured.


Apple is also testing an AI photo editing feature that lets users request edits using natural language. Users would be able to tweak color, lighting, cropping, and other image parameters without having to use manual tools. The voice-based photo editing feature may not arrive in the first version of iOS 27.

Shortcuts


The iOS 27 Shortcuts app will support using natural language to create a shortcut with AI. Users will be able to tell Siri what they want to accomplish with a multi-step shortcut, and Siri will generate it.

The Shortcuts app will open with a prompt that says "What do you want your shortcut to do?" with a text field to enter a description. Shortcuts that are created using AI are then automatically installed and immediately available for use.

Wallet


The Wallet app is getting a "Create a Pass" option so users can generate digital passes from scans of physical items like movie tickets, concert passes, and gym membership cards.

Users can tap on the "+" button in the Wallet app and then scan a QR code on a pass or ticket if one is available. If there is no QR code available, there will be an option to create a custom pass.

There are three pass types in Create a Pass, each with a different color. Apple is using purple for events, blue for memberships, and orange for other types of passes. Users can customize images, colors, style, and text on the digital passes.

Apple is also adding an AI bill-splitting feature that will work with Apple Cash. iPhone users will be able to take a photo of a receipt and generate Apple Cash payment requests for different people.

Image Playground and Genmoji


Apple is updating the Image Playground app. The interface for generating a new image has fewer controls and a "describe a change" option for editing images that are created. Previously created images are displayed in a grid with more rounded edges, and instead of a New Image button, there's a "+" button.

Apple has also been testing new models that produce more lifelike images, so we could see new image generation capabilities in iOS 27 with better image quality.

Genmoji is also getting an update so it will use fewer resources, causing less battery drain and fewer heat problems. Genmoji will be better quality with a new Genmoji model, and a Suggested Genmoji feature will bring up custom emoji ideas based on your media and text history.

Writing Tools


Apple is testing an expanded version of Writing Tools that will do more rewriting and text generation than the current version. There is a "Write with Siri" toggle at the top of the keyboard, along with a "Help Me Write" option that comes up when Siri is activated while a text field is open.

Apple is going to add a dedicated AI grammar checker that will work alongside the current spell check. When writing in Messages, Mail, and other apps there will be a translucent menu that slides up from the bottom of the iPhone's screen, and it will show suggested revisions next to the original written text.

Users can go through the suggestions and accept or reject them one by one, approve all of the changes at once, or ignore the changes.

Other Features



  • Wallpaper - There will be an option to generate custom wallpapers with the Image Playground app, with the feature built into the interface for selecting a new wallpaper.

  • Safari - Safari will get an updated start page with four tabs for switching between favorites, bookmarks, Reading List, and history.

  • Calendar - Rumors suggest the Calendar app will incorporate new AI features. Siri will also be able to draw on information in the app.

  • Health - With a new calorie scanning feature coming to the Camera app, calorie tracking will be more prominent in the Health app. Apple was also planning a Health+ subscription service, and while that's been scaled back, there could be other AI health app changes.

  • Weather - The Weather app will have a new Conditions panel for switching between temperature, rain, and wind from the main interface, without the need to tap into a weather module.

  • AirPods settings - The AirPods interface in the Settings app will be simplified, with options featuring better organization. Major features like hearing health will be easier to find.

  • AirPlay Alternatives - Apple is adding a feature that will let users beam content to AirPlay alternatives like Google Cast. It could be limited to iPhone users in the EU because it is being implemented as a Digital Markets Act requirement.


System-Wide Design Changes


There are system-wide design changes coming in iOS 27. The separate tab bar in apps like Apple Music, Podcasts, News, and Apple TV will be adjusted to combine search with the other navigation options. Apple separated search in many apps when introducing Liquid Glass, but it's reverting to the original look.

When using the on-screen keyboard, there's a new animation that shows the keys sliding up from the bottom of the iPhone interface, and Apple is adding redo and undo controls for easier customization of the Home Screen's icon and widget layouts.



Apple doesn't plan to make major changes to the Liquid Glass aesthetic in iOS 27, but the company is mulling a system-wide setting that would precisely adjust the look of the interface. In iOS 26.2, Apple added a slider that lets users adjust the opacity of Liquid Glass for the Lock Screen's clock, and that setting could be expanded to the entire operating system.

Foldable iPhone Interface


The first foldable iPhone will be introduced in September. Rumors suggest that it will feature a 5.5-inch display when folded, and a 7.8-inch display when it's opened up like a book.



An iPhone with a larger display will require major updates to iOS, and iOS 27 will focus on building new interfaces and experiences made for a larger smartphone display.

The iPhone Fold will operate like a cross between an iPhone and an iPad, but it will run iOS, not iPadOS, and it won't support iPad apps, according to Bloomberg. When unfolded, the iPhone will have an iPad-like layout that supports multitasking with two apps side-by-side. Many of Apple's iPhone apps will have sidebars on the left of the display, with Apple providing developers with tools to easily adapt their apps to the new layout.

Apple is using a wider design for the iPhone Fold than most foldable smartphone makers have used, and it is rumored to have an iPad-like 4:3 aspect ratio. When the iPhone is closed, it will have a standard iPhone layout that looks like the version of iOS we have now.

Satellite Features


Apple is working on several new satellite features for the iPhone, and it's possible some features could be introduced as soon as 2027.

  • Apple Maps via satellite

  • Photos in Messages via satellite

  • Satellite API framework for third-party apps

  • Satellite over 5G

  • Satellite connectivity without the need for a view of the sky


Performance and Stability


Bloomberg has described iOS 27 as a "Snow Leopard" update, suggesting that Apple will focus on improving underlying performance and quality.

Apple is prioritizing cleaning up the iOS code and removing anything that's outdated, which could mean upgrading apps to improve performance and rewriting some existing features to be more efficient. The code updates could provide a more responsive, faster version of iOS.

Apple is also aiming for efficiency improvements that could translate into tangible battery life gains.

Launch Date


Apple will preview the new iOS features at its WWDC 2026 keynote event on June 8. Developers will get access the same day, and a public beta will likely be available in July. iOS 27 will launch in September alongside new iPhones.
Related Roundup: iOS 27

This article, "iOS 27: All the Rumored App Features" first appeared on MacRumors.com

Discuss this article in our forums

  •  

Bluetti Elite 10 Mini Power Station Review: Small, Capable, and Apple-Friendly

3 Juni 2026 om 22:56
Bluetti's Elite 10 Mini Power Station is larger than your average iPhone or iPad power bank, but it's still small enough to be portable. It's ideal for camping, day trips, barbecues, or to have on hand in case of a power outage. It's also a design that works well on a desktop thanks to the included ports.


The Elite 10 has a 128Wh capacity, which is enough to charge a MacBook Neo almost three times, a MacBook Pro 1.5 times, or a MacBook Air twice. It can charge an iPhone or an β€ŒiPadβ€Œ multiple times, and it supports charging multiple devices at one time too. It can power devices that draw as much as 200W and it has 300W surge capacity with 400W lifting power, so it's more than adequate for Apple products. You can plug in anything that is under 200W, so it's not going to work for things like blow dryers or heaters, but it can power all kinds of small electronics.

There's a single AC outlet on the right side of the charger, plus two USB-A ports, two USB-C ports, and a 12V DC port at the front. One of the USB-C ports offers up to 100W charging, so you can charge a Mac, β€ŒiPadβ€Œ, or iPhone directly with that port without the need for a power adapter. The other USB-C port is 15W, as are the two USB-A ports. As with other Bluetti chargers, you need to press the AC or DC buttons to turn on power to the ports, a feature that prevents unnecessary power draw in standby mode.


Bluetti sells the Elite 10 in a standard gray shade or a light green that's a fun match with the bright colors of the β€ŒMacBook Neoβ€Œ. It's made from plastic, but it's weighty and feels durable. The Elite 10 is 7.9 inches long, 5.8 inches wide, and 4.3 inches tall, so it's not something you're going to want to carry around in a backpack as a daily charger, but it is small enough to keep in the car for emergencies, and at four pounds, it's not too heavy to bring on a trip to the park or the beach.

There's a carrying handle at the top of the Elite 10, and it has built-in fans to keep it cool. The fans are barely noticeable unless you're drawing power at full capacity, and even then, they're quiet. An LED display lets you know the Elite 10's capacity, how much power is being sent to a device, and how much longer the battery will last. Alternatively, you can use the Bluetti app to see that information.


There is a built-in LED light strip at the back that offers cold light, warm light, and a flashing emergency light that can stay on for up to 50 hours. The light is bright enough to light up a tent or a small space. I'm a fan of the LED strip in the Elite 10 because it's a feature that not too many power stations offer.

I've been testing the Elite 10 since December 2025, and I have no complaints. It's worked as intended, and it's a charger that I like to keep on my desktop. I've also brought it outside to charge up smart bird feeders, and it's come on day trips. I did most of my testing of the Elite 10 back in December, but I wanted to see how it would work as a power station that's just tucked away until it's needed in an emergency.


I charged it to full in January, made sure it was off, then stuck it in my closet and left it alone. I was curious about whether it could hold a charge across multiple months, and it does. When I pulled it out of the closet on May 15, it was still at 100 percent charge. It's not ideal to leave a battery at a 100 percent charge for long periods, but if you charge it up and forget about it until a power outage, it's still good to go. Draining it to about 90 percent and then checking in on it every six months or so should be enough if you just want an in-case-of-emergency device that you don't have to think about often. Bluetti says that the LiFePO4 battery inside will last for over 3,000 cycles while remaining above 80 percent total capacity.

UPS mode is supported for uninterrupted power during an outage. You can plug the Elite 10 into a power source and then plug in a computer or router. If the power goes out, it takes 10ms for the Elite 10 to provide power to your computer or router, so your device won't shut off. When you're using it for that purpose, it supports 350W max bypass charging, so it will work for some PC setups. I tested with my router and with a light, and it did swap over as quickly as advertised.

The Elite 10 can be charged with a standard outlet (and a charging cable is included), a car (adapter sold separately), or up to a 100W solar panel. It supports simultaneous AC + solar charging too at up to 150W. With AC power, it can charge at 150W, reaching 100 percent in just over an hour.


Bluetti says that the Elite 10 is in the airline-approved range for carry-on batteries, but I'm not sure I'd try to bring it on a plane. The last few times I've flown in the U.S., flight attendants have been wary of portable batteries and there's now a rule that they must be visible and in reach at all times.

Bottom Line


If you're looking for a portable charger that's still big enough to power multiple iPhones, a couple of iPads, or a MacBook and an iPhone, the Elite 10 is a good option. It's light enough and small enough to bring on short trips, and it's also ideal for keeping in the car or on hand for power outages.

How to Buy


Bluetti's Elite 10 Mini Power Station can be purchased from the Bluetti website or from Amazon for $120.

Note: Bluetti provided MacRumors with an Elite 10 Mini Power Station for the purpose of this review. No other compensation was received. MacRumors is an affiliate partner with Bluetti and may earn commissions on purchases made through links in this article.
This article, "Bluetti Elite 10 Mini Power Station Review: Small, Capable, and Apple-Friendly" first appeared on MacRumors.com

Discuss this article in our forums

  •  
❌