Skip to content

VISIALIS/scoop-alter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scoop bucket for Alter

Scoop bucket distributing Alter on Windows. Three packages :

Package Description
alter-cli CLI to classify EVM addresses
alter-mcp MCP server (Model Context Protocol) exposing Alter to AI agents
alter Desktop GUI (Flutter)

The binaries are mirrored from the VISIALIS/homebrew-alter public Releases (built and uploaded by the CI of the private VISIALIS/phoenix_0 repository).

Install

scoop bucket add visialis https://github.com/VISIALIS/scoop-alter
scoop install visialis/alter-cli
scoop install visialis/alter-mcp
scoop install visialis/alter

After install :

alter-cli --version
alter-mcp --version
# Desktop : "Alter" available in the Start Menu (shortcut)

Update

scoop update
scoop update alter-cli alter-mcp alter

Uninstall

scoop uninstall alter-cli
scoop uninstall alter-mcp
scoop uninstall alter
scoop bucket rm visialis

Verification

The binaries are signed by GitHub Actions. SHA-256 hashes are pinned in each manifest and checked by Scoop on download.

Source workflow : .github/workflows/cd.yaml (private repo, accessible to VISIALIS members).

Maintenance

The manifests are auto-updated by Excavator once a new release lands on VISIALIS/homebrew-alter. The workflow is in .github/workflows/excavator.yml.

Manual update :

scoop install excavator
excavator

Other distribution channels

License

Proprietary — see VISIALIS.

About

Scoop bucket for Alter — classify EVM addresses (CLI, MCP server, Desktop GUI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors