Perla 1.0.0-rc-003

This is a prerelease version of Perla.
dotnet tool install --global Perla --version 1.0.0-rc-003
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Perla --version 1.0.0-rc-003
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Perla&version=1.0.0-rc-003&prerelease
                    
nuke :add-package Perla --version 1.0.0-rc-003
                    

Perla Dev Server wakatime

Open in GitHub Codespaces Open in Gitpod

Perla is a cross-platform single executable binary CLI Tool for a Development Server of Single Page Applications (like vite/webpack but no node required!).

Installation

You can install Perla manually by downloading the latest release from the releases page and adding it to your path.

If you prefer a more automated approach, you can use the provided install scripts, they're available on this repository for you to review the contents before running them.

For Linux or macOS, you can run the following command in your terminal:

curl -fsSL https://raw.githubusercontent.com/AngelMunoz/Perla/dev/install.sh | bash

For Windows (or Linux, MacOS if you've installed pwsh), you can use powershell to run the install script:

iwr https://raw.githubusercontent.com/AngelMunoz/Perla/dev/install.ps1 -UseBasicParsing | iex

If you prefer to use the dotnet (global | local) tool, you can install it using the following command:

dotnet tool install --global Perla

Note: From v1.0.0-rc-002 onwards, the dotnet tool requires dotnet 10 preview 7 or above to be installed as we leverage the new multi-rid nuget packaging. This is due the extra weight playwright puts over us by bundling nodejs for each target platform (win, linux, osx, and arch x64 and arm64) on net8 our nuget package goes over 400mb which is over the allowed size on NuGetUploads (they don't have this issue though 😜).

We'll try to address this issue by splitting the testing support in a separate tool in the future if feasible.

The install scripts and manual download from the releases page still work unchanged.

Once you're done with the installation, you can run perla --help to verify that the installation was successful.

Description:
  The Perla Dev Server!

Usage:
  Perla [command] [options] [[--] <additional arguments>...]]

Options:
  -?, -h, --help  Show help and usage information
  --version       Show version information

Commands:
  create, generate, n, new <name>     Creates a new project based on the selected template if it exists
  r, restore                          Restores the project dependencies from the perla.json file
  a, add, i, install <packages>       Adds a package to the project dependencies
  remove, rm <packages>               Removes a package from the project dependencies
  list, ls                            Lists the current dependencies in a table or an npm style json string
  s, serve, start                     Starts the development server and if fable projects are present it also takes care of it.
  b, build                            Builds the SPA application for distribution
  templates <TemplateRepositoryName>  Handles Template Repository operations such as list, add, update, and remove templates []
  describe, ds <properties>           Describes the perla.json file or it's properties as requested

Additional Arguments:
  Arguments passed to the application that is being run.

Existing tools

If you actually use and like nodejs, then you would be better taking a look at the tools that inspired this repository

  • jspm - Import map handling, they are the best at manipulating import maps ❤️
  • vite
  • snowpack

These tools have a bigger community and rely on an even bigger ecosystem plus they support plugins via npm so if you're using node stick with them they are a better choice Perla's unbundled development was inspired by both snowpack and vite, CDN dependencies were inspired by snowpack's remote sources development

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0-rc-003 99 8/15/2025
1.0.0-rc-002 126 8/15/2025
1.0.0-beta-032 98 7/27/2025
1.0.0-beta-031 448 7/24/2025
1.0.0-beta-030 460 7/21/2025
1.0.0-beta-029 50 7/18/2025
1.0.0-beta-028 111 7/18/2025
1.0.0-beta-027 117 7/17/2025
1.0.0-beta-026 140 7/16/2025
1.0.0-beta-025 138 7/14/2025
1.0.0-beta-024 400 4/28/2023
1.0.0-beta-023 356 4/27/2023
1.0.0-beta-022 280 4/26/2023
1.0.0-beta-021 372 4/24/2023
1.0.0-beta-020 425 4/23/2023
1.0.0-beta-018 361 4/15/2023
1.0.0-beta-017 361 4/13/2023
1.0.0-beta-016 433 4/12/2023
1.0.0-beta-015 772 4/8/2023
1.0.0-beta-014 788 4/7/2023
1.0.0-beta-013 1,063 3/27/2023
1.0.0-beta-012 1,073 3/25/2023
1.0.0-beta-011 816 3/25/2023
1.0.0-beta-010 1,029 3/24/2023
1.0.0-beta-009 852 12/22/2022
1.0.0-beta-008 720 12/14/2022
1.0.0-beta-007 730 12/9/2022
1.0.0-beta-006 645 12/8/2022
1.0.0-beta-005 524 12/7/2022
1.0.0-beta-004 765 12/5/2022
1.0.0-beta-003 655 12/5/2022
1.0.0-beta-002 692 11/30/2022
1.0.0-beta-001 630 11/27/2022
0.24.1 818 9/6/2022
0.24.0 503 9/5/2022
0.23.0 527 8/26/2022
0.22.1 627 5/10/2022
0.22.0 542 5/10/2022
0.21.0 583 4/30/2022
0.20.1 585 2/2/2022
0.20.0 596 1/26/2022
0.19.0 394 1/14/2022
0.18.0 502 12/3/2021
0.17.0 391 11/19/2021
0.16.0 438 11/17/2021
0.15.0 405 11/15/2021
0.14.0 460 10/14/2021
0.13.0 516 10/10/2021
0.12.1 564 10/3/2021
0.11.0 532 10/1/2021
0.10.1 503 9/29/2021
0.9.1 476 9/28/2021
0.8.0 475 9/27/2021
0.7.0 451 9/26/2021
0.6.0 419 9/23/2021
0.5.0 414 9/22/2021
0.4.0 440 9/22/2021