<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Frederic Ken</title>
    <description>The latest articles on DEV Community by Frederic Ken (@purehub).</description>
    <link>https://dev.to/purehub</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4056530%2Fbaeaa126-6484-4592-8859-1928fa804455.jpg</url>
      <title>DEV Community: Frederic Ken</title>
      <link>https://dev.to/purehub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/purehub"/>
    <language>en</language>
    <item>
      <title>What changed when we polished all 22 PureHub mini-apps</title>
      <dc:creator>Frederic Ken</dc:creator>
      <pubDate>Sat, 01 Aug 2026 03:27:01 +0000</pubDate>
      <link>https://dev.to/purehub/what-changed-when-we-polished-all-22-purehub-mini-apps-hn9</link>
      <guid>https://dev.to/purehub/what-changed-when-we-polished-all-22-purehub-mini-apps-hn9</guid>
      <description>&lt;h1&gt;
  
  
  What changed when we polished all 22 PureHub mini-apps
&lt;/h1&gt;

&lt;p&gt;PureHub is a community-built collection of everyday utility tools. It is free, open source, and has no ads or mandatory account.&lt;/p&gt;

&lt;p&gt;This week we completed a shared experience and engineering pass across the full 22-tool catalog.&lt;/p&gt;

&lt;h2&gt;
  
  
  A calmer mobile interface
&lt;/h2&gt;

&lt;p&gt;Every mini-app now uses the same compact surface system: clearer hierarchy, stronger contrast, visible focus states, consistent actions, and spacing designed for one-handed use. Tool pages also explain whether they work offline, process data locally, or need a download.&lt;/p&gt;

&lt;h2&gt;
  
  
  Less code on the first route
&lt;/h2&gt;

&lt;p&gt;OCR and Password Vault no longer live inside the shared mini-app bundle. They are loaded only when their routes are opened. The shared mini-app JavaScript chunk dropped from about 48.6 KB to 43.4 KB before gzip.&lt;/p&gt;

&lt;p&gt;OCR now lets users choose English, Vietnamese, or Simplified Chinese and downloads only that trained-data pack on first use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Safer Vault defaults
&lt;/h2&gt;

&lt;p&gt;New web Vault entries use AES-GCM with per-entry salt and IV plus PBKDF2-HMAC-SHA-256 at 600,000 iterations. We added auto-lock, timed reveal, strict backup validation, bounded records, screenshot protection on Android, and safer clipboard handling.&lt;/p&gt;

&lt;p&gt;This is an internal hardening pass, not an independent security audit. We document the current threat model and limitations in the repository.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tested on real hardware
&lt;/h2&gt;

&lt;p&gt;The Android suite now traverses all 22 tools and verifies packaged permission and backup contracts. All four instrumentation tests passed on a physical RMX3941 device, alongside unit tests, lint, and production builds.&lt;/p&gt;

&lt;p&gt;Try the updated tools: &lt;a href="https://hub.blissbiovn.com/en/tools" rel="noopener noreferrer"&gt;https://hub.blissbiovn.com/en/tools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source and implementation notes: &lt;a href="https://github.com/shoyrulove-dev/PureHub/commit/3f64a51" rel="noopener noreferrer"&gt;https://github.com/shoyrulove-dev/PureHub/commit/3f64a51&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Which mini-app should receive the next deeper feature upgrade?&lt;/p&gt;

</description>
      <category>android</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>privacy</category>
    </item>
    <item>
      <title>PureHub 1.0.0-beta.2: A New Signed Build for Community Testing</title>
      <dc:creator>Frederic Ken</dc:creator>
      <pubDate>Fri, 31 Jul 2026 12:50:36 +0000</pubDate>
      <link>https://dev.to/purehub/purehub-100-beta2-a-new-signed-build-for-community-testing-2157</link>
      <guid>https://dev.to/purehub/purehub-100-beta2-a-new-signed-build-for-community-testing-2157</guid>
      <description>&lt;h1&gt;
  
  
  PureHub 1.0.0-beta.2: A New Signed Build for Community Testing
&lt;/h1&gt;

&lt;p&gt;We're excited to announce the release of &lt;strong&gt;PureHub 1.0.0-beta.2&lt;/strong&gt;, a new signed Android build ready for community testing. PureHub is a collection of &lt;strong&gt;22 free, no-ads, privacy-first, open-source utility tools&lt;/strong&gt; designed to make your daily tasks simpler and more secure.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's New in This Release
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Signed build&lt;/strong&gt;: This beta is properly signed, ensuring a smoother installation experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;APK and AAB&lt;/strong&gt;: Both formats are available for direct download or testing via Play Store (if you're in a beta track).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full changelog&lt;/strong&gt;: See all changes since beta.1 in the &lt;a href="https://github.com/shoyrulove-dev/PureHub/compare/v1.0.0-beta.1...v1.0.0-beta.2" rel="noopener noreferrer"&gt;GitHub compare view&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why PureHub?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Free forever&lt;/strong&gt;: No hidden costs, no premium tiers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No ads&lt;/strong&gt;: A clean, distraction-free experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy-first&lt;/strong&gt;: Your data stays on your device.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open source&lt;/strong&gt;: Contribute, audit, and customize.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Get the Build
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Release page&lt;/strong&gt;: &lt;a href="https://github.com/shoyrulove-dev/PureHub/releases/tag/v1.0.0-beta.2" rel="noopener noreferrer"&gt;GitHub Release&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct APK&lt;/strong&gt;: &lt;a href="https://github.com/shoyrulove-dev/PureHub/releases/download/v1.0.0-beta.2/PureHub-1.0.0-beta.2.apk" rel="noopener noreferrer"&gt;Download APK&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct AAB&lt;/strong&gt;: &lt;a href="https://github.com/shoyrulove-dev/PureHub/releases/download/v1.0.0-beta.2/PureHub-1.0.0-beta.2.aab" rel="noopener noreferrer"&gt;Download AAB&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SHA-256&lt;/strong&gt;: &lt;code&gt;a5eecd3e78bfc5da98c3990b1dbfa6fe6ffbb65131884da10fcc30174949f3e8&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Your Feedback Matters
&lt;/h2&gt;

&lt;p&gt;This is a beta, so we rely on your testing and feedback. Please report any issues, suggest features, or contribute code on &lt;a href="https://github.com/shoyrulove-dev/PureHub" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;. Together, we can make PureHub even better.&lt;/p&gt;

&lt;p&gt;Happy testing! 🎉&lt;/p&gt;

</description>
      <category>android</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>privacy</category>
    </item>
  </channel>
</rss>
