https://github.com/nself-org/homebrew-nself
Official Homebrew tap for nself - Production-ready self-hosted backend infrastructure
https://github.com/nself-org/homebrew-nself
cli homebrew macos nself
Last synced: 2 months ago
JSON representation
Official Homebrew tap for nself - Production-ready self-hosted backend infrastructure
- Host: GitHub
- URL: https://github.com/nself-org/homebrew-nself
- Owner: nself-org
- License: mit
- Created: 2025-10-13T21:18:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-04-24T14:54:43.000Z (3 months ago)
- Last Synced: 2026-04-24T16:46:24.663Z (3 months ago)
- Topics: cli, homebrew, macos, nself
- Language: Shell
- Homepage: https://nself.org
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Governance: .github/GOVERNANCE.md
Awesome Lists containing this project
README
# Homebrew Tap for nself
Official Homebrew tap for [nself](https://github.com/nself-org/cli) - Production-ready self-hosted backend infrastructure.
## Installation
```bash
brew install nself-org/nself/nself
```
This installs the tap and the formula in one step. To update later:
```bash
brew upgrade nself
```
## Usage
```bash
# Initialize new project
mkdir my-project && cd my-project
nself init
nself build
nself start
# Check status
nself status
nself urls
```
## Documentation
See the main [nself repository](https://github.com/nself-org/cli) for full documentation.
## Current Version
- **v1.0.9** - Current release
## Support
- GitHub: https://github.com/nself-org/cli
- Issues: https://github.com/nself-org/cli/issues
## About
Part of the [nself](https://nself.org) platform · [GitHub](https://github.com/nself-org)