Medium Unlocker (now Freedium App) is an android app designed to access Medium, NYT, Bloomberg, Washington Post, Financial Times, Reuters, The Economist articles without any paywalls.
↓ 다운로드
모든 릴리스 →Freedium
Read articles from seven leading publishers without a subscription.
Medium · The New York Times · The Washington Post · Bloomberg · Reuters · The Economist · Financial Times
Formerly Medium Unlocker. The web version keeps that name, at medium-unlocker.inulute.com.
Supported Publishers
Those seven are the sites freedium.cfd indexes directly. Links from them can be opened straight from the Android share sheet, or set to open in the app automatically. The Archive.is mirrors work on a wider range of sites, though with less reliable results.
Project Background
- Paywalls make casual reading frustrating, and a subscription per publisher is not realistic for occasional articles.
- freedium.cfd hosts publicly readable versions of articles from the publishers above, but there was no polished way to reach them from a phone.
- Freedium bridges that gap: paste or share a link and it opens through your chosen mirror, with reading history, bookmarks and offline-friendly conveniences layered on top.
Feature Highlights
Android — Freedium
- Native shell – Java + WebView with Material Design styling.
- Share sheet target – Share a link from any app and it opens here.
- Deep links – Article links from all seven publishers can open directly in the app instead of the browser.
- Mirror selector – Choose between Freedium Mirror, Freedium, Archive.is and Archive.is (Alt).
- Auto-fallback – If the selected mirror fails, the next one is tried automatically.
- History and bookmarks – Every article you open is saved, with search across both.
- Bookmark categories – File bookmarks into categories and filter by them.
- Reading positions – Scroll position is remembered per article.
- Copy as Markdown – Copies the whole article to your clipboard as markdown, with headings, code blocks and images intact.
- Hide Site Popups – Optional setting that suppresses the mirror site's announcement toasts while you read.
- Auto-paste – Optionally fills the URL box from your clipboard on open.
- Export / Import – Back up history, bookmarks, categories, reading positions and settings as a JSON file.
- Text zoom – Adjust article font size from 50% to 200%.
Web — Medium Unlocker
- Purpose-built frontend – React SPA with a bespoke dark interface.
- Mirror selector – The same four mirrors as the app, remembered between visits.
- Recent and Saved – Lightweight history and bookmarks, stored in your browser.
- Paste button – Fills the box from your clipboard in one click.
[!NOTE] The web version keeps the Medium Unlocker name so it stays distinct from the freedium.cfd service it calls; only the Android app was renamed. The two also keep separate data — the website stores its list in your browser's local storage, and nothing syncs between them.
Quick Start
Web
- Go to medium-unlocker.inulute.com.
- Paste an article URL from any supported publisher.
- Hit Unlock Article and read it through the mirror.
Android
- Grab the latest APK.
- Install (you may need to allow side-loading).
- Either:
- Share an article link and pick Freedium, or
- Open the app, paste a URL, tap Unlock.
To have links open in the app automatically on Android 12 and above, use the in-app prompt to open Open by default in system settings and add the publisher domains.
Tech Stack
| Layer | Stack |
|---|---|
| Web | React 18, Create React App, plain CSS, Inter font, Netlify |
| Android | Java, Material Components, WebView, SharedPreferences |
Building
Android
cd android
./gradlew assembleRelease
Release signing is optional: drop a keystore.properties in android/ with storeFile, storePassword, keyAlias and keyPassword to sign, or omit it to build unsigned.
Web
cd website
npm install
npm run build
Disclaimer
[!WARNING] For educational purposes only. You are responsible for respecting each publisher's Terms of Service and your local laws. This project does not host or redistribute any article content; it opens links through third-party mirrors.
[!NOTE] Service availability. Freedium depends on freedium.cfd and Archive.is, which are third-party services. Their uptime, indexing speed and article coverage are outside my control, and some articles may simply not be available.
[!NOTE] Unofficial. This project is not affiliated with, endorsed by, or operated by freedium.cfd, Medium, or any publisher listed above.
Contributing
Issues and pull requests are welcome.
- Fork the repo and create a branch.
- Make your change — see Building above for the toolchains.
- Open a pull request describing what changed and why.
Bug reports are most useful with your Android version, the app version, the mirror you had selected, and the article URL if you can share it.
Feedback & Support
- Issues: GitHub Issues
- Ideas: Discussions
- Contact: socials.inulute.com
- Helpdesk: support.inulute.com
Donate
License
MIT License – see LICENSE for details.
Credits
- freedium.cfd – the public mirror this project is built around.
- Material Components and React teams – foundational tooling.