# Hollywood > TypeScript scripts for GitHub Actions, without shell-in-YAML. Hollywood is an AI-native TypeScript scripting library for GitHub Actions. It moves imperative CI/CD logic out of YAML and into testable scripts while generating ordinary action.yml files, workflow YAML, and GitHub-compatible action entrypoints. Key features: typed inputs, typed outputs, execve-shaped command arguments, local script tests, generated GitHub Actions files, upstream GitHub Actions schema validation, MinIO/LocalStack-style service dogfood, and Lima-backed local action runs. ## Getting Started - [Installation](https://oss.dedaluslabs.ai/hollywood/getting-started/installation/index.md) - [Quick Start](https://oss.dedaluslabs.ai/hollywood/getting-started/quickstart/index.md) ## Usage - [Scripts](https://oss.dedaluslabs.ai/hollywood/usage/scripts/index.md) - [Generated GitHub Actions](https://oss.dedaluslabs.ai/hollywood/usage/github-actions/index.md) - [Local Testing](https://oss.dedaluslabs.ai/hollywood/usage/local-testing/index.md) - [Local Services](https://oss.dedaluslabs.ai/hollywood/usage/local-services/index.md) ## Backends - [Overview](https://oss.dedaluslabs.ai/hollywood/backends/index.md) - [Lima](https://oss.dedaluslabs.ai/hollywood/backends/lima/index.md) - [Apple Container](https://oss.dedaluslabs.ai/hollywood/backends/container/index.md) - [Docker](https://oss.dedaluslabs.ai/hollywood/backends/docker/index.md) - [smolmachines](https://oss.dedaluslabs.ai/hollywood/backends/smolmachines/index.md) - [Arch / pacman](https://oss.dedaluslabs.ai/hollywood/backends/pacman/index.md) ## Recipes - [S3 Cache](https://oss.dedaluslabs.ai/hollywood/recipes/s3-cache/index.md) - [Publish Container Image](https://oss.dedaluslabs.ai/hollywood/recipes/publish-container-image/index.md) ## Reference - [API Surface](https://oss.dedaluslabs.ai/hollywood/reference/api/index.md) - [Generated Files](https://oss.dedaluslabs.ai/hollywood/reference/generated-files/index.md) - [Publishing Boundary](https://oss.dedaluslabs.ai/hollywood/reference/publishing/index.md)