# Introduction

**High-performance, local-first developer toolkit for mobile professionals.**

DevPocket bridges the gap between enterprise desktop utilities and mobile productivity — built with zero-latency processing and uncompromising privacy at its core.

***

## Download & Source

<p align="center"><a href="https://github.com/hozi8-web3/devpocket/releases"><img src="https://img.shields.io/badge/%E2%AC%87%20Download%20APK-v1.4.6-6366F1?style=for-the-badge" alt="Download APK"></a></p>

<p align="center"><a href="https://github.com/hozi8-web3/devpocket"><img src="https://img.shields.io/badge/Source_Code-GitHub-24292e?style=for-the-badge&#x26;logo=github&#x26;logoColor=white" alt="Source Code"></a></p>

***

## What is DevPocket?

DevPocket is a **local-first** developer toolkit that gives you desktop-class development tools in your pocket. No cloud. No subscriptions. No compromises.

| Feature                    | Description                                                                                 |
| -------------------------- | ------------------------------------------------------------------------------------------- |
| 🔒 **Zero-Trust Security** | All data encrypted on-device via Hive. Nothing leaves your device unless you say so.        |
| ⚡ **Hardware Accelerated** | Built with Flutter + Riverpod for fluid, responsive rendering on even complex operations.   |
| 📡 **Offline First**       | Works fully offline. On a plane, in a bunker, or on a flaky network — DevPocket just works. |

***

## Core Features

### 🌐 API Suite

* **REST Client** — Full-featured HTTP client with collections, variables, and Postman v2.1 import
* **Environment Manager** — Switch between Local, Staging, and Production with one tap
* **Collection Runner** — Automated batch testing with performance metrics

### 🔐 Security & Identity

* **JWT Lifecycle** — Decode, inspect, and verify tokens 100% on-device
* **Cryptography** — SHA-256, MD5, and Base64 encoding utilities

### 📊 Data & Processing

* **JSON Suite** — JSONPath queries, diff tool, beautify/minify
* **Regex Lab** — Live pattern matching with group highlighting
* **Cron Parser** — Translate cron expressions to plain English

### 📡 Infrastructure Monitoring

* **Server Monitor** — Latency sparklines and uptime tracking with network resilience

***

## Security Architecture

{% hint style="info" %}
**Zero-Trust Model**\
DevPocket operates on a strict **Zero-Trust** local model. All sensitive data — API keys, environments, collections — is stored in Hive's encrypted boxes on-device. No data ever leaves your device unless you explicitly trigger an export.
{% endhint %}

{% hint style="success" %}
**Performance Engine**\
Built with Flutter and Riverpod, DevPocket utilizes hardware-accelerated rendering and a reactive state engine to ensure that even complex operations like JSON diffing or batch API testing remain fluid and responsive.
{% endhint %}

***

## Quick Start

### Quick Start**No build required!**

Download the latest pre-built APK directly — no Flutter setup needed. [![Download APK](https://img.shields.io/badge/%E2%AC%87%20Download%20APK-v1.4.6-6366F1?style=for-the-badge)](https://github.com/hozi8-web3/devpocket/releases)

1. Download the latest `.apk` from the link above
2. On your Android device, go to **Settings → Security → Enable "Install Unknown Apps"**
3. Open the downloaded `.apk` file and tap **Install**
4. Launch **DevPocket** ✅

{% hint style="warning" %}
**Android Only** DevPocket is currently available on Android (API 21+). iOS support is on the roadmap.
{% endhint %}

***
