Skip to content

Isoform/yansu-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yansu Agent Releases

Binary releases for Yansu Agent - Local development companion that syncs your project's knowledge base with the Yansu cloud.

Quick Install

curl -fsSL https://raw.githubusercontent.com/Isoform/yansu-releases/main/install.sh | bash

Manual Download

macOS (Apple Silicon)

curl -L https://github.com/Isoform/yansu-releases/releases/latest/download/yansu-darwin-arm64 -o yansu
chmod +x yansu
sudo mv yansu /usr/local/bin/

macOS (Intel)

curl -L https://github.com/Isoform/yansu-releases/releases/latest/download/yansu-darwin-amd64 -o yansu
chmod +x yansu
sudo mv yansu /usr/local/bin/

Linux (x86_64)

curl -L https://github.com/Isoform/yansu-releases/releases/latest/download/yansu-linux-amd64 -o yansu
chmod +x yansu
sudo mv yansu /usr/local/bin/

Linux (ARM64)

curl -L https://github.com/Isoform/yansu-releases/releases/latest/download/yansu-linux-arm64 -o yansu
chmod +x yansu
sudo mv yansu /usr/local/bin/

Windows (x86_64)

Download from the latest release.

Verify Installation

yansu --version

Getting Started

yansu login
yansu clone <org/product/project>

Documentation

See docs/README.md for full documentation.

About

Yansu Agent releases

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages