# Linkwarden v2.15.0
- Product: Linkwarden (https://whatsnew.fyi/product/linkwarden)
- Vendor: Linkwarden
- Date: 2026-07-10
- Version: v2.15.0
- Original notes: https://github.com/linkwarden/linkwarden/releases/tag/v2.15.0
- Permalink: https://whatsnew.fyi/product/linkwarden/releases/v2.15.0
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'.
---
- **added** — Highlight text in the reader view with four color options and attach notes to highlights
- **added** — Notes & Highlights view per article to skim marked content and jump to it in the text
- **added** — True offline mode that downloads all preserved formats in the background when enabled in settings
- **added** — Link details sheet accessible by long-pressing any link, showing all link information in one sheet
- **added** — Customizable reader view with adjustable font, text size, line height, and background color
- **added** — Generic OpenID Connect identity provider support for self-hosters
- **changed** — Reduced idle memory usage from approximately 700 MB to approximately 350 MB
- **changed** — Docker image size reduced from approximately 3.0 GB to 1.5 GB
- **security** — Enhanced security hardening across the application
Hello everyone!
Today, we’re excited to announce that Linkwarden is getting one of its largest mobile updates so far, along with a web app that’s much lighter to run.
For those who are new here, Linkwarden is a tool for collecting, organizing, reading, and preserving webpages, articles, and documents in one place. Linkwarden is available as a **[Cloud offering](https://linkwarden.app)**, or you can **[self-host](https://docs.linkwarden.app/self-hosting/installation)** it on your own server.
Let's get into it.
##### What's new on mobile:
###### 🖍️ Highlight and annotate
You can now highlight text in the reader view, pick from four colors, and attach a note to any highlight.
There's also a new Notes & Highlights view per article which lets you skim what you've marked and jump to it in the text.
###### 📥 True offline mode
Previously, the app only saved preserved formats for links you had already opened. Now, you can turn on **Save for offline access** in the settings, and the app will download every preserved format in the background as you browse.
###### 🪪 Link details sheet
Long-press any link to open Link Details, which shows all the information about a link in one sheet, similar to the web app.
###### 📖 Customizable reader view
Adjust font, text size, line height, and background color as you read.
##### What's new on the web:
###### 🧠 Much lower memory usage
Linkwarden 2.15 roughly halves idle memory usage, from around 700 MB down to about 350 MB.
It's worth mentioning that after a heavy workload, memory may stay higher because the runtime keeps previously allocated memory ready for reuse. This is expected and is not a memory leak.
If you don't need webpage preservation, setting `DISABLE_BROWSER=true` skips that work entirely, keeping the instance right at the ~350 MB mark. Otherwise, for a leaner setup, you can use:
```
MALLOC_ARENA_MAX=2
NODE_OPTIONS=--max-old-space-size=400
ARCHIVE_TAKE_COUNT=1
```
These settings limit memory pools, cap the app's heap, and preserve one link at a time to keep spikes smaller.
###### 🐳 A much smaller Docker image
The Docker image has also been cut in half, dropping from roughly 3.0 GB to 1.5 GB.
###### 🔑 Generic OIDC provider
Self-hosters can now connect **any** OpenID Connect identity provider. Check it out in the [docs](https://docs.linkwarden.app/self-hosting/sso-oauth#generic-oidc)!
###### 🔒 Increased security
A good chunk of this release went into security hardening. We **strongly** recommend updating to 2.15.
##### There's more...
As always, there's a long tail of smaller improvements across the web and the mobile app.
**Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.14.1...v2.15.0
##### Thanks!
Thanks to everyone using Linkwarden, reporting bugs, suggesting improvements, contributing to the project, responsibly disclosing security issues, and supporting its development. Your contributions genuinely shape every release.
Special thanks to @profiteroles1, @bebound, @zero77, @idarlafish, @martiGIT, @Anthomos, @christopherjnash, @saschabuehrle, @ppfeister, @nekros1xx, @mvalentsev, @datosh, @Dredsen, @SakusenSec, @kah-ja, @kocaemre, @eddieran, @5ud0er, @clzoom, @guer
_[Truncated at 4000 characters — full notes: https://github.com/linkwarden/linkwarden/releases/tag/v2.15.0]_