An open API service indexing awesome lists of open source software.

https://github.com/noorle/cli-releases

Official release repository for Noorle CLI binaries. Provides pre-built executables for all supported platforms (Linux/macOS, x64/arm64).
https://github.com/noorle/cli-releases

ai-agent ai-agents ai-tools mcp mcp-server mcp-tools model-context-protocol model-context-protocol-server noorle sandbox wasm webassembly

Last synced: 3 months ago
JSON representation

Official release repository for Noorle CLI binaries. Provides pre-built executables for all supported platforms (Linux/macOS, x64/arm64).

Awesome Lists containing this project

README

          

# Noorle CLI Releases

This repository hosts the official releases for Noorle CLI.

## Installation

### Quick Install

```bash
curl -L cli.noorle.dev | sh
```

### Manual Download

Download the appropriate binary for your platform from the [releases page](https://github.com/noorle/cli-releases/releases).

Available binaries:
- `noorle-linux-x64` - Linux x86_64
- `noorle-linux-arm64` - Linux ARM64
- `noorle-darwin-x64` - macOS Intel
- `noorle-darwin-arm64` - macOS Apple Silicon
- `noorle-windows-x64.exe` - Windows x64

### Verify Downloads

Each release includes SHA256 checksums. To verify your download:

```bash
# Download the checksum file
curl -LO https://github.com/noorle/cli-releases/releases/latest/download/noorle-linux-x64.sha256

# Verify the binary
sha256sum -c noorle-linux-x64.sha256
```

### Resources

- [Noorle Official Website](https://noorle.com)
- [Noorle Documentation](https://noorle.com/docs)
- [Noorle CLI Reference](https://noorle.com/docs/reference/cli)