opencorebeta
v0.1.8
Published
Simplified OpenCore package with a minimal start flow and execute-only task runner.
Readme
OpenCore Beta
opencorebeta is a stripped-down package for users who want:
- a minimal setup flow
- no interactive OpenCore chat CLI
- direct task execution with
opencorev1 execute "<task>"
Install
npm install -g opencorebetaSetup
opencorev1 startThe setup flow only asks for:
- manager provider: OpenAI or Anthropic
- manager model
- API key for that provider
It writes the local OpenCore config under ~/.opencore and marks onboarding complete.
Run a task
opencorev1 execute "summarize the files in my Downloads folder"This runs through the normal OpenCore runtime, including:
- manager routing
- installed skills
- memory, brain, knowledge, tools, guidelines, instructions
- local file work
- computer-use when OpenAI is configured
Important note about Anthropic mode
If you choose Anthropic during opencorev1 start, the manager agent can run with Anthropic.
Direct desktop computer-use actions still require an OpenAI API key, because computer-use is OpenAI-backed.
