diff --git a/README.md b/README.md
index 2c557e4..843e137 100644
--- a/README.md
+++ b/README.md
@@ -1,97 +1,100 @@
-# Firelink
+
+
Firelink
+
A clean, native SwiftUI download manager for Apple Silicon macOS
-Firelink is a clean SwiftUI download manager for Apple Silicon Macs. The goal is to bring the practical parts of IDM/FDM-style download management to macOS with a native interface, segmented downloads, queue control, automatic file organization, and credential-aware transfers.
+ [](https://swift.org)
+ [](https://apple.com)
+ [](https://aria2.github.io/)
+ [](LICENSE)
+
-This project is early, but it already has a working native prototype, an `aria2c`-backed download engine, a queue-focused UI, batch link intake, and app-wide settings.
+---
-## Features
+**Firelink** brings the efficiency of multi-segmented download managers (like IDM or FDM) to macOS with a modern, native SwiftUI interface. Designed specifically for Apple Silicon, it delivers high-speed concurrent transfers, drag-and-drop queue control, automated file organization, and Keychain-secured authentication—all in a lightweight native package.
-- Native SwiftUI macOS interface.
-- Segmented downloads with a per-file connection count that also controls the split count.
-- Multiple files downloading at the same time.
-- Queue-based downloads with drag-and-drop priority ordering.
-- Batch Add Downloads window for pasting one or many links at once.
-- Automatic link parsing from newlines, whitespace, and common separators.
-- Metadata preview for new downloads, including file size when the server reports it.
-- Total required disk space and available disk space summary before adding downloads.
-- Per-batch save location override, while keeping automatic file-type folders by default.
-- Native macOS Settings window, available from App menu > Settings and the main toolbar.
-- Configurable default per-server connection count.
-- Configurable parallel file download limit in Settings.
-- Per-batch connection controls in the Add Downloads window.
-- Sidebar filters for all downloads, queued, active, completed, failed, and file categories.
-- Sortable, resizable download table columns with a right-click column chooser.
-- Default table columns for file name, size, progress/status, ETA, last try date, and date added.
-- Download row context menu with properties, show in Finder, resume, stop, queue, and delete actions.
-- Download properties window for editing URL, file name, save location, connection count, and login behavior.
-- Delete confirmation with optional move-to-Trash for downloaded or partial files.
-- Automatic cleanup of unfinished `.aria2` cache files when removing incomplete downloads.
-- Automatic save folders under `~/Downloads`:
- - `Musics`
- - `Movies`
- - `Compressed`
- - `Pictures`
- - `Documents`
- - `Other`
-- Custom download locations per file category.
-- Broad file extension detection for audio, video, archive, image, and document formats.
-- HTTP, HTTPS, FTP, and SFTP URL support through `aria2c`.
-- Site login rules with URL pattern matching and Keychain-stored passwords.
-- Optional prevention of system sleep while files are downloading, while still allowing display sleep.
-- Pause, resume, cancel, delete, progress, speed, ETA, and connection count display.
-- Release `.app` bundle script for local macOS builds.
+---
-## Engine
+## ✨ Key Features
-This first version uses `aria2c` as the download engine. It is a better fit than plain `curl` for the requested IDM/FDM-style behavior because it has segmented downloads, resumable transfers, concurrent downloads, HTTP/FTP/SFTP support, and username/password options built in.
+- ⚡ **High-Speed Downloads:** Multi-segmented download engine powered by `aria2c` for concurrent connections and optimal bandwidth utilization. Supports HTTP, HTTPS, FTP, and SFTP.
+- 🎨 **Native macOS & SwiftUI:** Responsive interface designed natively for Apple Silicon, featuring resizable tables, customizable columns, sidebar filters, and a native Settings panel.
+- 🗂️ **Smart Queue & Categories:** Drag-and-drop priority ordering, batch link ingestion with smart parsing, and automatic file organization (`Musics`, `Movies`, `Compressed`, `Pictures`, `Documents`, `Other`) based on extension detection.
+- 🔒 **Keychain Security:** Local macOS Keychain integration for secure site credential storage and matching during transfers.
+- ⚙️ **Power & System Integrity:** Optional system sleep prevention during active downloads, disk-space safety checks, and automated cleanup of partial `.aria2` metadata cache files.
-Firelink uses one per-file connection value for both `aria2c` split count and same-server connection count. That keeps the download behavior close to the familiar IDM-style model: choosing 8 connections splits the file into 8 parallel segments.
+