Skip to content

Releases: doshibadev/mosaic

v0.2.0-beta.1

12 Feb 19:55

Choose a tag to compare

Mosaic v0.2.0-beta.1

This is the first public Beta release of Mosaic! 🎉

🚀 Key Features

  • Package Management: init, install, remove, update, and list packages effortlessly.
  • Registry: Centralized package hosting with search and version history.
  • Safety First: Automatic dependency locking, SHA256 integrity checks, and deprecation warnings.
  • Polytoria Integration: Injects scripts directly into your .poly files.
  • Auto-Updates: Run mosaic upgrade to get the latest version.

🛠 CLI Commands

  • mosaic install <pkg>: Add a dependency.
  • mosaic publish: Share your code with the world.
  • mosaic info <pkg>: View package details without installing.
  • mosaic unpublish: Remove a version (within 24h).

📦 Installation

Windows (PowerShell):

irm https://getmosaic.run/install.ps1 | iex

macOS / Linux:

curl -fsSL https://getmosaic.run/install.sh | sh

Note: This is a beta release. Please report any issues on the Issue Tracker:
https://github.com/doshibadev/mosaic/issues