Fast, isolated React Native environments for coding agents.
Stim gives each project or git worktree its own Metro port and owned simulator or emulator. It shares native artifacts, Xcode compilation data, Gradle output, and Metro transforms across worktrees. Agents can work in parallel without sharing live resources, then clean up every resource Stim created.
Stim supports React Native Community CLI and Expo projects. Builds run locally. Apps can launch on local or configured remote simulators.
The npm package is named stim-cli. It installs the stim command.
npm install --global stim-cli
npx skills add appandflow/stimThen ask your coding agent to build and run the app. The normal loop is:
stim doctor
stim start
stim ios # or: stim android
stim logs --errors
stim stopStim needs no project initialization. Runtime state stays under ~/.stim by
default.
Read the Stim documentation for the motivation, setup, concepts, command reference, and settings reference.
The installed version also includes its own reference:
stim guide
stim guide lifecycle
stim guide settingsstim-cliprovides thestimcommand.@stim-cli/metroshares Metro transforms and records logs.@stim-cli/expo-build-cachelets direct Expo builds share native artifacts with Stim.@stim-cli/corecontains shared internal cache contracts.
pnpm install
pnpm build
pnpm test
pnpm typecheck
pnpm lintStim is licensed under the MIT License.