https://github.com/modal-labs/libmodal
Modal SDKs for JavaScript/TypeScript and Go
https://github.com/modal-labs/libmodal
ai code-interpreter container golang javascript modal sandbox typescript
Last synced: 29 days ago
JSON representation
Modal SDKs for JavaScript/TypeScript and Go
- Host: GitHub
- URL: https://github.com/modal-labs/libmodal
- Owner: modal-labs
- License: apache-2.0
- Created: 2025-04-14T15:45:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T14:47:54.000Z (about 2 months ago)
- Last Synced: 2025-12-21T01:53:49.965Z (about 2 months ago)
- Topics: ai, code-interpreter, container, golang, javascript, modal, sandbox, typescript
- Language: TypeScript
- Homepage: https://modal.com/docs/guide/sdk-javascript-go
- Size: 2.06 MB
- Stars: 77
- Watchers: 3
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Modal SDKs for JavaScript/TypeScript and Go
[](https://github.com/modal-labs/libmodal/actions?query=branch%3Amain)
[](https://modal-labs.github.io/libmodal/)
[](https://www.npmjs.org/package/modal)
[](https://www.npmjs.com/package/modal)
[](https://pkg.go.dev/github.com/modal-labs/libmodal/modal-go)
This repo hosts the [Modal](https://modal.com) SDKs for JavaScript/TypeScript and Go. They provide convenient, on-demand access to serverless cloud compute on Modal from JS/TS and golang projects. Use it to safely run arbitrary code in Modal Sandboxes, call Modal Functions, and interact with Modal resources. For Python, see the main [Modal Python SDK](https://github.com/modal-labs/modal-client) instead.
For more details, documentation and installation instructions, see the README for each SDK:
- **[JavaScript / TypeScript](./modal-js/README.md)**
- **[Go](./modal-go/README.md)**
## Support
For usage questions and other support, please reach out on the [Modal Community Slack](https://modal.com/slack).
## Community SDKs
There are also open-source Modal libraries built and maintained by our community. These projects are not officially supported by Modal and we thus can't vouch for them, but feel free to explore and contribute.
- Ruby: [anthonycorletti/modal-rb](https://github.com/anthonycorletti/modal-rb)