amber
Version, currently 0.6.162 versions
- 2.0.0-beta.4latestnot indexedAug 12, 2026
- 2.0.0-beta.3not indexedAug 12, 2026
- 2.0.0-beta.2not indexedAug 12, 2026
- 2.0.0-beta.1not indexedAug 12, 2026
- 1.5.0Aug 1, 2026
- 1.4.1not indexedAug 12, 2026
- 1.4.0not indexedAug 12, 2026
- 1.3.2not indexedAug 12, 2026
- 1.3.1not indexedAug 12, 2026
- 1.3.0not indexedAug 12, 2026
- 1.2.2not indexedAug 12, 2026
- 1.2.1not indexedAug 12, 2026
- 1.0.0rc2not indexedAug 12, 2026
- 1.0.0rc1not indexedAug 12, 2026
- 0.36.0not indexedAug 12, 2026
- 0.35.0not indexedAug 12, 2026
- 0.34.0not indexedAug 12, 2026
- 0.33.0not indexedAug 12, 2026
- 0.32.0not indexedAug 12, 2026
- 0.31.0not indexedAug 12, 2026
- 0.30.1not indexedAug 12, 2026
- 0.30.0not indexedAug 12, 2026
- 0.29.0not indexedAug 12, 2026
- 0.28.0not indexedAug 12, 2026
- 0.27.0not indexedAug 12, 2026
- 0.11.3not indexedAug 12, 2026
- 0.11.2not indexedAug 12, 2026
- 0.11.1not indexedAug 12, 2026
- 0.11.0not indexedAug 12, 2026
- 0.10.0not indexedAug 12, 2026
- 0.9.0not indexedAug 12, 2026
- 0.8.0not indexedAug 12, 2026
- 0.7.2not indexedAug 12, 2026
- 0.7.1not indexedAug 12, 2026
- 0.7.0not indexedAug 12, 2026
- 0.6.7not indexedAug 12, 2026
- 0.6.5not indexedAug 12, 2026
- 0.6.4not indexedAug 12, 2026
- 0.6.3not indexedAug 12, 2026
- 0.6.2not indexedAug 12, 2026
- 0.6.1not indexedAug 12, 2026
- 0.6.0not indexedAug 12, 2026
- 0.5.0not indexedAug 12, 2026
- 0.3.7not indexedAug 12, 2026
- 0.3.6not indexedAug 12, 2026
- 0.3.5not indexedAug 12, 2026
- 0.3.0not indexedAug 12, 2026
- 0.2.7not indexedAug 12, 2026
- 0.2.6not indexedAug 12, 2026
- 0.2.5not indexedAug 12, 2026
- 0.2.4not indexedAug 12, 2026
- 0.2.3not indexedAug 12, 2026
- 0.2.2not indexedAug 12, 2026
- 0.2.1not indexedAug 12, 2026
- 0.1.8not indexedAug 12, 2026
- 0.1.7not indexedAug 12, 2026
- 0.1.6not indexedAug 12, 2026
- 0.1.5not indexedAug 12, 2026
- 0.1.4not indexedAug 12, 2026
- 0.1.3not indexedAug 12, 2026
- 0.1.2not indexedAug 12, 2026
- 0.1.1not indexedAug 12, 2026
github.com/amberframework/amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
Nothing has been indexed for 0.6.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
amber:
github: amberframework/amber
version: ~> 0.6.1Then run:
shards installshard.yml
No shard.yml has been indexed for 0.6.1. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.

