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).
- Host: GitHub
- URL: https://github.com/noorle/cli-releases
- Owner: noorle
- Created: 2025-09-24T17:37:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T17:49:30.000Z (3 months ago)
- Last Synced: 2026-03-31T19:43:52.432Z (3 months ago)
- Topics: ai-agent, ai-agents, ai-tools, mcp, mcp-server, mcp-tools, model-context-protocol, model-context-protocol-server, noorle, sandbox, wasm, webassembly
- Homepage: https://noorle.com
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)