# 🐜 Ant
**Ant-sized JavaScript Runtime**
**_Ant now has a discord! http://discord.gg/CH7YSjWGzY_**
A JavaScript runtime that fits in your pocket.
Full async/await, modules, HTTP servers, crypto, and more.
📖 [Read the blog post about Ant](https://s.tail.so/js-in-one-month)
## Table of contents
- [Installation](#installation)
- [Building Ant](#building-ant)
- [Security](#security)
- [Contributing to Ant](#contributing-to-ant)
- [Project team members](#current-project-team-members)
## Installation
```bash
curl -fsSL https://ant.themackabu.com/install | bash
# or with MbedTLS (darwin only)
curl -fsSL https://ant.themackabu.com/install | MBEDTLS=1 bash
```
## Building Ant
See [BUILDING.md](BUILDING.md) for instructions on how to build Ant from source and a list of supported platforms.
## Security
For information on reporting security vulnerabilities in Ant, see [SECURITY.md](SECURITY.md).
## Contributing to Ant
We welcome contributions through pull request. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
For more information about Ant's internal structure, read the [Ant DeepWiki](https://deepwiki.com/theMackabu/ant).
## Project team members
For information about the governance of Ant, see [GOVERNANCE.md](GOVERNANCE.md).