Collect literature
Import individual files, recursively ingest directories, or discover literature from the web through the focused HTTPX acquisition engine.
Civilization Recovery System · Version 1.0
Preserve the knowledge needed to begin again. ARK acquires, verifies, indexes, and searches critical literature locally without depending on cloud services, remote APIs, or permanent internet access.
Core System
ARK 1.0 establishes a durable local pipeline from acquisition to retrieval. Originals remain intact while manifests, integrity data, extracted text, and search indexes are maintained separately.
Import individual files, recursively ingest directories, or discover literature from the web through the focused HTTPX acquisition engine.
Acquired documents are preserved as local source files and paired with versioned manifests containing source details and SHA-256 integrity data.
ARK extracts supported document content in a background worker and builds a local SQLite FTS5 index without locking the interface.
Search indexed literature locally and open the preserved source document directly from the result table with one click.
Separation by Design
ARK Ingest and ARK Index remain separate systems joined by the ARK Acquisition Contract. Changes on either side can be verified without silently changing the assumptions of the other.
Supported Literature
ARK focuses on durable technical and reference literature rather than trying to mirror every page on the web.
Release 1.0
ARK 1.0 locks the first working model: focused acquisition, immutable local preservation, a versioned ingest/index contract, responsive background indexing, full-text search, direct local-document access, and a three-theme desktop interface. The next layers can build on this foundation without sacrificing the core.