Skip to content

Commit 725167d

Browse files
committed
Add ARM64 news
1 parent 93281fd commit 725167d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

β€Ž_posts/2025-12-08-announcing-duckdb-143.mdβ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ You can find the complete [release notes on GitHub](https://github.com/duckdb/du
1414
To install the new version, please visit the [installation page]({% link install/index.html %}).
1515

1616

17+
## Windows ARM64
1718

18-
## Extension Distribution for Windows ARM64
19+
### Extension Distribution for Windows ARM64
1920

2021
We are introducing beta support for Windows ARM64. You can now install core extensions now on this platform:
2122

@@ -46,3 +47,11 @@ SELECT ST_Area(ST_GeomFromText('POLYGON((0 0, 4 0, 4 3, 0 3, 0 0))')) AS area;
4647
β”‚ 12.0 β”‚
4748
β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜
4849
```
50+
51+
### Python Wheel Distribution for Windows ARM64
52+
53+
We now distribute Python wheels for Windows ARM64. This means that you take e.g. a Copilot+ laptop and run:
54+
55+
```bash
56+
pip install duckdb
57+
```

0 commit comments

Comments
Β (0)