Skip to content
@skyllc-ai

Sky, LLC

Rust systems engineering. Creators of UFFS — wire-speed NTFS file search. Open source core (MPL-2.0). Commercial GUI/TUI in development.

Sky, LLC — UFFS hero mark

Sky, LLC

High-performance systems engineering in Rust.
Makers of UltraFastFileSearch — wire-speed NTFS file search.
Open source core. Commercial GUI/TUI in development.

UFFS CI UFFS release License: MPL-2.0 Open issues Brand policy


What we ship

UltraFastFileSearch (UFFS)

A Rust-native file search engine that parses the NTFS Master File Table directly and answers queries in the single-digit millisecond range, even against tens of millions of records.

Numbers (v0.5.66, measured, 7 NTFS drives, ~26 M records):

  • 26 M records → CSV in 13.6 s (1.72 M records/sec sustained)
  • Hot daemon query p50: sub-millisecond on common patterns
  • ~16× faster than the equivalent C++ reference on hot queries
  • Linear memory: ~181 MB per million records

Open source under MPL-2.0. One engine, one daemon, one CLI, one TUI, one Python/Polars facade — all sharing the same MFT core.

UFFS Commercial Frontends — in development

A polished GUI and monetized TUI built on top of the open-source UFFS engine. Target users: developers, sysadmins, and incident responders who search millions of files daily and need something elegant and stupid-fast.

Interested? Email uffs@nios.net or open a GitHub discussion with the commercial-interest label.


For recruiters and collaborators

This organization is the public engineering portfolio of Robert Nio. The code under skyllc-ai/* is the work sample.

Stack

  • Rust (2024 edition, async Tokio, unsafe where it earns the perf)
  • NTFS MFT direct parsing, zero-copy record reads
  • SIMD trigram indexing for substring search over tens of millions of records
  • Multi-drive parallelism via a daemon + thin-client split
  • Cross-platform: Windows (primary target), macOS (dev/offline analysis), Linux (daemon)

Engineering discipline (all publicly verifiable in the repo)

  • Branch-protected main, PR-based workflow, signed commits (GPG, GitHub-verified)
  • Nextest CI, REUSE/SPDX-compliant licensing, deny-unwrap workspace lints
  • Reproducible benchmarks with published methodology and raw capture logs
  • Architecture docs + user manual shipped with the code
  • Conventional commits, semantic versioning

Contact

  • Engineering roles / technical collaboration: uffs@nios.net
  • PGP signing key: E406D32B4736D09F (ed25519, published on the GitHub profile)

Support the work

Formal sponsor channels (GitHub Sponsors, Ko-fi) are in application/setup. Until those go live, the most useful things you can do:

  • Star the UFFS repo
  • Open an issue or file a PR — real-world use cases shape the roadmap
  • Share the repo with someone who cares about fast tools

© 2025–2026 Sky, LLC. · Built for people who think milliseconds matter.

Popular repositories Loading

  1. UltraFastFileSearch UltraFastFileSearch Public

    Ultra-fast file search for Windows using NTFS MFT

    Rust 7 1

  2. .github .github Public

    Organization profile and default community health files for @skyllc-ai.

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…