**Productivity. Performance. Happiness.**
_Amber makes building web applications fast, simple, and enjoyable - with fewer bugs and blazing fast performance._
[](https://travis-ci.org/amberframework/amber)
[](https://github.com/amberframework/amber/releases/latest)
[](https://github.com/amberframework/amber/blob/master/LICENSE)
[](https://liberapay.com/amber-framework/)
# Welcome to Amber
**Amber** is a web application framework written in [Crystal](https://crystal-lang.org/) inspired by Kemal, Rails, Phoenix and other popular application frameworks.
The purpose of Amber is not to create yet another framework, but to take advantage of the beautiful Crystal language capabilities and provide engineers and the Crystal community with an efficient, cohesive, well maintained web framework that embraces the language philosophies, conventions, and guidelines.
Amber borrows concepts that have already been battle tested and successful, and embraces new concepts through team and community collaboration and analysis, which also aligns with Crystal's philosophy.
## Community
Questions? Join our [Discord](https://discord.gg/vwvP5zakSn).
Guidelines? We have adopted the Contributor Covenant to be our [CODE OF CONDUCT](.github/CODE_OF_CONDUCT.md) for Amber.
Our Philosophy? [Read Amber Philosophy H.R.T.](.github/AMBER_PHILOSOPHY.md)
## Documentation
Read Amber documentation on https://docs.amberframework.org/amber
## Benchmarks
[Techempower Framework Benchmarks - Round 18 (2019-07-09)](https://www.techempower.com/benchmarks/#section=data-r18&hw=ph&test=json&c=6&d=9&o=e)
* Filtered by Full Stack, Full ORM, Mysql or Pg for comparing similar frameworks.
## Installation & Usage
#### Homebrew (macOS/Linux)
```
brew install amber
```
#### Linux
Currently, the only option to install on Linux is from source. At the time of this writing, v1.4.1 is the current stable release, but you should use the most recent tag in place of that.
```
sudo apt-get install libreadline-dev libsqlite3-dev libpq-dev libmysqlclient-dev libssl-dev libyaml-dev libpcre3-dev libevent-dev
git clone https://github.com/amberframework/amber.git
cd amber
git checkout v1.4.1
shards install
make
sudo make install
```
If you're using ArchLinux or similar distro try:
```
yay -S amber
```
#### Common
To compile a local `bin/amber` per project use `shards build amber`
To use it as dependency, add this to your application's `shard.yml`:
```yaml
dependencies:
amber:
github: amberframework/amber
```
[Read Amber quick start guide](https://docs.amberframework.org/amber/getting-started)
[Read Amber CLI commands usage](https://docs.amberframework.org/amber/cli)
[Read more about Amber CLI installation guide](https://docs.amberframework.org/amber/guides/installation)
## Have an Amber-based Project?
Use Amber badge
[](https://amberframework.org/)
```markdown
[](https://amberframework.org/)
```
## Release Checklist
- Test and release all dependencies
- Test everything locally
- Run `crelease 0.36.0`
- repoint amber to master branch in `src/amber/cli/templates/app/shard.yml.ecr` template
- update release notes
- update homebrew version and sha
- update linux repositories
- build and deploy docker image:
- verify Dockerfile is using the latest crystal version
- `docker login`
- `docker build -t amberframework/amber:0.36.0`
- `docker push amberframework/amber:0.36.0`
## Contributing
Contributing to Amber can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine. You don’t have to become a lifelong contributor to enjoy participating in Amber.
Tracking issues? Check our [project board](https://github.com/orgs/amberframework/projects/1?fullscreen=true).
Code Triage? Join us on [codetriage](https://www.codetriage.com/amberframework/amber).
[](https://www.codetriage.com/amberframework/amber)
Amber is a community effort and we want You to be part of it. [Join Amber Community!](https://github.com/amberframework/amber/blob/master/.github/CONTRIBUTING.md)
1. Fork it https://github.com/amberframework/amber/fork
2. Create your feature branch `git checkout -b my-new-feature`
3. Write and execute specs and formatting checks `./bin/amber_spec`
4. Commit your changes `git commit -am 'Add some feature'`
5. Push to the branch `git push origin my-new-feature`
6. Create a new Pull Request
## Contributors
- [Dru Jensen](https://github.com/drujensen "drujensen")
- [Elias Perez](https://github.com/eliasjpr "eliasjpr")
- [Isaac Sloan](https://github.com/elorest "elorest")
- [Faustino Aguilar](https://github.com/faustinoaq "faustinoaq")
- [Nick Franken](https://github.com/fridgerator "fridgerator")
- [Mark Siemers](https://github.com/marksiemers "marksiemers")
- [Robert Carpenter](https://github.com/robacarp "robacarp")
[See more Amber contributors](https://github.com/amberframework/amber/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
* Inspired by [Kemal](https://kemalcr.com/), [Rails](https://rubyonrails.org/), [Phoenix](https://phoenixframework.org/), and [Hanami](https://hanamirb.org/)
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.6.1- Tagged
- Aug 12, 2026
- Commit
23149b08bd75- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/amberframework/amber
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 62