Skip to content

Releases: thesavant42/layerslayer

MVP Baby

26 Jan 04:51

Choose a tag to compare

Works with end to end user journey from search to save.

  1. Install in a venv, use pip.
  2. Run the api first in a tab on its own: python main.py -A # for API, natc
  3. Run the TUI: python app/tui/app.py
Gemini_Generated_Image_ylqoceylqoceylqo

1.0.0 of the layerslayer API is completed (MVP)

22 Jan 02:50

Choose a tag to compare

What works:

  • Docker Hub Search
  • Repository Enumeration
  • Streamed Layer Downoading
  • Streamed single-file carving (don't need to save the file first!)

All driven nby the RESTful API python main.py -A to quickstar. Docs are at http://localhost:8000/docs

What does not work:
TUI

  • Have not started on a proper ux yet