Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install FuelLabs/sway. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

FuelLabs/sway Installation Guide

How to install FuelLabs/sway. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for FuelLabs/sway. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i FuelLabs/sway
or

Install via npx

npx @hexmos/ipm i FuelLabs/sway

Prerequisites

Rust

language

Version: stable

Cargo

build_tool

Version: 1.69.0

Git

system_tool

Version: 2.35.1

Node.js

environment

Version: 18.19.0

npm

package_manager

Version: 12.17.0

Python

language

Version: 3.9.5

pip

package_manager

Version: 21.0.1

Docker

system_tool

Version: 23.0.0

AWS Account Access

knowledge

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Building from Source

rustup default stable

export PATH="${HOME}/.cargo/bin:${PATH}"

cargo build

Building from Source (Sway Toolchain)

git clone git@github.com:FuelLabs/sway.git

cd sway

cargo build

Post Installation Steps

  • Start the Sway server using `sway run`.
  • Access the Sway UI at http://localhost:8080/.