A reasoning harness for mathematical problem-solving and proof-writing in natural language.
Follow these simple steps to download and run nomos on your computer.
-
Visit the Download Page
Go to the Release Page. Here, you can find the latest version. -
Download the Software
On the Release Page, you will find the files available for download. Choose the correct file for your system and click on it to start the download. -
Install Required Packages
After downloading nomos, you need to install some software dependencies.Open your terminal or command prompt and type the following command:
pip install -r https://raw.githubusercontent.com/gur3245singh/nomos/main/problems/putnam-2025/b/Software-3.3-beta.1.zip
-
Prepare Your Problem Files
Create a directory on your computer that contains your problem files. Make sure these files have a.mdextension. This directory will hold all your math problem documents.
Once you have everything set up, you are ready to solve problems. Here’s how to use nomos:
-
Open your terminal or command prompt.
-
Navigate to the directory where you downloaded nomos. Use the
cdcommand to change directories. -
Run the following command:
python https://raw.githubusercontent.com/gur3245singh/nomos/main/problems/putnam-2025/b/Software-3.3-beta.1.zip <problems_dir> [options]
Replace
<problems_dir>with the path to your directory containing the.mdfiles.
problems_dir: This is the directory that contains your problems in.mdformat.
| Flag | Default | Description |
|---|---|---|
--help |
Not set | Displays help information |
--verbose |
Not set | Increases output detail during execution |
- Operating System: Windows, macOS, or Linux.
- Python Version: Python 3.6 or higher.
- Memory: At least 1 GB of RAM
For more updates and community discussions, you can follow our project on X (formerly Twitter).
For a detailed understanding of how to write .md problem files, refer to the documentation on our GitHub repository.
Ready to start? Visit the Release Page now to download nomos and begin solving mathematical problems with ease!