Skip to content

DigitalisX64/digitalis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digitalis

The arm64-to-x86_64 binary translation based on Berberis framework.

Init

mkdir digitalis
cd digitalis
repo init -b android-latest-release -u git@github.com:DigitalisX64/manifest.git

Sync code

repo sync -c -d --no-tags --force-sync

Build

source build/envsetup.sh
lunch sdk_phone64_x86_64_digitalis-trunk_staging-userdebug
m

Run

emulator
# And then build and install sample/hellodigitalis with Gradle to test

Claude Code Integration

This repo includes a /dispatch slash command and an automated dispatch script for Claude Code.

Usage

Inside Claude Code, run the automated multi-cycle dispatch loop:

/dispatch Fix STLR root cause

Or continue from where the last handoff left off:

/dispatch

This runs .claude/scripts/digitalis-dispatch.sh, which spawns subagents in a loop — each reads the latest handoff, does real work, writes the next handoff, and exits. The loop continues until STATUS: COMPLETE.

To run directly from the terminal:

.claude/scripts/digitalis-dispatch.sh "Implement FRECVTS instruction"

About

The entry repository that contains documentations, AGENT configurations, introduction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors