
Acostarse is a simple yet powerful bedtime reminder app for macOS. It helps you stick to your sleep schedule by displaying a full-screen prompt when it’s time to wind down—ensuring your bedtime never slips your mind, no matter how deep into work you are.
- Full-Screen Bedtime Alerts: A gentle but firm nudge that’s impossible to ignore.
- Delay Option: Need a few more minutes to wrap up? Acostarse gives you that flexibility.
- Strict Mode: Disable delays entirely for a distraction-free bedtime.
- Menu Bar Utility: Runs quietly in your menu bar until it’s needed.
- Quick Setup: Configure your bedtime in under a minute.
- Localized Experience: Available in both English and Spanish.
- Privacy Focused: No analytics or tracking—your data stays on your device.
To build the project locally:
-
Clone the repository:
git clone https://github.com/OmChachad/acostarse.git
-
Navigate to the project directory:
cd acostarse
-
Open the project in Xcode:
open Acostarse.xcodeproj
-
Install dependencies: Ensure all Swift Package Manager dependencies are resolved.
-
Build and run the project:
- Select the Acostarse target.
- Choose your Mac device.
- Click the Run button or press
Cmd + R
.
Download Acostarse from the Mac App Store.
Acostarse is localized in both English and Spanish—and we’d love to expand support to more languages with your help!
To contribute:
-
Open the localization file at:
/Acostarse/Localizable.xcstrings
-
Add or update strings in your language section, following the existing format.
-
Create a new locale section if needed (e.g., for French, use
"fr"
). -
Once you've made your changes:
git add Acostarse/Localizable.xcstrings git commit -m "Add/update localization for [language]" git push origin your-branch-name
-
Open a Pull Request describing the language and changes you've made.
We welcome contributions to help improve Acostarse! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Describe your changes"
- Push your branch:
git push origin feature-name
- Open a Pull Request on GitHub.
Acostarse is developed and maintained by Starlight Apps LLP, as part of our commitment to free and open-source software.
For support, suggestions, or feedback, feel free to open an issue or email us at contact@starlightapps.org.
This project is licensed under the Creative Commons Zero v1.0 Universal License – see the LICENSE file for details.
Sleep better. Live mindfully. Acostarse.