Just Released
GitArsenal CLI
Set up any GitHub repository in seconds with GPU-accelerated development environments
Installation
Using npm
npm install -g gitarsenal-cli
Using yarn
yarn global add gitarsenal-cli
Key Features
GPU-Accelerated Environments
Choose from a range of GPUs including T4, A10G, A100, and H100 for your development needs.
Persistent Storage
Keep your work safe with Modal volumes that persist between sessions.
API Key Management
Securely store and manage API keys for OpenAI, Weights & Biases, Hugging Face, and more.
SSH Access
Connect to your containers via SSH for a seamless development experience.
Usage Examples
Basic Container Creation
gitarsenal --gpu A10G --repo https://github.com/username/repo.git
With Setup Commands
gitarsenal --gpu A100 --repo https://github.com/username/repo.git --setup-commands "pip install -r requirements.txt" "python setup.py install"
With Persistent Storage
gitarsenal --gpu A10G --repo https://github.com/username/repo.git --volume-name my-persistent-volume
Managing API Keys
# Add a key interactively (will prompt for the key)
gitarsenal keys add --service openai
# List saved API keys
gitarsenal keys list
gitarsenal keys add --service openai
# List saved API keys
gitarsenal keys list
Get Started in 3 Steps
1
Install GitArsenal CLI
Use npm, yarn, or our direct install script to get started in seconds.
2
Choose Your Repository
Point GitArsenal to any GitHub repository you want to work with.
3
Start Developing
Connect to your GPU-accelerated environment and start coding immediately.